]> git.sur5r.net Git - openldap/blobdiff - include/ac/param.h
ITS#7101 test001: Skip back-ldif unordered slapadd
[openldap] / include / ac / param.h
index ff06eb3664edbc6ff52697f1b3e06f3f74f11690..ca506512652562982caf030f74e2230e954c7a4b 100644 (file)
@@ -1,7 +1,8 @@
 /* Generic param.h */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2011 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -20,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