define USE_SYSV_IPC on sunos4
authorAndrew Tridgell <tridge@samba.org>
Tue, 28 Oct 1997 14:25:26 +0000 (14:25 +0000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 28 Oct 1997 14:25:26 +0000 (14:25 +0000)
source/include/includes.h

index 6f3450c4fd5f602bbfa911c254e4b730c4668e77..da736fb225c77549a5daaac0de7b80b1cb3d2bce 100644 (file)
@@ -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