enable sysv ipc and fast share modes on OSF1
[ira/wip.git] / source3 / include / includes.h
index da736fb225c77549a5daaac0de7b80b1cb3d2bce..4c7ec56367ce9726a3f55ab89681e20d0ae57f40 100644 (file)
@@ -320,6 +320,14 @@ extern int innetgr (const char *, const char *, const char *, const char *);
 #define USE_GETCWD
 #define USE_SETSID
 #define USE_SYSV_IPC
+
+union semun {
+       int val;
+       struct semid_ds *buf;
+       ushort *array;
+};
+
+
 #ifndef REPLACE_GETPASS
 #define REPLACE_GETPASS
 #endif /* REPLACE_GETPASS */
@@ -461,6 +469,7 @@ char *mktemp(char *); /* No standard include */
 #define PASSWORD_LENGTH 16
 #define NEED_AUTH_PARAMETERS
 #endif  /* OSF1_ENH_SEC */
+#define USE_SYSV_IPC
 #endif