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 | acffb39f1aea9816ece41d66e9369375e9aa7df4 (patch) | |
tree | 83add62fd2cafcd01271ee1c27958a6b37799d6a /source/include/includes.h | |
parent | b9d26344cc9b64ef3578931d099d52eab080fdd3 (diff) | |
download | samba-acffb39f1aea9816ece41d66e9369375e9aa7df4.tar.gz samba-acffb39f1aea9816ece41d66e9369375e9aa7df4.tar.xz samba-acffb39f1aea9816ece41d66e9369375e9aa7df4.zip |
add NO_SEMUN for HP
I really wish you could say
#ifndef "struct foo_struct"
in C :-)
Diffstat (limited to 'source/include/includes.h')
-rw-r--r-- | source/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <krweiss@ucdavis.edu> tells us that SIGCLD_IGNORE is not good for HPUX */ |