annotate src/s/hpux10.h @ 38:1a767b41a199 r19-15b102

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