annotate src/s/hpux10.h @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children ac2d302a0011
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
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
5 #include "hpux9.h"
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 random /* XEmacs addition: necessary? */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 #undef srandom
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 #undef srand48
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 #undef HAVE_RANDOM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16 #define HPUX10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 #define FORCE_ALLOCA_H
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19 /* XEmacs addition: New paths for hpux 10 */
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 #undef C_SWITCH_X_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/opt/audio/include
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 #undef LD_SWITCH_X_SYSTEM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 #define LD_SWITCH_X_SYSTEM -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/opt/audio/lib