From 3480524e15aba50dd459ac5979eabb8974898e35 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 28 Oct 1997 15:07:01 +0000 Subject: [PATCH] enable sysv ipc and fast share modes on OSF1 --- source/include/includes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/include/includes.h b/source/include/includes.h index 48e79b42924..4c7ec56367c 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -469,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 -- 2.11.4.GIT