diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-31 05:54:36 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-31 05:54:36 +0000 |
commit | 88bd62c9b0c6d7fea06207a1ec160684e8aa0f51 (patch) | |
tree | 1d7aae3547f5a1e6a4a3a16020e526ba7f4fd457 /source3/include | |
parent | 30c046901beb29d1cc3430bfad029ec3a3eaf06c (diff) | |
download | samba-88bd62c9b0c6d7fea06207a1ec160684e8aa0f51.tar.gz samba-88bd62c9b0c6d7fea06207a1ec160684e8aa0f51.tar.bz2 samba-88bd62c9b0c6d7fea06207a1ec160684e8aa0f51.zip |
define NO_SEMUN for svr4
(This used to be commit a43fa71a5fa740ae8757989c4177f21d8193de94)
Diffstat (limited to 'source3/include')
-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 92688dd004..794380d7d4 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -436,6 +436,7 @@ extern struct passwd *getpwnam(); #define USE_GETCWD #define USE_SETSID #define USE_SYSV_IPC +#define NO_SEMUN #endif |