diff options
| author | Karl Heuer | 1996-09-17 03:43:54 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-09-17 03:43:54 +0000 |
| commit | 6df54671fdbe53113164ffed5b36fa2a83ae85e0 (patch) | |
| tree | d4aeca53aa080087d8cdf29b430bef944b897e43 /src/m | |
| parent | 488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (diff) | |
| download | emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.tar.gz emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.zip | |
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/intel386.h | 4 | ||||
| -rw-r--r-- | src/m/mips.h | 10 | ||||
| -rw-r--r-- | src/m/mips4.h | 4 | ||||
| -rw-r--r-- | src/m/vax.h | 8 |
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 */ | |||
| 200 | #endif /* USG */ | 200 | #endif /* USG */ |
| 201 | #endif /* not XENIX */ | 201 | #endif /* not XENIX */ |
| 202 | 202 | ||
| 203 | #ifdef BSD | 203 | #ifdef BSD_SYSTEM |
| 204 | #define HAVE_ALLOCA | 204 | #define HAVE_ALLOCA |
| 205 | #endif /* BSD */ | 205 | #endif /* BSD_SYSTEM */ |
| 206 | 206 | ||
| 207 | /* If compiling with GCC, let GCC implement alloca. */ | 207 | /* If compiling with GCC, let GCC implement alloca. */ |
| 208 | #if defined(__GNUC__) && !defined(alloca) | 208 | #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 */ | |||
| 130 | /* Alter some of the options used when linking. */ | 130 | /* Alter some of the options used when linking. */ |
| 131 | 131 | ||
| 132 | #ifndef NEWSOS5 | 132 | #ifndef NEWSOS5 |
| 133 | #ifdef BSD | 133 | #ifdef BSD_SYSTEM |
| 134 | 134 | ||
| 135 | /* DECstations don't have this library. | 135 | /* DECstations don't have this library. |
| 136 | #define LIBS_MACHINE -lmld */ | 136 | #define LIBS_MACHINE -lmld */ |
| @@ -140,7 +140,7 @@ NOTE-END */ | |||
| 140 | 140 | ||
| 141 | #define LINKER /bsd43/bin/ld | 141 | #define LINKER /bsd43/bin/ld |
| 142 | 142 | ||
| 143 | #else /* not BSD */ | 143 | #else /* not BSD_SYSTEM */ |
| 144 | 144 | ||
| 145 | #if defined(__GNUC__) && defined(_ABIN32) | 145 | #if defined(__GNUC__) && defined(_ABIN32) |
| 146 | #define LIBS_MACHINE | 146 | #define LIBS_MACHINE |
| @@ -160,7 +160,7 @@ NOTE-END */ | |||
| 160 | #define HAVE_VFORK /* Graciously provided by libX.a */ | 160 | #define HAVE_VFORK /* Graciously provided by libX.a */ |
| 161 | #endif | 161 | #endif |
| 162 | 162 | ||
| 163 | #endif /* not BSD */ | 163 | #endif /* not BSD_SYSTEM */ |
| 164 | #endif /* not NEWSOS5 */ | 164 | #endif /* not NEWSOS5 */ |
| 165 | 165 | ||
| 166 | /* The standard definitions of these macros would work ok, | 166 | /* The standard definitions of these macros would work ok, |
| @@ -214,11 +214,11 @@ NOTE-END */ | |||
| 214 | 214 | ||
| 215 | #endif /* USG */ | 215 | #endif /* USG */ |
| 216 | 216 | ||
| 217 | #ifdef BSD | 217 | #ifdef BSD_SYSTEM |
| 218 | #define COFF | 218 | #define COFF |
| 219 | #define TERMINFO | 219 | #define TERMINFO |
| 220 | #undef MAIL_USE_FLOCK /* Someone should check this. */ | 220 | #undef MAIL_USE_FLOCK /* Someone should check this. */ |
| 221 | #undef HAVE_UNION_WAIT | 221 | #undef HAVE_UNION_WAIT |
| 222 | #endif /* BSD */ | 222 | #endif /* BSD_SYSTEM */ |
| 223 | 223 | ||
| 224 | #endif /* not NEWSOS5 */ | 224 | #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 */ | |||
| 50 | #define NO_MODE_T | 50 | #define NO_MODE_T |
| 51 | 51 | ||
| 52 | /* These are needed on Riscos 4.0. | 52 | /* These are needed on Riscos 4.0. |
| 53 | It appears that's the only system which uses mips4.h and defined BSD. */ | 53 | It appears that's the only system which uses mips4.h and defines BSD. */ |
| 54 | #ifdef BSD | 54 | #ifdef BSD_SYSTEM |
| 55 | #undef HAVE_STRERROR | 55 | #undef HAVE_STRERROR |
| 56 | #undef HAVE_XRMSETDATABASE | 56 | #undef HAVE_XRMSETDATABASE |
| 57 | #undef HAVE_XSCREENRESOURCESTRING | 57 | #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 */ | |||
| 70 | 70 | ||
| 71 | #define DOT_GLOBAL_START | 71 | #define DOT_GLOBAL_START |
| 72 | 72 | ||
| 73 | #ifdef BSD | 73 | #ifdef BSD_SYSTEM |
| 74 | /* USG systems I know of running on Vaxes do not actually | 74 | /* USG systems I know of running on Vaxes do not actually |
| 75 | support the load average, so disable it for them. */ | 75 | support the load average, so disable it for them. */ |
| 76 | 76 | ||
| @@ -82,7 +82,7 @@ NOTE-END */ | |||
| 82 | 82 | ||
| 83 | #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) | 83 | #define LOAD_AVE_CVT(x) ((int) ((x) * 100.0)) |
| 84 | 84 | ||
| 85 | #endif /* BSD */ | 85 | #endif /* BSD_SYSTEM */ |
| 86 | 86 | ||
| 87 | #ifdef VMS | 87 | #ifdef VMS |
| 88 | 88 | ||
| @@ -111,9 +111,9 @@ NOTE-END */ | |||
| 111 | #define TEXT_START 0 | 111 | #define TEXT_START 0 |
| 112 | #endif /* USG */ | 112 | #endif /* USG */ |
| 113 | 113 | ||
| 114 | #ifdef BSD | 114 | #ifdef BSD_SYSTEM |
| 115 | #define HAVE_ALLOCA | 115 | #define HAVE_ALLOCA |
| 116 | #endif /* BSD */ | 116 | #endif /* BSD_SYSTEM */ |
| 117 | 117 | ||
| 118 | #ifdef VMS | 118 | #ifdef VMS |
| 119 | #define C_ALLOCA | 119 | #define C_ALLOCA |