From: Karl Heuer Date: Tue, 17 Sep 1996 03:47:11 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-20.1~3723 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e4c450d30c4e641eaf0b78bfdf28610526fac84;p=emacs.git Comment change. --- diff --git a/src/m/ibmrt-aix.h b/src/m/ibmrt-aix.h index 1016a873a4c..6c655ea67fc 100644 --- a/src/m/ibmrt-aix.h +++ b/src/m/ibmrt-aix.h @@ -121,7 +121,7 @@ Boston, MA 02111-1307, USA. */ /* AIX has IPC. It also has sockets, and either can be used for client/server. I would suggest the client/server code be changed to use HAVE_SOCKETS rather - than BSD as the conditional if sockets provide any advantages. */ + than BSD_SYSTEM as the conditional if sockets provide any advantages. */ #define HAVE_SYSVIPC diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 5416a42beac..ccce9cc84d2 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -29,7 +29,7 @@ Boston, MA 02111-1307, USA. */ /* #define UNIPLUS */ /* #define USG5 */ #define USG -/* #define BSD */ +/* #define BSD_SYSTEM */ #define LINUX /* SYSTEM_TYPE should indicate the kind of system you are using. diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index 2cc41ad095a..97ca6aa0769 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h @@ -31,7 +31,7 @@ Boston, MA 02111-1307, USA. */ /* #define BSD4_1 */ /* #define BSD4_2 */ /* #define BSD4_3 */ -/* #define BSD */ +/* #define BSD_SYSTEM */ /* #define VMS */ #ifndef WINDOWSNT #define WINDOWSNT diff --git a/src/s/template.h b/src/s/template.h index c6bd9afe0a9..ee6da5cc57a 100644 --- a/src/s/template.h +++ b/src/s/template.h @@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA. */ /* #define BSD4_1 */ /* #define BSD4_2 */ /* #define BSD4_3 */ -/* #define BSD */ +/* #define BSD_SYSTEM */ /* #define VMS */ /* SYSTEM_TYPE should indicate the kind of system you are using. diff --git a/src/s/xenix.h b/src/s/xenix.h index 19f5c097f11..74c14f818d0 100644 --- a/src/s/xenix.h +++ b/src/s/xenix.h @@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */ /* #define BSD4_1 */ /* #define BSD4_2 */ /* #define BSD4_3 */ -/* #define BSD */ +/* #define BSD_SYSTEM */ /* #define VMS */ /* SYSTEM_TYPE should indicate the kind of system you are using.