comparison src/s/cygwin32.h @ 333:4f79e16b1112 r21-0-64

Import from CVS: tag r21-0-64
author cvs
date Mon, 13 Aug 2007 10:49:50 +0200
parents 19dcec799385
children 182f72e8cd0d
comparison
equal deleted inserted replaced
332:bb75ebac9531 333:4f79e16b1112
151 #define DATA_END -1 151 #define DATA_END -1
152 #define HEAP_IN_DATA 152 #define HEAP_IN_DATA
153 #define UNEXEC "unexcw.o" 153 #define UNEXEC "unexcw.o"
154 154
155 #ifdef CYGWIN_VERSION_DLL_MAJOR 155 #ifdef CYGWIN_VERSION_DLL_MAJOR
156 #if 0
157 /* ### FIXME: although defining BROKEN_SIGIO is correct for proper ^G
158 behavior, bugs in cygwin mean that xemacs locks up frequently if
159 this is defined. */
156 #define BROKEN_SIGIO 160 #define BROKEN_SIGIO
161 #endif
157 #else 162 #else
158 #define PROCESS_IO_BLOCKING 163 #define PROCESS_IO_BLOCKING
159 #endif 164 #endif
160 #define strnicmp strncasecmp 165 #define strnicmp strncasecmp
161 #ifndef HAVE_SOCKETS 166 #ifndef HAVE_SOCKETS