/[emacs]/emacs/src/s/darwin.h
ViewVC logotype

Diff of /emacs/src/s/darwin.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.23 by ttn, Sun Aug 7 10:08:10 2005 UTC revision 1.24 by mituharu, Wed Nov 9 08:09:01 2005 UTC
# Line 263  Boston, MA 02110-1301, USA.  */ Line 263  Boston, MA 02110-1301, USA.  */
263    
264  /* Indicate that we are compiling for Mac OS X and where to find Mac  /* Indicate that we are compiling for Mac OS X and where to find Mac
265     specific headers.  */     specific headers.  */
266  #define C_SWITCH_SYSTEM -fpascal-strings -fno-common -DMAC_OSX -I../mac/src  #define C_SWITCH_SYSTEM -fpascal-strings -DMAC_OSX -I../mac/src
267    
268  /* Link in the Carbon lib. */  /* Link in the Carbon lib. */
269  #ifdef HAVE_CARBON  #ifdef HAVE_CARBON
# Line 328  struct kboard; Line 328  struct kboard;
328     does not exist.  */     does not exist.  */
329  #undef HAVE_WORKING_VFORK  #undef HAVE_WORKING_VFORK
330  #define vfork fork  #define vfork fork
331    
332    /* Don't close pty in process.c to make it as controlling terminal.
333       It is already a controlling terminal of subprocess, because we did
334       ioctl TIOCSCTTY.  */
335  #define DONT_REOPEN_PTY  #define DONT_REOPEN_PTY
336    
337  #ifdef temacs  #ifdef temacs

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26