Mercurial > hg > xemacs-beta
comparison src/s/hpux10.h @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | b9518feda344 |
children | 59463afc5666 |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
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 | 16 #define FORCE_ALLOCA_H |
17 /* XEmacs addition */ | |
18 #ifndef OBJECTS_SYSTEM | |
19 #define OBJECTS_SYSTEM strcat.o | |
20 #endif | |
21 /* AlainF 20-Jul-1996 -- fixes for 10.10, untested for 10.0x */ | 17 /* AlainF 20-Jul-1996 -- fixes for 10.10, untested for 10.0x */ |
22 /* Fix kernel file name for 10.10 */ | 18 /* Fix kernel file name for 10.10 */ |
23 #undef KERNEL_FILE | 19 #undef KERNEL_FILE |
24 #define KERNEL_FILE "/stand/vmunix" | 20 #define KERNEL_FILE "/stand/vmunix" |
25 /* The curses library seems to have a badly broken version of select(2) | 21 /* The curses library seems to have a badly broken version of select(2) |