Mercurial > emacs
changeset 16221:d8360498f935
Comment change.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 17 Sep 1996 03:47:11 +0000 |
parents | 02044b05d8e0 |
children | e6423699f21c |
files | src/m/ibmrt-aix.h src/s/gnu-linux.h src/s/ms-w32.h src/s/template.h src/s/xenix.h |
diffstat | 5 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/ibmrt-aix.h Tue Sep 17 03:43:54 1996 +0000 +++ b/src/m/ibmrt-aix.h Tue Sep 17 03:47:11 1996 +0000 @@ -121,7 +121,7 @@ /* 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
--- a/src/s/gnu-linux.h Tue Sep 17 03:43:54 1996 +0000 +++ b/src/s/gnu-linux.h Tue Sep 17 03:47:11 1996 +0000 @@ -29,7 +29,7 @@ /* #define UNIPLUS */ /* #define USG5 */ #define USG -/* #define BSD */ +/* #define BSD_SYSTEM */ #define LINUX /* SYSTEM_TYPE should indicate the kind of system you are using.
--- a/src/s/ms-w32.h Tue Sep 17 03:43:54 1996 +0000 +++ b/src/s/ms-w32.h Tue Sep 17 03:47:11 1996 +0000 @@ -31,7 +31,7 @@ /* #define BSD4_1 */ /* #define BSD4_2 */ /* #define BSD4_3 */ -/* #define BSD */ +/* #define BSD_SYSTEM */ /* #define VMS */ #ifndef WINDOWSNT #define WINDOWSNT
--- a/src/s/template.h Tue Sep 17 03:43:54 1996 +0000 +++ b/src/s/template.h Tue Sep 17 03:47:11 1996 +0000 @@ -34,7 +34,7 @@ /* #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.
--- a/src/s/xenix.h Tue Sep 17 03:43:54 1996 +0000 +++ b/src/s/xenix.h Tue Sep 17 03:47:11 1996 +0000 @@ -32,7 +32,7 @@ /* #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.