Mercurial > hg > xemacs-beta
comparison src/s/nextstep.h @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | 131b0175ea99 |
children | 6a378aca36af |
comparison
equal
deleted
inserted
replaced
77:6cb4f478e7bc | 78:c7528f8e288d |
---|---|
111 #endif /* ! NOT_C_CODE */ | 111 #endif /* ! NOT_C_CODE */ |
112 #ifdef hppa | 112 #ifdef hppa |
113 /* The following are glommed from the hp9000s800.h file */ | 113 /* The following are glommed from the hp9000s800.h file */ |
114 #define STACK_DIRECTION 1 | 114 #define STACK_DIRECTION 1 |
115 #endif | 115 #endif |
116 /* Axel Seibert <seibert@leo.org> says the following is necessary due | 116 |
117 to configure problems. */ | |
118 #undef REL_ALLOC | |
119 #undef SYSV_SYSTEM_DIR | 117 #undef SYSV_SYSTEM_DIR |
120 #undef NONSYSTEM_DIR_LIBRARY | 118 #undef NONSYSTEM_DIR_LIBRARY |
121 #define signal_handler_t int | |
122 #define pid_t int | 119 #define pid_t int |
123 #undef BSD_TERMIOS | 120 #undef BSD_TERMIOS |
124 #undef HAVE_TERMIOS | 121 #undef HAVE_TERMIOS |
125 #undef HAVE_TERMIO | 122 #undef HAVE_TERMIO |
126 #undef HAVE_MMAP | |
127 #define NO_TERMIO | 123 #define NO_TERMIO |
128 #define TAB3 XTABS | 124 #define TAB3 XTABS |
129 #define C_OPTIMIZE_SWITCH -pipe | 125 #define C_OPTIMIZE_SWITCH -pipe |
130 #undef HAVE_SETITIMER | 126 #undef HAVE_SETITIMER |
131 | 127 |