]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete HAVE_SETSID; configure checks for that.
authorKarl Heuer <kwzh@gnu.org>
Sat, 12 Feb 1994 00:32:31 +0000 (00:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 12 Feb 1994 00:32:31 +0000 (00:32 +0000)
src/m/convex.h
src/m/ibmps2-aix.h
src/m/ibmrs6000.h
src/m/tekxd88.h
src/s/386bsd.h
src/s/dgux.h
src/s/gnu-linux.h
src/s/irix3-3.h
src/s/netbsd.h
src/s/usg5-4.h

index 68db4539681546bae8bbbcc87a5a184997d56469..5214d43dd48858ad9926bbc834a0a4908cec9af0 100644 (file)
@@ -131,9 +131,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
     -e__start -L /usr/lib \
     '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema'
 
-/* Use setsid when starting up inferiors. */
-#define HAVE_SETSID
-
 /* Use <dirent.h>. */
 #define SYSV_SYSTEM_DIR
 
index 8eac185321556f5ffe92eed261c94cf3dfb86250..da2720056421a2a94a9425d97dbfb9005d680395 100644 (file)
@@ -124,7 +124,6 @@ so disable it for them.  */
 #define HAVE_SELECT
 #define HAVE_TIMEVAL
 #define HAVE_VFORK
-#define HAVE_SETSID
 #undef  HAVE_TERMIO
 #define HAVE_TERMIOS
 
index afed34b9187558ea71384be3127197a995a2d838..d882d01f7a1a39dce599825aa542fa8d71dd4d39 100644 (file)
@@ -131,7 +131,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define START_FILES
 #define HAVE_SYSVIPC
-#define HAVE_SETSID
 #define HAVE_GETWD
 /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/
 #define BROKEN_FIONREAD
index aa2de053351fc2c592f4655aaa52770ef553f066..460bdc44ad64104c22ab307d42d848b4a1127560 100644 (file)
@@ -108,7 +108,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define HAVE_SELECT    /* XD88 has select(). */
 #define BROKEN_FIONREAD /* is this needed ? */
 #define BSTRING                /* its in libc but not declared in any header file. */
-#define HAVE_SETSID
 #undef sigsetmask      /* XD88 has sigsetmask() */
 
 #undef LIB_X11_LIB     /* Don't use shared libraries defined in usg5-3.h */
index 5ce2892345a7aa1056e68e94669369b8dee6e058..b12d9a836e3d9fa82acadd219566bff99031cf5c 100644 (file)
@@ -25,6 +25,3 @@
 
 /* Reread the time zone on startup.  */
 #define LOCALTIME_CACHE
-
-/* rich@lamprey.utmb.edu says needed for job control in subshells.  */
-#define HAVE_SETSID
index 35fd1fe71e1ee8fc21f3b2e36d3184c4a78b1e13..ee3625852cef45ff6891c2ab55293474f7e09474 100644 (file)
@@ -89,13 +89,6 @@ is to define BROKEN_FIONREAD and not use INTERRUPT_INPUT.
 
 #define HAVE_SELECT
 
-/*
- *     Define HAVE_SETSID if the system supports POSIX disassociate
- *      terminal.
- */
-
-#define HAVE_SETSID
-
 /*
  *     Define HAVE_SOCKETS if the system supports sockets.
  */
index 3cdf0668413a7bc56039084659fc25934e808033..765f597d0e4dd82c0c64163f6cb989aac13d08e6 100644 (file)
@@ -182,8 +182,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <values.h>
 #endif
 
-#define HAVE_SETSID
-
 /* This is needed for sysdep.c */
 
 #define NO_SIOCTL_H           /* don't have sioctl.h */
index adca1c8914db2aa75e1eb3847a35b5525a4a25ff..aad4ed86769e26178455cbdc7a7e696172bf2e99 100644 (file)
@@ -177,9 +177,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define HAVE_SYSVIPC
 
-/* Use setsid to handle terminals for subprocesses.  */
-#define HAVE_SETSID
-
 /* sioctl.h should be included where appropriate.  */
 
 #define NEED_SIOCTL
index dfebbc128fdad039527f6301b116ac25bc88dc72..622fe17b8db413f4a70d6c78a0f28fe89e90eeb5 100644 (file)
@@ -20,8 +20,6 @@
 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
 
-#define HAVE_SETSID
-
 #define LIBS_DEBUG
 /* -lutil is not needed for NetBSD >0.9.  */
 #define LIBS_SYSTEM -lutil
index 34a19bd37b0e7446afd36f1314b8b55fcc7ab4ea..e8fe34a44144d41cbdbd1f7728ad19540ddb24cb 100644 (file)
@@ -115,7 +115,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define CLASH_DETECTION
 
 #define HAVE_PTYS
-#define HAVE_SETSID
 #define HAVE_TERMIOS
 #undef BROKEN_TIOCGWINSZ
 #undef BROKEN_TIOCGETC