diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-09-17 03:47:11 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-09-17 03:47:11 +0000 |
commit | 2341d9b1581f1f718f1310014a44386df7d7a235 (patch) | |
tree | 48718613fe314c88fd5d6c9eedc6c517a8d9ca9e /src/s | |
parent | d551a99803373a70cf1f68db2634f03d741490ae (diff) | |
download | emacs-2341d9b1581f1f718f1310014a44386df7d7a235.tar.gz |
Comment change.
Diffstat (limited to 'src/s')
-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 |
4 files changed, 4 insertions, 4 deletions
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. |