annotate src/s/hpux10.h @ 407:ed6218a7d4d3

Added tag r21-2-33 for changeset b8cc9ab3f761
author cvs
date Mon, 13 Aug 2007 11:17:10 +0200
parents 0132846995bd
children
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
72
b9518feda344 Import from CVS: tag r20-0b31
cvs
parents: 70
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
2
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
16 /* AlainF 20-Jul-1996 -- fixes for 10.10, untested for 10.0x */
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
17 /* Fix kernel file name for 10.10 */
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
18 #undef KERNEL_FILE
ac2d302a0011 Import from CVS: tag r19-15b2
cvs
parents: 0
diff changeset
19 #define KERNEL_FILE "/stand/vmunix"
155
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 151
diff changeset
20
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 151
diff changeset
21 /* XEmacs: -lcurses includes a broken select() call on some 10.X systems. */
43dd3413c7c7 Import from CVS: tag r20-3b4
cvs
parents: 151
diff changeset
22 #undef LIBS_TERMCAP
163
0132846995bd Import from CVS: tag r20-3b8
cvs
parents: 155
diff changeset
23 #define LIBS_TERMCAP "-ltermcap"