annotate src/s/sol2.h @ 17692:426dde653028 gnumach-release-1-1 gnumach-release-1-1-1 libc-970508 libc-970509 libc-970510 libc-970511 libc-970512 libc-970513 libc-970514 libc-970515 libc-970516 libc-970517 libc-970518 libc-970519 libc-970520 libc-970521 libc-970522 libc-970523 libc-970524 libc-970525 libc-970526 libc-970527 libc-970528 libc-970529 libc-970530 libc-970531 libc-970601 libc-970602 libc-970603 libc-970604 libc-970605

Recognize either / or - as a machine/suptype separator from uname -m to cope with older systems that have the older uname.
author Thomas Bushnell, BSG <thomas@gnu.org>
date Wed, 07 May 1997 19:19:04 +0000
parents b03afc4adc30
children c5a781c89bd2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
7961d1af11a7 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
7872
00d9f3adb17b (SOLARIS2): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7356
diff changeset
3 #define SOLARIS2
00d9f3adb17b (SOLARIS2): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7356
diff changeset
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
7961d1af11a7 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
13 #define POSIX
7961d1af11a7 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
14
6103
4acb066b1b96 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 5596
diff changeset
15 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
4acb066b1b96 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 5596
diff changeset
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
7961d1af11a7 entered into RCS
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
25
15300
3dd2c61941f1 Fix previous change.
Karl Heuer <kwzh@gnu.org>
parents: 15295
diff changeset
26 #undef LIBS_SYSTEM
16131
b03afc4adc30 (LIBS_SYSTEM): Use -lkstat instead of -lelf -lkvm
Richard M. Stallman <rms@gnu.org>
parents: 15300
diff changeset
27 #define LIBS_SYSTEM -lsocket -lnsl -lkstat
8886
fc4b95c29300 (HAVE_VFORK): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 8867
diff changeset
28 #define HAVE_VFORK