Mercurial > hg > xemacs-beta
comparison src/s/irix5-0.h @ 149:538048ae2ab8 r20-3b1
Import from CVS: tag r20-3b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:36:16 +0200 |
parents | 376386a54a3c |
children | 0132846995bd |
comparison
equal
deleted
inserted
replaced
148:f659db2a1f73 | 149:538048ae2ab8 |
---|---|
22 #endif | 22 #endif |
23 | 23 |
24 /* thomas@mathematik.uni-bremen.de says this is needed. */ | 24 /* thomas@mathematik.uni-bremen.de says this is needed. */ |
25 /* Make process_send_signal work by "typing" a signal character on the pty. */ | 25 /* Make process_send_signal work by "typing" a signal character on the pty. */ |
26 #define SIGNALS_VIA_CHARACTERS | 26 #define SIGNALS_VIA_CHARACTERS |
27 | |
28 /* Define HAVE_ALLOCA to say that the system provides a properly | |
29 working alloca function and it should be used. */ | |
30 #define HAVE_ALLOCA | |
31 #undef C_ALLOCA | |
32 | |
33 #ifndef NOT_C_CODE | |
34 #ifndef __GNUC__ | |
35 #include <alloca.h> | |
36 #endif | |
37 #endif | |
38 | 27 |
39 /* SGI has all the fancy wait stuff, but we can't include sys/wait.h | 28 /* SGI has all the fancy wait stuff, but we can't include sys/wait.h |
40 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead | 29 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead |
41 we'll just define WNOHANG right here. | 30 we'll just define WNOHANG right here. |
42 (An implicit decl is good enough for wait3.) */ | 31 (An implicit decl is good enough for wait3.) */ |