changeset 3014:a416873d97e5

* s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted. * s/linux.h (HAVE_SETSID): Defined. (HAVE_SOCKETS): Defined.
author Jim Blandy <jimb@redhat.com>
date Mon, 24 May 1993 15:01:31 +0000
parents 99d147f614f5
children fac66d9828d7
files src/s/gnu-linux.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Mon May 24 08:01:32 1993 +0000
+++ b/src/s/gnu-linux.h	Mon May 24 15:01:31 1993 +0000
@@ -93,7 +93,7 @@
 
 /* Uncomment this later when other problems are dealt with -mkj */
 
-/* #define HAVE_SOCKETS */
+#define HAVE_SOCKETS
 
 /* Define this symbol if your system has the functions bcopy, etc. */
 
@@ -154,13 +154,13 @@
 #undef SIGIO
 #endif
 
+#define HAVE_SETSID
+
 /* This is needed for sysdep.c */
 
 #define HAVE_UNISTD_H	      /* for getpagesize.h */
-#define HAVE_ALLOCA_H	      /* for getdate.y */
 #define NO_SIOCTL_H           /* don't have sioctl.h */
 
-#define HAVE_DUP2             /* is builtin */
 #define HAVE_RANDOM           /* is builtin */
 #define HAVE_CLOSEDIR
 #define HAVE_GETPAGESIZE