diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-10-28 14:25:26 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-10-28 14:25:26 +0000 |
commit | ba4d965fc0f78086171a5441545e561a0c4d044d (patch) | |
tree | ed6e854b18b94fb3133fcffa8c16b86b1e04b10b /source3 | |
parent | e06da92b377111a3c2931cf693ce14c40b054672 (diff) | |
download | samba-ba4d965fc0f78086171a5441545e561a0c4d044d.tar.gz samba-ba4d965fc0f78086171a5441545e561a0c4d044d.tar.bz2 samba-ba4d965fc0f78086171a5441545e561a0c4d044d.zip |
define USE_SYSV_IPC on sunos4
(This used to be commit 6388da22eb95c8bfd3f17f5645bdaa16cfca0c6b)
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 6f3450c4fd..da736fb225 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -281,6 +281,7 @@ typedef unsigned short mode_t; #ifndef USE_WAITPID #define USE_WAITPID #endif +#define USE_SYSV_IPC /* SunOS doesn't have POSIX atexit */ #define atexit on_exit #endif |