]> git.sur5r.net Git - openldap/blobdiff - include/ac/param.h
ITS#7101 test001: Skip back-ldif unordered slapadd
[openldap] / include / ac / param.h
index 93aaae1ac6f215aa00d6b2217e711c5e70474ce6..ca506512652562982caf030f74e2230e954c7a4b 100644 (file)
@@ -1,14 +1,17 @@
 /* Generic param.h */
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2002 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
  * modification, are permitted only as authorized by the OpenLDAP
- * Public License.  A copy of this license is available at
- * http://www.OpenLDAP.org/license.html or in file LICENSE in the
- * top-level directory of the distribution.
+ * Public License.
+ *
+ * A copy of this license is available in file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #ifndef _AC_PARAM_H
@@ -18,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