changeset 47033:f6d6e1b3e7b7

2002-08-25 Andrew Choi <akochoi@shaw.ca> * s/darwin.h (DONT_REOPEN_PTY): #def it.
author Andrew Choi <akochoi@shaw.ca>
date Sun, 25 Aug 2002 17:43:29 +0000
parents 4e4bf31455d6
children 820cb95c5776
files src/ChangeLog src/s/darwin.h
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Aug 25 17:15:26 2002 +0000
+++ b/src/ChangeLog	Sun Aug 25 17:43:29 2002 +0000
@@ -6,7 +6,8 @@
 	* s/darwin.h (select): Define select to sys_select only if
 	HAVE_CARBON is defined.
 	(HAVE_WORKING_VFORK): #undef it.  Define vfork to fork.
-
+	(DONT_REOPEN_PTY): #def it.
+	
 	* macterm.c (XTread_socket): Remove code to call
 	SendEventToEventTarget for keys with command modifiers when
 	mac_command_key_is_meta is nil.
--- a/src/s/darwin.h	Sun Aug 25 17:15:26 2002 +0000
+++ b/src/s/darwin.h	Sun Aug 25 17:43:29 2002 +0000
@@ -302,6 +302,7 @@
    does not exist.  */
 #undef HAVE_WORKING_VFORK
 #define vfork fork
+#define DONT_REOPEN_PTY
 
 #ifdef temacs
 #define malloc unexec_malloc