Mercurial > emacs
annotate src/s/freebsd.h @ 29453:22f8105a7dc7
Remove eval-when-compile.
(cyrillic-koi8-r-nonascii-translation-table): Define it as a
translation table made from cyrillic-koi8-r-decode-table.
(cyrillic-koi8-r-encode-table): Define it as a translation table
made from the reverse map of above.
(ccl-decode-koi8): Use translate-character.
(ccl-encode-koi8, ccl-encode-koi8-font): Likewize
(cyrillic-alternativnyj-nonascii-translation-table): Define it as
a translation table made from cyrillic-alternativnyj-decode-table.
(cyrillic-alternativnyj-encode-table): Define it as a translation
table made from the reverse map of above.
(ccl-decode-alternativnyj): Use translate-character.
(ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
Likewize
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 06 Jun 2000 02:10:04 +0000 |
parents | b04dc1778dee |
children | 0a8fd2579cb5 |
rev | line source |
---|---|
6261 | 1 /* s/ file for freebsd system. */ |
2 | |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
3 /* Get the correct __FreeBSD_version, even if this is before that was |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
4 defined. */ |
25470
06fcafae7d56
(__FreeBSD_version): Don't define it if it is
Gerd Moellmann <gerd@gnu.org>
parents:
25457
diff
changeset
|
5 #ifndef __FreeBSD_version |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
6 #ifndef __FreeBSD__ |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
7 #define __FreeBSD_version 199401 |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
8 #elif __FreeBSD__ == 1 |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
9 #define __FreeBSD_version 199405 |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
10 #else |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
11 #include <osreldate.h> |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
12 #endif |
25470
06fcafae7d56
(__FreeBSD_version): Don't define it if it is
Gerd Moellmann <gerd@gnu.org>
parents:
25457
diff
changeset
|
13 #endif /* !defined __FreeBSD_version */ |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
14 |
6930
4d3971045057
Rewrite to use netbsd.h and define NO_SHARED_LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
6434
diff
changeset
|
15 /* '__FreeBSD__' is defined by the preprocessor on FreeBSD-1.1 and up. |
8869
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
16 Earlier versions do not have shared libraries, so inhibit them. |
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
17 You can inhibit them on newer systems if you wish |
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
18 by defining NO_SHARED_LIBS. */ |
6930
4d3971045057
Rewrite to use netbsd.h and define NO_SHARED_LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
6434
diff
changeset
|
19 #ifndef __FreeBSD__ |
4d3971045057
Rewrite to use netbsd.h and define NO_SHARED_LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
6434
diff
changeset
|
20 #define NO_SHARED_LIBS |
4d3971045057
Rewrite to use netbsd.h and define NO_SHARED_LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
6434
diff
changeset
|
21 #endif |
6261 | 22 |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
23 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
24 #if 0 /* This much, alone, seemed sufficient as of 19.23. |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
25 But it seems better to be independent of netbsd.h. */ |
6930
4d3971045057
Rewrite to use netbsd.h and define NO_SHARED_LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
6434
diff
changeset
|
26 #include "netbsd.h" |
6261 | 27 |
6930
4d3971045057
Rewrite to use netbsd.h and define NO_SHARED_LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
6434
diff
changeset
|
28 #undef LIB_GCC |
4d3971045057
Rewrite to use netbsd.h and define NO_SHARED_LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
6434
diff
changeset
|
29 #define LIB_GCC -lgcc |
4d3971045057
Rewrite to use netbsd.h and define NO_SHARED_LIBS.
Richard M. Stallman <rms@gnu.org>
parents:
6434
diff
changeset
|
30 #undef NEED_ERRNO |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
31 #endif /* 0 */ |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
32 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
33 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
34 /* Get most of the stuff from bsd4.3 */ |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
35 #include "bsd4-3.h" |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
36 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
37 /* For mem-limits.h. */ |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
38 #define BSD4_2 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
39 |
9930
3b0788d087b6
(LD_SWITCH_SYSTEM): Add -dc and -dp.
Richard M. Stallman <rms@gnu.org>
parents:
9495
diff
changeset
|
40 /* These aren't needed, since we have getloadavg. */ |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
41 #undef KERNEL_FILE |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
42 #undef LDAV_SYMBOL |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
43 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
44 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
45 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
46 #define LIBS_DEBUG |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
47 #define LIBS_SYSTEM -lutil |
28745 | 48 #if __FreeBSD_version < 400000 |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
49 #define LIBS_TERMCAP -ltermcap |
28745 | 50 #endif |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
51 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
52 #define SYSV_SYSTEM_DIR |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
53 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
54 /* freebsd has POSIX-style pgrp behavior. */ |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
55 #undef BSD_PGRPS |
11738
cb413eec7a2f
(GETPGRP_NO_ARG): Defined
Richard M. Stallman <rms@gnu.org>
parents:
9930
diff
changeset
|
56 #define GETPGRP_NO_ARG |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
57 |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
58 #ifdef __ELF__ |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
59 |
28596
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
60 #define LD_SWITCH_SYSTEM_1 |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
61 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o /usr/lib/crtbegin.o |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
62 #define UNEXEC unexelf.o |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
63 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtend.o /usr/lib/crtn.o |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
64 #undef LIB_GCC |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
65 #define LIB_GCC |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
66 |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
67 #else /* not __ELF__ */ |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
68 |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
69 #ifndef NO_SHARED_LIBS |
28596
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
70 #define LD_SWITCH_SYSTEM_1 -e start -dc -L/usr/local/lib |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
71 #define HAVE_TEXT_START /* No need to define `start_of_text'. */ |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
72 #if __FreeBSD_version >= 300002 |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
73 #define START_FILES pre-crt0.o /usr/lib/aout/crt0.o |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
74 #else /* __FreeBSD_version < 300002 */ |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
75 #define START_FILES pre-crt0.o /usr/lib/crt0.o |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
76 #endif /* __FreeBSD_version < 300002 */ |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
77 #define UNEXEC unexsunos4.o |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
78 #define RUN_TIME_REMAP |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
79 #define LIB_GCC -lgcc |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
80 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
81 #ifndef N_TRELOFF |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
82 #define N_PAGSIZ(x) __LDPGSZ |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
83 #define N_BSSADDR(x) (N_ALIGN(x, N_DATADDR(x)+x.a_data)) |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
84 #define N_TRELOFF(x) N_RELOFF(x) |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
85 #endif |
8869
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
86 #else /* NO_SHARED_LIBS */ |
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
87 #ifdef __FreeBSD__ /* shared libs are available, but the user prefers |
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
88 not to use them. */ |
28596
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
89 #define LD_SWITCH_SYSTEM_1 -Bstatic -L/usr/local/lib |
8869
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
90 #define A_TEXT_OFFSET(x) (sizeof (struct exec)) |
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
91 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) |
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
92 #endif /* __FreeBSD__ */ |
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
93 #endif /* NO_SHARED_LIBS */ |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
94 |
22976
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
95 #endif /* not __ELF__ */ |
f1457fc159c9
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman <rms@gnu.org>
parents:
19071
diff
changeset
|
96 |
28596
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
97 /* Let `ld' find image libs and similar things in /usr/local/lib. The |
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
98 system compiler, GCC, has apparently been modified to not look |
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
99 there, contrary to what a stock GCC would do. */ |
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
100 |
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
101 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_1 -L/usr/local/lib |
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
102 |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
103 #define HAVE_WAIT_HEADER |
28640 | 104 #define HAVE_GETLOADAVG 1 |
25032 | 105 #if 0 |
106 #define HAVE_GETPAGESIZE /* configure now puts this in config.h */ | |
107 #endif | |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
108 #define HAVE_TERMIOS |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
109 #define NO_TERMIO |
8869
eff6c7e4e236
(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
7608
diff
changeset
|
110 #define DECLARE_GETPWUID_WITH_UID_T |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
111 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
112 /* freebsd uses OXTABS instead of the expected TAB3. */ |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
113 #define TABDLY OXTABS |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
114 #define TAB3 OXTABS |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
115 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
116 /* this silences a few compilation warnings */ |
16220
02044b05d8e0
Replaced symbol BSD with BSD_SYSTEM.
Karl Heuer <kwzh@gnu.org>
parents:
15367
diff
changeset
|
117 #undef BSD_SYSTEM |
9018
e8f02eb00bbf
(BSD): Have two definitions according to version number.
Richard M. Stallman <rms@gnu.org>
parents:
8869
diff
changeset
|
118 #if __FreeBSD__ == 1 |
16220
02044b05d8e0
Replaced symbol BSD with BSD_SYSTEM.
Karl Heuer <kwzh@gnu.org>
parents:
15367
diff
changeset
|
119 #define BSD_SYSTEM 199103 |
9018
e8f02eb00bbf
(BSD): Have two definitions according to version number.
Richard M. Stallman <rms@gnu.org>
parents:
8869
diff
changeset
|
120 #elif __FreeBSD__ == 2 |
16220
02044b05d8e0
Replaced symbol BSD with BSD_SYSTEM.
Karl Heuer <kwzh@gnu.org>
parents:
15367
diff
changeset
|
121 #define BSD_SYSTEM 199306 |
24616
a647cbfb4169
(BSD_SYSTEM): Define for FreeBSD 4 as with FreeBSD 3.
Karl Heuer <kwzh@gnu.org>
parents:
23078
diff
changeset
|
122 #elif __FreeBSD__ >= 3 |
17351
e53338c19ba5
(BSD_SYSTEM): Alternate definition for FreeBSD v3.
Richard M. Stallman <rms@gnu.org>
parents:
16220
diff
changeset
|
123 #define BSD_SYSTEM 199506 |
9018
e8f02eb00bbf
(BSD): Have two definitions according to version number.
Richard M. Stallman <rms@gnu.org>
parents:
8869
diff
changeset
|
124 #endif |
7339
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
125 |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
126 #define WAITTYPE int |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
127 /* get this since it won't be included if WAITTYPE is defined */ |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
128 #ifdef emacs |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
129 #include <sys/wait.h> |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
130 #endif |
b557aa86c53a
Don't use netbsd.h. Do all that right here.
Richard M. Stallman <rms@gnu.org>
parents:
6930
diff
changeset
|
131 #define WRETCODE(w) (_W_INT(w) >> 8) |
14493
9b8b46e18f97
(vfork): Define as fork.
Richard M. Stallman <rms@gnu.org>
parents:
13017
diff
changeset
|
132 |
9b8b46e18f97
(vfork): Define as fork.
Richard M. Stallman <rms@gnu.org>
parents:
13017
diff
changeset
|
133 /* Needed to avoid hanging when child process writes an error message |
9b8b46e18f97
(vfork): Define as fork.
Richard M. Stallman <rms@gnu.org>
parents:
13017
diff
changeset
|
134 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */ |
9b8b46e18f97
(vfork): Define as fork.
Richard M. Stallman <rms@gnu.org>
parents:
13017
diff
changeset
|
135 #define vfork fork |
15367
179cd20f2f8a
(DONT_REOPEN_PTY): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
14493
diff
changeset
|
136 |
179cd20f2f8a
(DONT_REOPEN_PTY): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
14493
diff
changeset
|
137 /* Don't close pty in process.c to make it as controlling terminal. |
179cd20f2f8a
(DONT_REOPEN_PTY): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
14493
diff
changeset
|
138 It is already a controlling terminal of subprocess, because we did |
179cd20f2f8a
(DONT_REOPEN_PTY): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
14493
diff
changeset
|
139 ioctl TIOCSCTTY. */ |
179cd20f2f8a
(DONT_REOPEN_PTY): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
14493
diff
changeset
|
140 #define DONT_REOPEN_PTY |
19071 | 141 |
142 /* CLASH_DETECTION is defined in bsd4-3.h. | |
143 In FreeBSD 2.1.5 (and other 2.1.x), this results useless symbolic links | |
144 remaining in /tmp or other directories with +t bit. | |
145 To avoid this problem, you could #undef it to use no file lock. */ | |
146 /* #undef CLASH_DETECTION */ | |
25032 | 147 |
148 /* If the system's imake configuration file defines `NeedWidePrototypes' | |
149 as `NO', we must define NARROWPROTO manually. Such a define is | |
150 generated in the Makefile generated by `xmkmf'. If we don't | |
151 define NARROWPROTO, we will see the wrong function prototypes | |
152 for X functions taking float or double parameters. */ | |
153 | |
154 #define NARROWPROTO 1 | |
25457
7b6e8532268b
(C_SWITCH_SYSTEM): Added to let configure find headers
Gerd Moellmann <gerd@gnu.org>
parents:
25032
diff
changeset
|
155 |
27169
88db110ec82e
(C_SWITCH_SYSTEM): Add -I /usr/local/include and
Gerd Moellmann <gerd@gnu.org>
parents:
26110
diff
changeset
|
156 /* The following is needed to make `configure' find Xpm, Xaw3d and |
88db110ec82e
(C_SWITCH_SYSTEM): Add -I /usr/local/include and
Gerd Moellmann <gerd@gnu.org>
parents:
26110
diff
changeset
|
157 image include and library files if using /usr/bin/gcc. That |
88db110ec82e
(C_SWITCH_SYSTEM): Add -I /usr/local/include and
Gerd Moellmann <gerd@gnu.org>
parents:
26110
diff
changeset
|
158 compiler seems to be modified to not find headers in |
88db110ec82e
(C_SWITCH_SYSTEM): Add -I /usr/local/include and
Gerd Moellmann <gerd@gnu.org>
parents:
26110
diff
changeset
|
159 /usr/local/include or libs in /usr/local/lib by default. */ |
25457
7b6e8532268b
(C_SWITCH_SYSTEM): Added to let configure find headers
Gerd Moellmann <gerd@gnu.org>
parents:
25032
diff
changeset
|
160 |
28596
f96c5116b2dd
(LD_SWITCH_SYSTEM): Add `-L /usr/local/lib'.
Gerd Moellmann <gerd@gnu.org>
parents:
28593
diff
changeset
|
161 #define C_SWITCH_SYSTEM -I/usr/X11R6/include -I/usr/local/include -L/usr/local/lib |
27706
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
162 |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
163 /* Circumvent a bug in FreeBSD. In the following sequence of |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
164 writes/reads on a PTY, read(2) returns bogus data: |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
165 |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
166 write(2) 1022 bytes |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
167 write(2) 954 bytes, get EAGAIN |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
168 read(2) 1024 bytes in process_read_output |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
169 read(2) 11 bytes in process_read_output |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
170 |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
171 That is, read(2) returns more bytes than have ever been written |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
172 successfully. The 1033 bytes read are the 1022 bytes written |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
173 successfully after processing (for example with CRs added if the |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
174 terminal is set up that way which it is here). The same bytes will |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
175 be seen again in a later read(2), without the CRs. */ |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
176 |
ea4d20c43442
(BROKEN_PTY_READ_AFTER_EAGAIN): Define.
Gerd Moellmann <gerd@gnu.org>
parents:
27169
diff
changeset
|
177 #define BROKEN_PTY_READ_AFTER_EAGAIN 1 |
28364 | 178 |
179 /* Tell that garbage collector that setjmp is known to save all | |
180 registers relevant for conservative garbage collection in the | |
181 jmp_buf. */ | |
182 | |
183 #define GC_SETJMP_WORKS 1 | |
28572
34472501a68c
(TERMCAP_OBJ) [__FreeBSD__ >= 4]: Define as
Gerd Moellmann <gerd@gnu.org>
parents:
28364
diff
changeset
|
184 |