comparison src/s/nextstep.h @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents 0293115a14e9
children c7528f8e288d
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
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 116 /* Axel Seibert <seibert@leo.org> says the following is necessary due
117 to configure problems. */
118 #undef REL_ALLOC
117 #undef SYSV_SYSTEM_DIR 119 #undef SYSV_SYSTEM_DIR
118 #undef NONSYSTEM_DIR_LIBRARY 120 #undef NONSYSTEM_DIR_LIBRARY
119 #define signal_handler_t int 121 #define signal_handler_t int
120 #define pid_t int 122 #define pid_t int
121 #undef BSD_TERMIOS 123 #undef BSD_TERMIOS
122 #undef HAVE_TERMIOS 124 #undef HAVE_TERMIOS
123 #undef HAVE_TERMIO 125 #undef HAVE_TERMIO
126 #undef HAVE_MMAP
124 #define NO_TERMIO 127 #define NO_TERMIO
125 #define TAB3 XTABS 128 #define TAB3 XTABS
126 #define C_OPTIMIZE_SWITCH -pipe 129 #define C_OPTIMIZE_SWITCH -pipe
127 #undef HAVE_SETITIMER 130 #undef HAVE_SETITIMER
128 131