]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorKarl Heuer <kwzh@gnu.org>
Tue, 17 Sep 1996 03:47:11 +0000 (03:47 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 17 Sep 1996 03:47:11 +0000 (03:47 +0000)
src/m/ibmrt-aix.h
src/s/gnu-linux.h
src/s/ms-w32.h
src/s/template.h
src/s/xenix.h

index 1016a873a4ca00eb08614432fec3c172163dd438..6c655ea67fcbc94f13a898bab799cb195e88776a 100644 (file)
@@ -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
 
index 5416a42beacd7eab7ef6d34e9af3df6a32e10e7c..ccce9cc84d26a84a624084c6e72f32a6e4304a10 100644 (file)
@@ -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.
index 2cc41ad095a8c6d1302de2203d71c35f3b69e8ae..97ca6aa07690286887f16905a574eecfe61e2cc0 100644 (file)
@@ -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
index c6bd9afe0a9688f8b3840ad4fbaff14f1955fa63..ee6da5cc57a66feedd653c77a4c8a9efa342182d 100644 (file)
@@ -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.
index 19f5c097f11734e0bec8fc0c664fcbe5df6952ca..74c14f818d0fc88b4d1cf5dd50ae3c105ceaafac 100644 (file)
@@ -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.