]> git.sur5r.net Git - openldap/blobdiff - include/ldap_config.h.in
Fix select/yield
[openldap] / include / ldap_config.h.in
index c86eb23e5f759bfb5d26f8ee0b3081ebc4d4a4a2..e59337e68751163fa5518f025dc366800dedcd17 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 1998-2001 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2003 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #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 */