From acffb39f1aea9816ece41d66e9369375e9aa7df4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 5 Nov 1997 12:21:45 +0000 Subject: [PATCH] add NO_SEMUN for HP I really wish you could say #ifndef "struct foo_struct" in C :-) --- source/include/includes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/include/includes.h b/source/include/includes.h index 9481c9f24e9..6572b583e22 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -573,6 +573,7 @@ char *mktemp(char *); /* No standard include */ #define USE_SETSID #define USE_SETRES #define USE_SYSV_IPC +#define NO_SEMUN #define DEFAULT_PRINTING PRINT_HPUX /* Ken Weiss tells us that SIGCLD_IGNORE is not good for HPUX */ -- 2.11.4.GIT