]> git.sur5r.net Git - openldap/commitdiff
Include sys/param.h on OSF4.0e to define MAXPATHLEN.
authorRandy Kunkee <kunkee@openldap.org>
Fri, 23 Jul 1999 00:59:27 +0000 (00:59 +0000)
committerRandy Kunkee <kunkee@openldap.org>
Fri, 23 Jul 1999 00:59:27 +0000 (00:59 +0000)
servers/slapd/back-bdb2/startup.c
servers/slapd/back-bdb2/txn.c

index a80dee94980a74079097f15226ce25c361fbc025..3857ab681248236b7910ffe883fc312bf4a51e18 100644 (file)
@@ -8,6 +8,9 @@
 #include <ac/socket.h>
 #include <ac/unistd.h>
 
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
 #ifdef HAVE_DIRECT_H
 #include <direct.h>
 #endif
index fc61efe97cde98670210f60aeaada1b264edc4f9..b2e2b0721f5ef9e0767931e65a68a0c2a2431240 100644 (file)
@@ -1,5 +1,10 @@
 /* txn.c - TP support functions of the bdb2 backend */
 
+#include "portable.h"
+
+#ifdef HAVE_SYS_PARAM_H
+#include <sys/param.h>
+#endif
 #include "txn.h"