]> git.sur5r.net Git - openldap/blobdiff - include/ac/param.h
ITS#7101 test001: Skip back-ldif unordered slapadd
[openldap] / include / ac / param.h
index b7cb855fb7c58393fc5bdb83902bebcf8d1f3317..ca506512652562982caf030f74e2230e954c7a4b 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2007 The OpenLDAP Foundation.
+ * Copyright 1998-2011 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -21,6 +21,9 @@
 #include <sys/param.h>
 #endif
 
+/* MAXPATHLEN should come from <unistd.h> */
+#include <ac/unistd.h>
+
 #ifndef MAXPATHLEN
 #      if defined(PATH_MAX)
 #              define MAXPATHLEN       PATH_MAX