Mercurial > hg > xemacs-beta
comparison src/s/hpux8.h @ 276:6330739388db r21-0b36
Import from CVS: tag r21-0b36
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:30:37 +0200 |
parents | 0132846995bd |
children |
comparison
equal
deleted
inserted
replaced
275:a68ae4439f57 | 276:6330739388db |
---|---|
17 #undef HPUX_PRE_8_0 | 17 #undef HPUX_PRE_8_0 |
18 | 18 |
19 /* XEmacs change -- Ugly, nasty kludge to prevent X11R4 Xos.h from | 19 /* XEmacs change -- Ugly, nasty kludge to prevent X11R4 Xos.h from |
20 redefining struct timeval and struct timezone. */ | 20 redefining struct timeval and struct timezone. */ |
21 #define __TIMEVAL__ | 21 #define __TIMEVAL__ |
22 | |
23 #if 0 /* RMSmacs */ | |
24 /* #### It appears that the FSF version of hpux8.h handles both | |
25 R4 and R5, while the XEmacs one handles only R4. Someone | |
26 fix this up. */ | |
27 | |
28 /* dob@inel.gov says HPUX 8.07 needs this. He was using X11R5, I think. */ | |
29 #define LIBX11_SYSTEM "-lXext" | |
30 | |
31 #define LIB_X11_LIB "-L/usr/lib/X11R5 -L/usr/lib/X11R4 -lX11" | |
32 #define C_SWITCH_X_SYSTEM "-I/usr/include/X11R5 -I/usr/include/X11R4" | |
33 #define LD_SWITCH_X_DEFAULT "-L/usr/lib/X11R5 -L/usr/lib/X11R4" | |
34 #endif | |
35 | |
36 /* XEmacs change -- changed LIBX11_SYSTEM and C_SWITCH_X_SYSTEM */ | |
37 #define C_SWITCH_X_SYSTEM "-I/usr/include/X11R4 -I/usr/include/Motif1.1" | |
38 #define LD_SWITCH_X_SYSTEM "-L/usr/lib/X11R4 -L/usr/lib/Motif1.1" | |
39 | 22 |
40 /* Don't use shared libraries. unexec doesn't handle them. | 23 /* Don't use shared libraries. unexec doesn't handle them. |
41 Note GCC automatically passes -a archive to ld, and it has its own | 24 Note GCC automatically passes -a archive to ld, and it has its own |
42 conflicting -a. */ | 25 conflicting -a. */ |
43 #ifdef __GNUC__ | 26 #ifdef __GNUC__ |