From bd83f461a1a3f1ed610061681720b8923154c697 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 5 Nov 1997 12:21:45 +0000 Subject: add NO_SEMUN for HP I really wish you could say #ifndef "struct foo_struct" in C :-) (This used to be commit acffb39f1aea9816ece41d66e9369375e9aa7df4) --- source3/include/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/includes.h') diff --git a/source3/include/includes.h b/source3/include/includes.h index 9481c9f24e..6572b583e2 100644 --- a/source3/include/includes.h +++ b/source3/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 */ -- cgit