summaryrefslogtreecommitdiff
path: root/src/s/bsd4-3.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
commit6df54671fdbe53113164ffed5b36fa2a83ae85e0 (patch)
treed4aeca53aa080087d8cdf29b430bef944b897e43 /src/s/bsd4-3.h
parent488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (diff)
downloademacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.tar.gz
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/s/bsd4-3.h')
-rw-r--r--src/s/bsd4-3.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h
index b221a667e1e..85671c37057 100644
--- a/src/s/bsd4-3.h
+++ b/src/s/bsd4-3.h
@@ -30,9 +30,9 @@ Boston, MA 02111-1307, USA. */
#define BSD4_3 1
#endif /* BSD4_3 */
-#ifndef BSD
-#define BSD 43
-#endif /* BSD */
+#ifndef BSD_SYSTEM
+#define BSD_SYSTEM 43
+#endif /* BSD_SYSTEM */
/* SYSTEM_TYPE should indicate the kind of system you are using.
It sets the Lisp variable system-type. */