Mercurial > hg > xemacs-beta
comparison src/s/hpux9.h @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
29 /* XEmacs: cognot@ensg.u-nancy.fr: C_SWITCH_SYSTEM already defined in hpux8.h, | 29 /* XEmacs: cognot@ensg.u-nancy.fr: C_SWITCH_SYSTEM already defined in hpux8.h, |
30 -D_BSD makes hp CC choke on process.c | 30 -D_BSD makes hp CC choke on process.c |
31 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD | 31 #define C_SWITCH_SYSTEM -Wp,-H200000 -D_BSD |
32 */ | 32 */ |
33 #undef C_SWITCH_SYSTEM | 33 #undef C_SWITCH_SYSTEM |
34 #define C_SWITCH_SYSTEM -Ae -Wp,-H100000 | 34 # ifdef __hp9000s300 |
35 # define C_SWITCH_SYSTEM -Aa -D_HPUX_SOURCE | |
36 # else | |
37 # define C_SWITCH_SYSTEM -Ae -Wp,-H100000 | |
38 # endif | |
35 /* XEmacs: commented out | 39 /* XEmacs: commented out |
36 #else | 40 #else |
37 #define C_SWITCH_SYSTEM -D_BSD | 41 #define C_SWITCH_SYSTEM -D_BSD |
38 */ | 42 */ |
39 #endif | 43 #endif |
70 #undef LIBX11_SYSTEM | 74 #undef LIBX11_SYSTEM |
71 | 75 |
72 /* XEmacs: apparently rint() is totally broken in HPUX 9. */ | 76 /* XEmacs: apparently rint() is totally broken in HPUX 9. */ |
73 #undef HAVE_RINT | 77 #undef HAVE_RINT |
74 | 78 |
79 /* XEmacs addition */ | |
80 #ifndef OBJECTS_SYSTEM | |
81 #define OBJECTS_SYSTEM strcat.o | |
82 #endif |