]> git.gag.com Git - debian/sudo/blobdiff - pathnames.h.in
Imported Upstream version 1.6.9p6
[debian/sudo] / pathnames.h.in
index 14f4adfb51bc89e3d8cea592ba946625ba9e0370..cef07932eb6f0c66edcd5a366704d26d7c027018 100644 (file)
@@ -18,7 +18,7 @@
  * Agency (DARPA) and Air Force Research Laboratory, Air Force
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  *
- * $Sudo: pathnames.h.in,v 1.52 2004/08/27 03:44:35 aaron Exp $
+ * $Sudo: pathnames.h.in,v 1.51.2.3 2007/06/19 21:25:48 millert Exp $
  */
 
 /*
 #define _PATH_TTY              "/dev/tty"
 #endif /* _PATH_TTY */
 
+#ifndef _PATH_DEVNULL
+#define _PATH_DEVNULL          "/dev/null"
+#endif /* _PATH_DEVNULL */
+
 #ifndef _PATH_DEFPATH
 #define _PATH_DEFPATH          "/usr/bin:/bin"
 #endif /* _PATH_DEFPATH */
 #ifndef _PATH_LDAP_CONF
 #define        _PATH_LDAP_CONF "/etc/ldap.conf"
 #endif /* _PATH_LDAP_CONF */
+
+#ifndef _PATH_LDAP_SECRET
+#define _PATH_LDAP_SECRET      "/etc/ldap.secret"
+#endif /* _PATH_LDAP_SECRET */