# HG changeset patch # User Karl Heuer # Date 842932031 0 # Node ID d8360498f935a30d6b2d05daa08116ff038affd4 # Parent 02044b05d8e0a9c3dc8bf4449de62e105576159c Comment change. diff -r 02044b05d8e0 -r d8360498f935 src/m/ibmrt-aix.h --- 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 diff -r 02044b05d8e0 -r d8360498f935 src/s/gnu-linux.h --- 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. diff -r 02044b05d8e0 -r d8360498f935 src/s/ms-w32.h --- 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 diff -r 02044b05d8e0 -r d8360498f935 src/s/template.h --- 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. diff -r 02044b05d8e0 -r d8360498f935 src/s/xenix.h --- 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.