2815
|
1 #include "usg5-4.h"
|
1179
|
2
|
7872
|
3 #define SOLARIS2
|
|
4
|
4189
|
5 /* eggert@twinsun.com said these work in Solaris.
|
|
6 Perhaps they work in all kinds of SVR4, but this is more conservative. */
|
|
7 #undef BROKEN_TIOCGETC
|
|
8 #undef BROKEN_TIOCGWINSZ
|
|
9
|
3435
|
10 /* This triggers a conditional in xfaces.c. */
|
|
11 #define XOS_NEEDS_TIME_H
|
|
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
|
17 #ifndef __GNUC__
|
5596
|
18 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
|
1638
|
19 #else /* GCC */
|
7356
|
20 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX
|
|
21 has anything in it. It can be empty.
|
|
22 This works ok in src. Luckily lib-src does not use LD_SWITCH_SYSTEM. */
|
|
23 #define LD_SWITCH_SYSTEM `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX`
|
1638
|
24 #endif /* GCC */
|
1179
|
25
|
15300
|
26 #undef LIBS_SYSTEM
|
18905
|
27 #define LIBS_SYSTEM -lsocket -lnsl -lkstat
|
|
28
|
|
29 /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
|
44656
|
30 ghazi@caip.rutgers.edu, 7/21/97. Don't redefine if already defined
|
|
31 (e.g., by config.h). */
|
|
32 #ifndef HAVE_LIBKSTAT
|
18905
|
33 #define HAVE_LIBKSTAT
|
44656
|
34 #endif
|
27750
|
35
|
|
36 /* eggert thinks all versions of SunPro C allowed this. */
|
|
37 #ifndef __GNUC__
|
|
38 #define C_DEBUG_SWITCH -g -O
|
|
39 #endif
|
28143
|
40
|
|
41 /* inoue@ainet.or.jp says Solaris has a bug related to X11R6-style
|
|
42 XIM support. */
|
|
43
|
|
44 #define INHIBIT_X11R6_XIM
|
30426
|
45
|
|
46 /* Must use the system's termcap, if we use any termcap.
|
|
47 It does special things. */
|
|
48
|
|
49 #ifndef TERMINFO
|
|
50 #define LIBS_TERMCAP -ltermcap
|
|
51 #endif
|
31503
|
52
|
31600
|
53 #define USE_MMAP_FOR_BUFFERS 1
|