From: Richard M. Stallman Date: Wed, 11 May 1994 00:19:21 +0000 (+0000) Subject: (BSD): Define as 42. X-Git-Tag: emacs-19.34~8404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17f720169a8e34b2ad5689055ebcdb8a7542b7a3;p=emacs.git (BSD): Define as 42. (BSD4_2): Define as 1. This makes it like bsd4-3.h. --- diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index 6fdd3441168..ac61e242818 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h @@ -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.