comparison src/s/hpux10.h @ 151:59463afc5666 r20-3b2

Import from CVS: tag r20-3b2
author cvs
date Mon, 13 Aug 2007 09:37:19 +0200
parents 538048ae2ab8
children 43dd3413c7c7
comparison
equal deleted inserted replaced
150:8ebb1c0f0f6f 151:59463afc5666
11 with HAVE_LRAND48 being defined. */ 11 with HAVE_LRAND48 being defined. */
12 #undef srandom 12 #undef srandom
13 #undef srand48 13 #undef srand48
14 #undef HAVE_RANDOM 14 #undef HAVE_RANDOM
15 #define HPUX10 15 #define HPUX10
16 #define FORCE_ALLOCA_H
17 /* AlainF 20-Jul-1996 -- fixes for 10.10, untested for 10.0x */ 16 /* AlainF 20-Jul-1996 -- fixes for 10.10, untested for 10.0x */
18 /* Fix kernel file name for 10.10 */ 17 /* Fix kernel file name for 10.10 */
19 #undef KERNEL_FILE 18 #undef KERNEL_FILE
20 #define KERNEL_FILE "/stand/vmunix" 19 #define KERNEL_FILE "/stand/vmunix"
21 /* The curses library seems to have a badly broken version of select(2)
22 that makes "poll: interrupted system call" messages to appear and
23 Emacs suprocesses to hang (e.g. TeX compilation w/ AUCTeX) */
24 #undef LIBS_TERMCAP
25 #define LIBS_TERMCAP -ltermcap
26 /* 10.10 has Xmu in /usr/contrib/X11R5/lib */
27 #ifndef HAVE_LIBXMU
28 #undef C_SWITCH_X_SYSTEM
29 #define C_SWITCH_X_SYSTEM -I/usr/include/X11R5 -I/usr/include/Motif1.2 -I/usr/contrib/include/X11R5
30 #undef LD_SWITCH_X_DEFAULT
31 #define LD_SWITCH_X_DEFAULT -L/usr/lib/X11R5 -L/usr/lib/Motif1.2 -L/usr/contrib/lib/X11R5
32 #undef LIBXMU
33 #define LIBXMU -lXmu
34 #define HAVE_LIBXMU 1
35 #undef NO_EDITRES
36 #endif