Mercurial > hg > xemacs-beta
comparison src/s/cygwin32.h @ 392:1f50e6fe4f3f r21-2-11
Import from CVS: tag r21-2-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:10:50 +0200 |
parents | aabb7f5b1c81 |
children | 74fd4e045ea6 |
comparison
equal
deleted
inserted
replaced
391:e50d8e68d7a5 | 392:1f50e6fe4f3f |
---|---|
125 #define DATA_END -1 | 125 #define DATA_END -1 |
126 #define HEAP_IN_DATA | 126 #define HEAP_IN_DATA |
127 #define UNEXEC "unexcw.o" | 127 #define UNEXEC "unexcw.o" |
128 | 128 |
129 #ifdef CYGWIN_VERSION_DLL_MAJOR | 129 #ifdef CYGWIN_VERSION_DLL_MAJOR |
130 #if 0 | |
131 /* ### FIXME: although defining BROKEN_SIGIO is correct for proper ^G | |
132 behavior, bugs in cygwin mean that xemacs locks up frequently if | |
133 this is defined. */ | |
130 #define BROKEN_SIGIO | 134 #define BROKEN_SIGIO |
135 #endif | |
131 #else | 136 #else |
132 #define PROCESS_IO_BLOCKING | 137 #define PROCESS_IO_BLOCKING |
133 #endif | 138 #endif |
134 #define strnicmp strncasecmp | 139 #define strnicmp strncasecmp |
135 #ifndef HAVE_SOCKETS | 140 #ifndef HAVE_SOCKETS |