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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/s/darwin.h [emacs-unicode-2]
Date: Wed, 08 Dec 2004 00:47:40 -0500

Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.11.6.2 emacs/src/s/darwin.h:1.11.6.3
*** emacs/src/s/darwin.h:1.11.6.2       Sat Sep  4 09:14:28 2004
--- emacs/src/s/darwin.h        Wed Dec  8 05:02:28 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()
***************
*** 314,319 ****
--- 321,330 ----
  #define free unexec_free
  #endif
  
+ /* This makes create_process in process.c save and restore signal
+    handlers correctly.  Suggested by Nozomu Ando.*/
+ #define POSIX_SIGNALS
+ 
  /* Reroute calls to SELECT to the version defined in mac.c to fix the
     problem of Emacs requiring an extra return to be typed to start
     working when started from the command line.  */




reply via email to

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