summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-09-17 03:47:11 +0000
committerKarl Heuer <kwzh@gnu.org>1996-09-17 03:47:11 +0000
commit2341d9b1581f1f718f1310014a44386df7d7a235 (patch)
tree48718613fe314c88fd5d6c9eedc6c517a8d9ca9e /src
parentd551a99803373a70cf1f68db2634f03d741490ae (diff)
downloademacs-2341d9b1581f1f718f1310014a44386df7d7a235.tar.gz
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/m/ibmrt-aix.h2
-rw-r--r--src/s/gnu-linux.h2
-rw-r--r--src/s/ms-w32.h2
-rw-r--r--src/s/template.h2
-rw-r--r--src/s/xenix.h2
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. */
/* 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.