Mercurial > hg > xemacs-beta
comparison src/s/hpux9-shr.h @ 56:c0965ff3b039 r19-16-pre3
Import from CVS: tag r19-16-pre3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:58:20 +0200 |
parents | b82b59fe008d |
children |
comparison
equal
deleted
inserted
replaced
55:9e8623109fad | 56:c0965ff3b039 |
---|---|
26 #define RUN_TIME_REMAP | 26 #define RUN_TIME_REMAP |
27 /* #endif */ | 27 /* #endif */ |
28 | 28 |
29 #include "hpux9.h" | 29 #include "hpux9.h" |
30 | 30 |
31 /* The curses library seems to have a badly broken version of select(2) | |
32 that makes "poll: interrupted system call" messages to appear and | |
33 Emacs suprocesses to hang (e.g. TeX compilation w/ AUCTeX). | |
34 Althought this is only for hpux 10, linking termcap instead of curses | |
35 on 9.X ensures a 9.X binary will still run properly on 10.X. */ | |
36 #undef LIBS_TERMCAP | |
37 #define LIBS_TERMCAP -ltermcap | |
38 | |
31 #if 0 /* No longer needed, since in current GCC -g no longer does that. */ | 39 #if 0 /* No longer needed, since in current GCC -g no longer does that. */ |
32 /* We must turn off -g since it forces -static. */ | 40 /* We must turn off -g since it forces -static. */ |
33 #ifdef __GNUC__ | 41 #ifdef __GNUC__ |
34 #undef C_DEBUG_SWITCH | 42 #undef C_DEBUG_SWITCH |
35 #define C_DEBUG_SWITCH | 43 #define C_DEBUG_SWITCH |