]> git.sur5r.net Git - openldap/blobdiff - include/ldap_config.h.in
Define SLAP_USE_CONFDIR, fix moduleload
[openldap] / include / ldap_config.h.in
index a119fafee5bba3f00005c7906c8c44f93fe99ed9..97ffa05f0e4e099a5deb9a2c5dea51eec7c0d459 100644 (file)
@@ -1,13 +1,16 @@
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-2005 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 LDAP_RUNDIR
 #define LDAP_RUNDIR                    "%RUNDIR%"
 #endif
-
-/* command locations */
-#ifndef LDAP_EDITOR
-#define LDAP_EDITOR                    "%EDITOR%"
-#endif
-#ifndef LDAP_FINGER
-#define LDAP_FINGER                    "%FINGER%"
-#endif
-#ifndef LDAP_SENDMAIL
-#define LDAP_SENDMAIL          "%SENDMAIL%"
+#ifndef LDAP_LOCALEDIR
+#define LDAP_LOCALEDIR         "%LOCALEDIR%"
 #endif
 
+
 #endif /* _LDAP_CONFIG_H */