1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

define USE_SYSV_IPC on sunos4

(This used to be commit 6388da22eb95c8bfd3f17f5645bdaa16cfca0c6b)
This commit is contained in:
Andrew Tridgell 1997-10-28 14:25:26 +00:00
parent e06da92b37
commit ba4d965fc0

View 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