summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-28 14:25:26 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-28 14:25:26 +0000
commit6388da22eb95c8bfd3f17f5645bdaa16cfca0c6b (patch)
treef3024ebd33902419201cb322dd552be5d0e0d3df
parent8f2366e57d29458f2bb63d9a0033de5c730a1b94 (diff)
downloadsamba-6388da22eb95c8bfd3f17f5645bdaa16cfca0c6b.tar.gz
define USE_SYSV_IPC on sunos4
-rw-r--r--source/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 6f3450c4fd5..da736fb225c 100644
--- a/source/include/includes.h
+++ b/source/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