diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-11-05 12:21:45 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-11-05 12:21:45 +0000 |
commit | bd83f461a1a3f1ed610061681720b8923154c697 (patch) | |
tree | 564e126d265099ed7b8cffa80a525c8b40d2fd22 /source3 | |
parent | 028679f144d5321e0dfa4bc0840b54388b9d59d1 (diff) | |
download | samba-bd83f461a1a3f1ed610061681720b8923154c697.tar.gz samba-bd83f461a1a3f1ed610061681720b8923154c697.tar.bz2 samba-bd83f461a1a3f1ed610061681720b8923154c697.zip |
add NO_SEMUN for HP
I really wish you could say
#ifndef "struct foo_struct"
in C :-)
(This used to be commit acffb39f1aea9816ece41d66e9369375e9aa7df4)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <krweiss@ucdavis.edu> tells us that SIGCLD_IGNORE is not good for HPUX */ |