comparison src/s/nextstep.h @ 12:bcdc7deadc19 r19-15b7

Import from CVS: tag r19-15b7
author cvs
date Mon, 13 Aug 2007 08:48:16 +0200
parents 376386a54a3c
children 0293115a14e9
comparison
equal deleted inserted replaced
11:91ffe8bd52e4 12:bcdc7deadc19
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