emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/darwin.h


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/src/s/darwin.h
Date: Tue, 30 Nov 2004 01:03:58 -0500

Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.17 emacs/src/s/darwin.h:1.18
*** emacs/src/s/darwin.h:1.17   Fri Nov 26 23:35:50 2004
--- emacs/src/s/darwin.h        Tue Nov 30 05:57:27 2004
***************
*** 217,222 ****
--- 217,229 ----
  /* Define HAVE_SOCKETS if system supports 4.2-compatible sockets.  */
  #define HAVE_SOCKETS
  
+ /* In Carbon, asynchronous I/O (using SIGIO) can't be used for window
+    events because they don't come from sockets, even though it works
+    fine on tty's.  */
+ #ifdef HAVE_CARBON
+ #define NO_SOCK_SIGIO
+ #endif
+ 
  /* Extra initialization calls in main for Mac OS X system type.  */
  #ifdef HAVE_CARBON
  #define SYMS_SYSTEM syms_of_mac()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]