Mercurial > emacs
annotate src/s/hpux9.h @ 19860:c17fd465ea95 libc-970911 libc-970912 libc-970913 libc-970914 libc-970915 libc-970916 libc-970917 libc-970918 libc-970919 libc-970920 libc-970921 libc-970922 libc-970923 libc-970924 libc-970925 libc-970926 libc-970927 libc-970928 libc-970929 libc-970930 libc-971001 libc-971018 libc-971019 libc-971020 libc-971021 libc-971022 libc-971023 libc-971024 libc-971025 libc-971026 libc-971027 libc-971028 libc-971029 libc-971030 libc-971031 libc-971101 libc-971102 libc-971103 libc-971104 libc-971105 libc-971106 libc-971107 libc-971108 libc-971109 libc-971110 libc-971111 libc-971112 libc-971113 libc-971114 libc-971115 libc-971116 libc-971117 libc-971118 libc-971120 libc-971121 libc-971122 libc-971123 libc-971124 libc-971125 libc-971126 libc-971127 libc-971128 libc-971129 libc-971130 libc-971201 libc-971203 libc-971204 libc-971205 libc-971206 libc-971207 libc-971208 libc-971209 libc-971210 libc-971211 libc-971212 libc-971213 libc-971214 libc-971217 libc-971218 libc-971219 libc-971220 libc-971221 libc-971222 libc-971223 libc-971224 libc-971225 libc-971226 libc-971227 libc-971228 libc-971229 libc-971230 libc-971231 libc-980103 libc-980104 libc-980105 libc-980106 libc-980107 libc-980108 libc-980109 libc-980110 libc-980111 libc-980112 libc-980114 libc-980115 libc-980116 libc-980117 libc-980118 libc-980119 libc-980120 libc-980121 libc-980122 libc-980123 libc-980124 libc-980125 libc-980126 libc-980127 libc-980128
typos.
author | Jeff Law <law@redhat.com> |
---|---|
date | Wed, 10 Sep 1997 21:16:20 +0000 |
parents | ecbb06adc669 |
children | a1daedc19c52 |
rev | line source |
---|---|
4324 | 1 /* System description file for hpux version 9. */ |
3296 | 2 |
3 #include "hpux8.h" | |
4 | |
5 #define HPUX9 | |
6 | |
4322 | 7 /* If Emacs doesn't seem to work when built to use GNU malloc, you |
8 probably need to get the latest patches to the HP/UX compiler. | |
9 See `etc/MACHINES' for more information. */ | |
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
10 #if 0 |
3296 | 11 #define SYSTEM_MALLOC 1 |
12 #undef GNU_MALLOC | |
13 #undef REL_ALLOC | |
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
14 #endif |
7707
8b0e81f12ac1
(C_SWITCH_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4324
diff
changeset
|
15 |
7769
a8c703d510ba
(C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
Richard M. Stallman <rms@gnu.org>
parents:
7707
diff
changeset
|
16 #ifndef __GNUC__ |
7707
8b0e81f12ac1
(C_SWITCH_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
4324
diff
changeset
|
17 /* Make room for enough symbols, so dispnew.c does not fail. */ |
8058
671738c86a82
(C_SWITCH_SYSTEM): Add -D_BSD.
Richard M. Stallman <rms@gnu.org>
parents:
7769
diff
changeset
|
18 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD |
9905
1065c769cf32
(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the
Richard M. Stallman <rms@gnu.org>
parents:
8851
diff
changeset
|
19 #else |
1065c769cf32
(C_SWITCH_SYSTEM) [__GNUC__]: Set -D_BSD to get the
Richard M. Stallman <rms@gnu.org>
parents:
8851
diff
changeset
|
20 #define C_SWITCH_SYSTEM -D_BSD |
7769
a8c703d510ba
(C_SWITCH_SYSTEM): Put inside __GNUC__ conditional.
Richard M. Stallman <rms@gnu.org>
parents:
7707
diff
changeset
|
21 #endif |
8371
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
22 |
8851
7a28aad7658f
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman <rms@gnu.org>
parents:
8371
diff
changeset
|
23 #if 0 /* These definitions run into a bug in hpux |
7a28aad7658f
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman <rms@gnu.org>
parents:
8371
diff
changeset
|
24 whereby trying to disable the vdsusp character has no effect. |
7a28aad7658f
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman <rms@gnu.org>
parents:
8371
diff
changeset
|
25 supposedly there is no particular need for this. */ |
8371
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
26 /* neal@ctd.comsat.com */ |
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
27 #undef HAVE_TERMIO |
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
28 #define HAVE_TERMIOS |
5ced823b544f
(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8058
diff
changeset
|
29 #define NO_TERMIO |
8851
7a28aad7658f
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman <rms@gnu.org>
parents:
8371
diff
changeset
|
30 #endif |
10780
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
31 |
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
32 /* According to ngorelic@speclab.cr.usgs.gov, |
14036 | 33 references to the X11R4 directories in these variables |
10780
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
34 (inherited from hpux8.h) |
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
35 cause the wrong libraries to be found, |
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
36 and the options to specify the X11R5 directories are unnecessary |
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
37 since the R5 files are found without them. */ |
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
38 #undef LIB_X11_LIB |
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
39 #undef C_SWITCH_X_SYSTEM |
defbf55d87e2
(LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT):
Richard M. Stallman <rms@gnu.org>
parents:
9905
diff
changeset
|
40 #undef LD_SWITCH_X_DEFAULT |
11338
fe7f920ec4ff
(LD_SWITCH_X_DEFAULT): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
10780
diff
changeset
|
41 /* However, HPUX 9 has Motif includes in a strange place. |
12407
616493c90878
(LIBXMU): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11871
diff
changeset
|
42 So search that place. These definitions assume that X11R5 is being |
616493c90878
(LIBXMU): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11871
diff
changeset
|
43 used -- if X11R4 is used, "s/hpux9-x11r4.h" gets loaded instead. */ |
16204
7cd96606306e
(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
Richard M. Stallman <rms@gnu.org>
parents:
14036
diff
changeset
|
44 /* horst@tkm.physik.uni-karlsruhe.de says that the /usr/contrib/... dirs |
7cd96606306e
(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
Richard M. Stallman <rms@gnu.org>
parents:
14036
diff
changeset
|
45 are needed to find the Xmu and Xaw libraries. */ |
7cd96606306e
(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
Richard M. Stallman <rms@gnu.org>
parents:
14036
diff
changeset
|
46 #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/contrib/X11R5/include -I/usr/include/Motif1.2 |
7cd96606306e
(C_SWITCH_X_SYSTEM): Add -I/usr/contrib/X11R5/include.
Richard M. Stallman <rms@gnu.org>
parents:
14036
diff
changeset
|
47 #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/contrib/X11R5/lib -L/usr/lib/Motif1.2 |
12407
616493c90878
(LIBXMU): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11871
diff
changeset
|
48 |
13785
67493ecbff07
(LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU.
Karl Heuer <kwzh@gnu.org>
parents:
13509
diff
changeset
|
49 #ifndef HAVE_LIBXMU |
13509 | 50 /* HP-UX doesn't supply Xmu. */ |
12407
616493c90878
(LIBXMU): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
11871
diff
changeset
|
51 #define LIBXMU |
13509 | 52 |
53 /* Unfortunately without libXmu we cannot support EditRes. */ | |
54 #define NO_EDITRES | |
13785
67493ecbff07
(LIBXMU, NO_EDITRES): Define only if not HAVE_LIBXMU.
Karl Heuer <kwzh@gnu.org>
parents:
13509
diff
changeset
|
55 #endif |
12449
1370b4b76c60
(LIBX11_SYSTEM): Add undef.
Richard M. Stallman <rms@gnu.org>
parents:
12407
diff
changeset
|
56 |
1370b4b76c60
(LIBX11_SYSTEM): Add undef.
Richard M. Stallman <rms@gnu.org>
parents:
12407
diff
changeset
|
57 /* zoo@armadillo.com says we don't need -lXext in HPUX 9. */ |
1370b4b76c60
(LIBX11_SYSTEM): Add undef.
Richard M. Stallman <rms@gnu.org>
parents:
12407
diff
changeset
|
58 #undef LIBX11_SYSTEM |
16868
97f000e93516
(HAVE_PSTAT_GETDYNAMIC): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
16204
diff
changeset
|
59 |
97f000e93516
(HAVE_PSTAT_GETDYNAMIC): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
16204
diff
changeset
|
60 /* Tested in getloadavg.c. */ |
97f000e93516
(HAVE_PSTAT_GETDYNAMIC): New definition.
Richard M. Stallman <rms@gnu.org>
parents:
16204
diff
changeset
|
61 #define HAVE_PSTAT_GETDYNAMIC |
19738
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
62 |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
63 /* Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
64 has a broken `rint' in some library versions including math library |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
65 version number A.09.05. |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
66 |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
67 You can fix the math library by installing patch number PHSS_4630. |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
68 But we can fix it more reliably for Emacs like this. */ |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
69 #undef HAVE_RINT |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
70 |
ecbb06adc669
(HAVE_RINT): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents:
16868
diff
changeset
|
71 |