diff options
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/darwin.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h index dd49426d7c3..9f78405a43c 100644 --- a/src/s/darwin.h +++ b/src/s/darwin.h | |||
| @@ -217,6 +217,13 @@ Boston, MA 02111-1307, USA. */ | |||
| 217 | /* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */ | 217 | /* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */ |
| 218 | #define HAVE_SOCKETS | 218 | #define HAVE_SOCKETS |
| 219 | 219 | ||
| 220 | /* In Carbon, asynchronous I/O (using SIGIO) can't be used for window | ||
| 221 | events because they don't come from sockets, even though it works | ||
| 222 | fine on tty's. */ | ||
| 223 | #ifdef HAVE_CARBON | ||
| 224 | #define NO_SOCK_SIGIO | ||
| 225 | #endif | ||
| 226 | |||
| 220 | /* Extra initialization calls in main for Mac OS X system type. */ | 227 | /* Extra initialization calls in main for Mac OS X system type. */ |
| 221 | #ifdef HAVE_CARBON | 228 | #ifdef HAVE_CARBON |
| 222 | #define SYMS_SYSTEM syms_of_mac() | 229 | #define SYMS_SYSTEM syms_of_mac() |