Mercurial > emacs
annotate src/s/sol2.h @ 15013:aad88afa6a0c libc-960413 libc-960414 libc-960415 libc-960416 libc-960417 libc-960418 libc-960419 libc-960420 libc-960421 libc-960422 libc-960423 libc-960424 libc-960425 libc-960426 libc-960427 libc-960428 libc-960429 libc-960430 libc-960501 libc-960502 libc-960503 libc-960504 libc-960505 libc-960506 libc-960507 libc-960508 libc-960509 libc-960510 libc-960511 libc-960512 libc-960513 libc-960514 libc-960515 libc-960516 libc-960517 libc-960518 libc-960519 libc-960520
* config.guess: Combine two OSF1 rules.
Also recognize field test versions. From mjr@zk3.dec.com.
* config.guess (dgux): Use /usr/bin/uname rather than uname,
because GNU uname does not support -p. From pmr@pajato.com.
author | Per Bothner <bothner@cygnus.com> |
---|---|
date | Sat, 13 Apr 1996 00:06:54 +0000 |
parents | 9ccb4577abd6 |
children | 3b1af0c2d02c |
rev | line source |
---|---|
2815
60f122cfe785
* process.c (wait_reading_process_input): If we're running
Jim Blandy <jimb@redhat.com>
parents:
2741
diff
changeset
|
1 #include "usg5-4.h" |
1179 | 2 |
7872 | 3 #define SOLARIS2 |
4 | |
4189
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
5 /* eggert@twinsun.com said these work in Solaris. |
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
6 Perhaps they work in all kinds of SVR4, but this is more conservative. */ |
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
7 #undef BROKEN_TIOCGETC |
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
8 #undef BROKEN_TIOCGWINSZ |
14c8cd7926a0
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman <rms@gnu.org>
parents:
3435
diff
changeset
|
9 |
3435
7930bf123cb7
(XOS_NEEDS_TIME_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3413
diff
changeset
|
10 /* This triggers a conditional in xfaces.c. */ |
7930bf123cb7
(XOS_NEEDS_TIME_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3413
diff
changeset
|
11 #define XOS_NEEDS_TIME_H |
7930bf123cb7
(XOS_NEEDS_TIME_H): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
3413
diff
changeset
|
12 |
1179 | 13 #define POSIX |
14 | |
6103 | 15 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option |
16 says where to find X windows at run time. */ | |
1638
e49c2e6349e4
(LD_SWITCH_SYSTEM): Make alternate version for GCC.
Richard M. Stallman <rms@gnu.org>
parents:
1584
diff
changeset
|
17 #ifndef __GNUC__ |
5596
191c4af115dc
(LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX.
Richard M. Stallman <rms@gnu.org>
parents:
4189
diff
changeset
|
18 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX |
1638
e49c2e6349e4
(LD_SWITCH_SYSTEM): Make alternate version for GCC.
Richard M. Stallman <rms@gnu.org>
parents:
1584
diff
changeset
|
19 #else /* GCC */ |
7356
55588e31b258
(LD_SWITCH_SYSTEM): Use ./prefix-args, not -Xlinker directly.
Richard M. Stallman <rms@gnu.org>
parents:
6103
diff
changeset
|
20 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX |
55588e31b258
(LD_SWITCH_SYSTEM): Use ./prefix-args, not -Xlinker directly.
Richard M. Stallman <rms@gnu.org>
parents:
6103
diff
changeset
|
21 has anything in it. It can be empty. |
55588e31b258
(LD_SWITCH_SYSTEM): Use ./prefix-args, not -Xlinker directly.
Richard M. Stallman <rms@gnu.org>
parents:
6103
diff
changeset
|
22 This works ok in src. Luckily lib-src does not use LD_SWITCH_SYSTEM. */ |
55588e31b258
(LD_SWITCH_SYSTEM): Use ./prefix-args, not -Xlinker directly.
Richard M. Stallman <rms@gnu.org>
parents:
6103
diff
changeset
|
23 #define LD_SWITCH_SYSTEM `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` |
1638
e49c2e6349e4
(LD_SWITCH_SYSTEM): Make alternate version for GCC.
Richard M. Stallman <rms@gnu.org>
parents:
1584
diff
changeset
|
24 #endif /* GCC */ |
1179 | 25 |
8886 | 26 #define HAVE_VFORK |
11250
9ccb4577abd6
(C_SWITCH_X_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8886
diff
changeset
|
27 |
9ccb4577abd6
(C_SWITCH_X_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8886
diff
changeset
|
28 /* Gregory Neil Shapiro <gshapiro@hhmi.org> reports the Motif header files |
9ccb4577abd6
(C_SWITCH_X_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8886
diff
changeset
|
29 are in this directory on Solaris 2.4. Let's guess that's true |
9ccb4577abd6
(C_SWITCH_X_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8886
diff
changeset
|
30 for some earlier versions too. */ |
9ccb4577abd6
(C_SWITCH_X_SYSTEM): Defined.
Richard M. Stallman <rms@gnu.org>
parents:
8886
diff
changeset
|
31 #define C_SWITCH_X_SYSTEM -I/usr/dt/include |