diff options
author | Karl Heuer <kwzh@gnu.org> | 1994-02-12 00:32:31 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1994-02-12 00:32:31 +0000 |
commit | 18a66f991650fad65cd7382f91026509b432eced (patch) | |
tree | dc52f9df8434c80f169c2e51722dd3cf345dba45 /src/s/gnu-linux.h | |
parent | 8ffcf3f1fbdb95ad9768344c71b58df055d7f449 (diff) | |
download | emacs-18a66f991650fad65cd7382f91026509b432eced.tar.gz |
Delete HAVE_SETSID; configure checks for that.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 3cdf0668413..765f597d0e4 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -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 */ |