diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/ibmrt-aix.h | 2 | ||||
| -rw-r--r-- | src/s/gnu-linux.h | 2 | ||||
| -rw-r--r-- | src/s/ms-w32.h | 2 | ||||
| -rw-r--r-- | src/s/template.h | 2 | ||||
| -rw-r--r-- | src/s/xenix.h | 2 |
5 files changed, 5 insertions, 5 deletions
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. */ | |||
| 121 | 121 | ||
| 122 | /* AIX has IPC. It also has sockets, and either can be used for client/server. | 122 | /* AIX has IPC. It also has sockets, and either can be used for client/server. |
| 123 | I would suggest the client/server code be changed to use HAVE_SOCKETS rather | 123 | I would suggest the client/server code be changed to use HAVE_SOCKETS rather |
| 124 | than BSD as the conditional if sockets provide any advantages. */ | 124 | than BSD_SYSTEM as the conditional if sockets provide any advantages. */ |
| 125 | 125 | ||
| 126 | #define HAVE_SYSVIPC | 126 | #define HAVE_SYSVIPC |
| 127 | 127 | ||
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. */ | |||
| 29 | /* #define UNIPLUS */ | 29 | /* #define UNIPLUS */ |
| 30 | /* #define USG5 */ | 30 | /* #define USG5 */ |
| 31 | #define USG | 31 | #define USG |
| 32 | /* #define BSD */ | 32 | /* #define BSD_SYSTEM */ |
| 33 | #define LINUX | 33 | #define LINUX |
| 34 | 34 | ||
| 35 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 35 | /* 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. */ | |||
| 31 | /* #define BSD4_1 */ | 31 | /* #define BSD4_1 */ |
| 32 | /* #define BSD4_2 */ | 32 | /* #define BSD4_2 */ |
| 33 | /* #define BSD4_3 */ | 33 | /* #define BSD4_3 */ |
| 34 | /* #define BSD */ | 34 | /* #define BSD_SYSTEM */ |
| 35 | /* #define VMS */ | 35 | /* #define VMS */ |
| 36 | #ifndef WINDOWSNT | 36 | #ifndef WINDOWSNT |
| 37 | #define WINDOWSNT | 37 | #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. */ | |||
| 34 | /* #define BSD4_1 */ | 34 | /* #define BSD4_1 */ |
| 35 | /* #define BSD4_2 */ | 35 | /* #define BSD4_2 */ |
| 36 | /* #define BSD4_3 */ | 36 | /* #define BSD4_3 */ |
| 37 | /* #define BSD */ | 37 | /* #define BSD_SYSTEM */ |
| 38 | /* #define VMS */ | 38 | /* #define VMS */ |
| 39 | 39 | ||
| 40 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 40 | /* 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. */ | |||
| 32 | /* #define BSD4_1 */ | 32 | /* #define BSD4_1 */ |
| 33 | /* #define BSD4_2 */ | 33 | /* #define BSD4_2 */ |
| 34 | /* #define BSD4_3 */ | 34 | /* #define BSD4_3 */ |
| 35 | /* #define BSD */ | 35 | /* #define BSD_SYSTEM */ |
| 36 | /* #define VMS */ | 36 | /* #define VMS */ |
| 37 | 37 | ||
| 38 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 38 | /* SYSTEM_TYPE should indicate the kind of system you are using. |