0
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 /* System description file for hpux version 10. */
|
|
4
|
6
|
5 #include "hpux9-shr.h"
|
0
|
6
|
|
7 /* We have to go this route, rather than hpux9's approach of renaming the
|
|
8 functions via macros. The system's stdlib.h has fully prototyped
|
|
9 declarations, which yields a conflicting definition of srand48; it
|
|
10 tries to redeclare what was once srandom to be srand48. So we go
|
|
11 with HAVE_LRAND48 being defined. */
|
|
12 #undef srandom
|
|
13 #undef srand48
|
|
14 #undef HAVE_RANDOM
|
|
15 #define HPUX10
|
|
16 #define FORCE_ALLOCA_H
|
2
|
17 /* XEmacs addition */
|
|
18 #ifndef OBJECTS_SYSTEM
|
|
19 #define OBJECTS_SYSTEM strcat.o
|
|
20 #endif
|
|
21 /* AlainF 20-Jul-1996 -- fixes for 10.10, untested for 10.0x */
|
|
22 /* Fix kernel file name for 10.10 */
|
|
23 #undef KERNEL_FILE
|
|
24 #define KERNEL_FILE "/stand/vmunix"
|
|
25 /* The curses library seems to have a badly broken version of select(2)
|
|
26 that makes "poll: interrupted system call" messages to appear and
|
|
27 Emacs suprocesses to hang (e.g. TeX compilation w/ AUCTeX) */
|
|
28 #undef LIBS_TERMCAP
|
|
29 #define LIBS_TERMCAP -ltermcap
|
|
30 /* 10.10 has Xmu in /usr/contrib/X11R5/lib */
|
|
31 #ifndef HAVE_LIBXMU
|
|
32 #undef C_SWITCH_X_SYSTEM
|
|
33 #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/include/X11R5
|
|
34 #undef LD_SWITCH_X_DEFAULT
|
|
35 #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/lib/X11R5
|
|
36 #undef LIBXMU
|
|
37 #define LIBXMU -lXmu
|
|
38 #define HAVE_LIBXMU 1
|
|
39 #undef NO_EDITRES
|
|
40 #endif
|