Mercurial > emacs
changeset 5919:50216826c507
Delete HAVE_SETSID; configure checks for that.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 12 Feb 1994 00:32:31 +0000 |
parents | 81dca63c4ff9 |
children | 1ce51f8152c6 |
files | 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 |
diffstat | 10 files changed, 0 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/convex.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/m/convex.h Sat Feb 12 00:32:31 1994 +0000 @@ -131,9 +131,6 @@ -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
--- a/src/m/ibmps2-aix.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/m/ibmps2-aix.h Sat Feb 12 00:32:31 1994 +0000 @@ -124,7 +124,6 @@ #define HAVE_SELECT #define HAVE_TIMEVAL #define HAVE_VFORK -#define HAVE_SETSID #undef HAVE_TERMIO #define HAVE_TERMIOS
--- a/src/m/ibmrs6000.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/m/ibmrs6000.h Sat Feb 12 00:32:31 1994 +0000 @@ -131,7 +131,6 @@ #define START_FILES #define HAVE_SYSVIPC -#define HAVE_SETSID #define HAVE_GETWD /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ #define BROKEN_FIONREAD
--- a/src/m/tekxd88.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/m/tekxd88.h Sat Feb 12 00:32:31 1994 +0000 @@ -108,7 +108,6 @@ #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 */
--- a/src/s/386bsd.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/s/386bsd.h Sat Feb 12 00:32:31 1994 +0000 @@ -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
--- a/src/s/dgux.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/s/dgux.h Sat Feb 12 00:32:31 1994 +0000 @@ -90,13 +90,6 @@ #define HAVE_SELECT /* - * Define HAVE_SETSID if the system supports POSIX disassociate - * terminal. - */ - -#define HAVE_SETSID - -/* * Define HAVE_SOCKETS if the system supports sockets. */
--- a/src/s/gnu-linux.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/s/gnu-linux.h Sat Feb 12 00:32:31 1994 +0000 @@ -182,8 +182,6 @@ #include <values.h> #endif -#define HAVE_SETSID - /* This is needed for sysdep.c */ #define NO_SIOCTL_H /* don't have sioctl.h */
--- a/src/s/irix3-3.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/s/irix3-3.h Sat Feb 12 00:32:31 1994 +0000 @@ -177,9 +177,6 @@ #define HAVE_SYSVIPC -/* Use setsid to handle terminals for subprocesses. */ -#define HAVE_SETSID - /* sioctl.h should be included where appropriate. */ #define NEED_SIOCTL
--- a/src/s/netbsd.h Sat Feb 12 00:30:26 1994 +0000 +++ b/src/s/netbsd.h Sat Feb 12 00:32:31 1994 +0000 @@ -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