summaryrefslogtreecommitdiff
path: root/src/m
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/m
parent6fa8ce29980d4531cb87de78e7e07f5d053780fb (diff)
downloademacs-d551a99803373a70cf1f68db2634f03d741490ae.tar.gz
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/intel386.h4
-rw-r--r--src/m/mips.h10
-rw-r--r--src/m/mips4.h4
-rw-r--r--src/m/vax.h8
4 files changed, 13 insertions, 13 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index b8e6591b64b..fd2aac37376 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -200,9 +200,9 @@ NOTE-END */
#endif /* USG */
#endif /* not XENIX */
-#ifdef BSD
+#ifdef BSD_SYSTEM
#define HAVE_ALLOCA
-#endif /* BSD */
+#endif /* BSD_SYSTEM */
/* If compiling with GCC, let GCC implement alloca. */
#if defined(__GNUC__) && !defined(alloca)
diff --git a/src/m/mips.h b/src/m/mips.h
index 8c25c8733a3..00bca78eced 100644
--- a/src/m/mips.h
+++ b/src/m/mips.h
@@ -130,7 +130,7 @@ NOTE-END */
/* Alter some of the options used when linking. */
#ifndef NEWSOS5
-#ifdef BSD
+#ifdef BSD_SYSTEM
/* DECstations don't have this library.
#define LIBS_MACHINE -lmld */
@@ -140,7 +140,7 @@ NOTE-END */
#define LINKER /bsd43/bin/ld
-#else /* not BSD */
+#else /* not BSD_SYSTEM */
#if defined(__GNUC__) && defined(_ABIN32)
#define LIBS_MACHINE
@@ -160,7 +160,7 @@ NOTE-END */
#define HAVE_VFORK /* Graciously provided by libX.a */
#endif
-#endif /* not BSD */
+#endif /* not BSD_SYSTEM */
#endif /* not NEWSOS5 */
/* The standard definitions of these macros would work ok,
@@ -214,11 +214,11 @@ NOTE-END */
#endif /* USG */
-#ifdef BSD
+#ifdef BSD_SYSTEM
#define COFF
#define TERMINFO
#undef MAIL_USE_FLOCK /* Someone should check this. */
#undef HAVE_UNION_WAIT
-#endif /* BSD */
+#endif /* BSD_SYSTEM */
#endif /* not NEWSOS5 */
diff --git a/src/m/mips4.h b/src/m/mips4.h
index 8590d6e71bc..33905072ac0 100644
--- a/src/m/mips4.h
+++ b/src/m/mips4.h
@@ -50,8 +50,8 @@ NOTE-END */
#define NO_MODE_T
/* These are needed on Riscos 4.0.
- It appears that's the only system which uses mips4.h and defined BSD. */
-#ifdef BSD
+ It appears that's the only system which uses mips4.h and defines BSD. */
+#ifdef BSD_SYSTEM
#undef HAVE_STRERROR
#undef HAVE_XRMSETDATABASE
#undef HAVE_XSCREENRESOURCESTRING
diff --git a/src/m/vax.h b/src/m/vax.h
index d651d74f37f..99d06d1c0d9 100644
--- a/src/m/vax.h
+++ b/src/m/vax.h
@@ -70,7 +70,7 @@ NOTE-END */
#define DOT_GLOBAL_START
-#ifdef BSD
+#ifdef BSD_SYSTEM
/* USG systems I know of running on Vaxes do not actually
support the load average, so disable it for them. */
@@ -82,7 +82,7 @@ NOTE-END */
#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
-#endif /* BSD */
+#endif /* BSD_SYSTEM */
#ifdef VMS
@@ -111,9 +111,9 @@ NOTE-END */
#define TEXT_START 0
#endif /* USG */
-#ifdef BSD
+#ifdef BSD_SYSTEM
#define HAVE_ALLOCA
-#endif /* BSD */
+#endif /* BSD_SYSTEM */
#ifdef VMS
#define C_ALLOCA