Fixed up HPUX entry.
authorJeremy Allison <jra@samba.org>
Wed, 13 May 1998 18:36:12 +0000 (18:36 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 13 May 1998 18:36:12 +0000 (18:36 +0000)
Jeremy.

source/include/includes.h

index ae073d1df863b5baf9d0762c5ca5d068db0a0b43..2bb154554f1fb16fddb96736438704c6a1045a7c 100644 (file)
@@ -619,7 +619,10 @@ char *mktemp(char *); /* No standard include */
 #define NEED_AUTH_PARAMETERS
 #endif
 #define SIGNAL_CAST (void (*)(__harg))
-#ifndef HPUX10 /* This is only needed for HPUX 9.x */
+#ifdef HPUX10
+#include <stropts.h>
+#else /* HPUX10 */  
+/* This is only needed for HPUX 9.x */
 #define SELECT_CAST (int *)
 #endif /* HPUX10 */
 #define SYSV
@@ -630,7 +633,6 @@ char *mktemp(char *); /* No standard include */
 #define USE_SETRES
 #define USE_SYSV_IPC
 #define NO_SEMUN
-#define HAVE_VALLOC
 #define DEFAULT_PRINTING PRINT_HPUX
 /* Ken Weiss <krweiss@ucdavis.edu> tells us that SIGCLD_IGNORE is
    not good for HPUX */