0
|
1 /* Synched up with: FSF 19.31. */
|
|
2
|
|
3 /* System description file for hpux version 10. */
|
|
4
|
|
5 #include "hpux9.h"
|
|
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 random /* XEmacs addition: necessary? */
|
|
13 #undef srandom
|
|
14 #undef srand48
|
|
15 #undef HAVE_RANDOM
|
|
16 #define HPUX10
|
|
17 #define FORCE_ALLOCA_H
|
|
18
|
|
19 /* XEmacs addition: New paths for hpux 10 */
|
|
20 #undef C_SWITCH_X_SYSTEM
|
|
21 #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/opt/audio/include
|
|
22 #undef LD_SWITCH_X_SYSTEM
|
|
23 #define LD_SWITCH_X_SYSTEM -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/opt/audio/lib
|