]> git.eshelyaron.com Git - emacs.git/commitdiff
(BSD): Define as 42.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 May 1994 00:19:21 +0000 (00:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 May 1994 00:19:21 +0000 (00:19 +0000)
(BSD4_2): Define as 1.  This makes it like bsd4-3.h.

src/s/bsd4-2.h

index 6fdd3441168fe0add63f7f6c5a0a271be3db8f99..ac61e242818bc4d82b5ee9a935523d652a4a26c3 100644 (file)
@@ -24,11 +24,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  */
 
 #ifndef BSD4_2
-#define BSD4_2
+#define BSD4_2 1
 #endif /* BSD4_2 */
 
 #ifndef BSD
-#define BSD 1
+#define BSD 42
 #endif /* BSD */
 
 /* SYSTEM_TYPE should indicate the kind of system you are using.