summaryrefslogtreecommitdiff
path: root/src/s/bsd4-2.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-09-17 03:43:54 +0000
committerKarl Heuer <kwzh@gnu.org>1996-09-17 03:43:54 +0000
commitd551a99803373a70cf1f68db2634f03d741490ae (patch)
tree66bfbb2e565882d1d961305a3ab4f4e11be0bece /src/s/bsd4-2.h
parent6fa8ce29980d4531cb87de78e7e07f5d053780fb (diff)
downloademacs-d551a99803373a70cf1f68db2634f03d741490ae.tar.gz
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/s/bsd4-2.h')
-rw-r--r--src/s/bsd4-2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h
index 3f38d594dfc..51ca3b77a9f 100644
--- a/src/s/bsd4-2.h
+++ b/src/s/bsd4-2.h
@@ -28,9 +28,9 @@ Boston, MA 02111-1307, USA. */
#define BSD4_2 1
#endif /* BSD4_2 */
-#ifndef BSD
-#define BSD 42
-#endif /* BSD */
+#ifndef BSD_SYSTEM
+#define BSD_SYSTEM 42
+#endif /* BSD_SYSTEM */
/* SYSTEM_TYPE should indicate the kind of system you are using.
It sets the Lisp variable system-type. */