aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorKarl Heuer1996-09-17 03:43:54 +0000
committerKarl Heuer1996-09-17 03:43:54 +0000
commit6df54671fdbe53113164ffed5b36fa2a83ae85e0 (patch)
treed4aeca53aa080087d8cdf29b430bef944b897e43 /src/s
parent488b7cb38fdeb47e67b0f6e8edd10e01cbc55595 (diff)
downloademacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.tar.gz
emacs-6df54671fdbe53113164ffed5b36fa2a83ae85e0.zip
Replaced symbol BSD with BSD_SYSTEM.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/bsd386.h2
-rw-r--r--src/s/bsd4-1.h2
-rw-r--r--src/s/bsd4-2.h6
-rw-r--r--src/s/bsd4-3.h6
-rw-r--r--src/s/cxux.h2
-rw-r--r--src/s/freebsd.h6
-rw-r--r--src/s/msdos.h4
-rw-r--r--src/s/rtu.h2
-rw-r--r--src/s/umax.h2
-rw-r--r--src/s/umips.h9
10 files changed, 21 insertions, 20 deletions
diff --git a/src/s/bsd386.h b/src/s/bsd386.h
index 21ab7e0f0fe..c170c1efdca 100644
--- a/src/s/bsd386.h
+++ b/src/s/bsd386.h
@@ -34,7 +34,7 @@
34 34
35/* This silences a few compilation warnings. */ 35/* This silences a few compilation warnings. */
36#ifdef emacs 36#ifdef emacs
37#undef BSD 37#undef BSD_SYSTEM
38#include <sys/param.h> /* To get BSD defined consistently. */ 38#include <sys/param.h> /* To get BSD defined consistently. */
39#endif 39#endif
40 40
diff --git a/src/s/bsd4-1.h b/src/s/bsd4-1.h
index baaad1ee36e..9bca58f08b5 100644
--- a/src/s/bsd4-1.h
+++ b/src/s/bsd4-1.h
@@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */
26 26
27#define BSD4_1 27#define BSD4_1
28 28
29#define BSD 29#define BSD_SYSTEM
30 30
31/* SYSTEM_TYPE should indicate the kind of system you are using. 31/* SYSTEM_TYPE should indicate the kind of system you are using.
32 It sets the Lisp variable system-type. */ 32 It sets the Lisp variable system-type. */
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. */
28#define BSD4_2 1 28#define BSD4_2 1
29#endif /* BSD4_2 */ 29#endif /* BSD4_2 */
30 30
31#ifndef BSD 31#ifndef BSD_SYSTEM
32#define BSD 42 32#define BSD_SYSTEM 42
33#endif /* BSD */ 33#endif /* BSD_SYSTEM */
34 34
35/* SYSTEM_TYPE should indicate the kind of system you are using. 35/* SYSTEM_TYPE should indicate the kind of system you are using.
36 It sets the Lisp variable system-type. */ 36 It sets the Lisp variable system-type. */
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. */
30#define BSD4_3 1 30#define BSD4_3 1
31#endif /* BSD4_3 */ 31#endif /* BSD4_3 */
32 32
33#ifndef BSD 33#ifndef BSD_SYSTEM
34#define BSD 43 34#define BSD_SYSTEM 43
35#endif /* BSD */ 35#endif /* BSD_SYSTEM */
36 36
37/* SYSTEM_TYPE should indicate the kind of system you are using. 37/* SYSTEM_TYPE should indicate the kind of system you are using.
38 It sets the Lisp variable system-type. */ 38 It sets the Lisp variable system-type. */
diff --git a/src/s/cxux.h b/src/s/cxux.h
index bec58975b00..0281e789717 100644
--- a/src/s/cxux.h
+++ b/src/s/cxux.h
@@ -32,7 +32,7 @@ Boston, MA 02111-1307, USA. */
32/* #define BSD4_1 */ 32/* #define BSD4_1 */
33/* #define BSD4_2 */ 33/* #define BSD4_2 */
34/* #define BSD4_3 */ 34/* #define BSD4_3 */
35/* #define BSD */ 35/* #define BSD_SYSTEM */
36/* #define VMS */ 36/* #define VMS */
37 37
38#ifndef _CX_UX 38#ifndef _CX_UX
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index ecfa869593f..9affb886231 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -75,11 +75,11 @@
75#define TAB3 OXTABS 75#define TAB3 OXTABS
76 76
77/* this silences a few compilation warnings */ 77/* this silences a few compilation warnings */
78#undef BSD 78#undef BSD_SYSTEM
79#if __FreeBSD__ == 1 79#if __FreeBSD__ == 1
80#define BSD 199103 80#define BSD_SYSTEM 199103
81#elif __FreeBSD__ == 2 81#elif __FreeBSD__ == 2
82#define BSD 199306 82#define BSD_SYSTEM 199306
83#endif 83#endif
84 84
85#define WAITTYPE int 85#define WAITTYPE int
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 6f1d6f10792..8d4e70a91bf 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -35,7 +35,7 @@ Boston, MA 02111-1307, USA. */
35/* #define BSD4_1 */ 35/* #define BSD4_1 */
36/* #define BSD4_2 */ 36/* #define BSD4_2 */
37/* #define BSD4_3 */ 37/* #define BSD4_3 */
38/* #define BSD */ 38/* #define BSD_SYSTEM */
39/* #define VMS */ 39/* #define VMS */
40#ifndef MSDOS 40#ifndef MSDOS
41#define MSDOS 41#define MSDOS
@@ -50,7 +50,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
50#endif 50#endif
51 51
52#define DOS_NT /* MSDOS or WINDOWSNT */ 52#define DOS_NT /* MSDOS or WINDOWSNT */
53#undef BSD 53#undef BSD_SYSTEM
54#undef VMS 54#undef VMS
55 55
56/* SYSTEM_TYPE should indicate the kind of system you are using. 56/* SYSTEM_TYPE should indicate the kind of system you are using.
diff --git a/src/s/rtu.h b/src/s/rtu.h
index 3e4aa0f24a9..45266f2716d 100644
--- a/src/s/rtu.h
+++ b/src/s/rtu.h
@@ -25,7 +25,7 @@ Boston, MA 02111-1307, USA. */
25 */ 25 */
26 26
27#define BSD4_2 27#define BSD4_2
28#define BSD 28#define BSD_SYSTEM
29#define RTU 29#define RTU
30 30
31/* SYSTEM_TYPE should indicate the kind of system you are using. 31/* SYSTEM_TYPE should indicate the kind of system you are using.
diff --git a/src/s/umax.h b/src/s/umax.h
index 54ae8d5f0d1..de631f608c4 100644
--- a/src/s/umax.h
+++ b/src/s/umax.h
@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA. */
30/* #define BSD4_1 */ 30/* #define BSD4_1 */
31#define BSD4_2 31#define BSD4_2
32/* #define BSD4_3 */ 32/* #define BSD4_3 */
33#define BSD 33#define BSD_SYSTEM
34#define UMAX4_2 34#define UMAX4_2
35#define UMAX 35#define UMAX
36/* #define VMS */ 36/* #define VMS */
diff --git a/src/s/umips.h b/src/s/umips.h
index 608283eed61..07a4cd6bbb0 100644
--- a/src/s/umips.h
+++ b/src/s/umips.h
@@ -1,8 +1,9 @@
1/* Definitions file for GNU Emacs running on Mips operating system. 1/* Definitions file for GNU Emacs running on Mips operating system.
2 That system can emulate either BSD or Sys V, in either case with changes. 2 That system can emulate either BSD or Sys V, in either case with changes.
3 If BSD is defined, we assume BSD is being emulated; otherwise, Sys V. */ 3 If BSD_SYSTEM is defined, we assume BSD is being emulated; otherwise,
4 Sys V. */
4 5
5#ifdef BSD 6#ifdef BSD_SYSTEM
6#include "bsd4-3.h" 7#include "bsd4-3.h"
7 8
8#define C_SWITCH_SYSTEM -systype bsd43 9#define C_SWITCH_SYSTEM -systype bsd43
@@ -17,7 +18,7 @@
17#undef MAIL_USE_FLOCK /* Someone should check this. */ 18#undef MAIL_USE_FLOCK /* Someone should check this. */
18#undef HAVE_UNION_WAIT 19#undef HAVE_UNION_WAIT
19 20
20#else /* not BSD */ 21#else /* not BSD_SYSTEM */
21 22
22#include "usg5-2-2.h" 23#include "usg5-2-2.h"
23 24
@@ -70,7 +71,7 @@
70/* ??? */ 71/* ??? */
71#define IRIS 72#define IRIS
72 73
73#endif /* not BSD */ 74#endif /* not BSD_SYSTEM */
74 75
75/* High order bit must be stripped off nlist return values */ 76/* High order bit must be stripped off nlist return values */
76#define FIXUP_KERNEL_SYMBOL_ADDR(NL) (NL)[0].n_value &= 0x7fffffff; 77#define FIXUP_KERNEL_SYMBOL_ADDR(NL) (NL)[0].n_value &= 0x7fffffff;