=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.h.in,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- src/usr.bin/sudo/Attic/config.h.in 2008/12/09 22:20:32 1.27 +++ src/usr.bin/sudo/Attic/config.h.in 2009/04/11 11:48:06 1.28 @@ -32,6 +32,9 @@ /* A colon-separated list of pathnames to be used as the editor for visudo. */ #undef EDITOR +/* Define to enable environment debugging. */ +#undef ENV_DEBUG + /* Define to 1 if you want visudo to honor the EDITOR and VISUAL env variables. */ #undef ENV_EDITOR @@ -70,6 +73,9 @@ /* Define to 1 if you use BSD authentication. */ #undef HAVE_BSD_AUTH_H +/* Define to 1 to enable BSM auditing. */ +#undef HAVE_BSM_AUDIT + /* Define to 1 if you have the `closefrom' function. */ #undef HAVE_CLOSEFROM @@ -243,12 +249,18 @@ /* Define to 1 if you have the `ldap_search_ext_s' function. */ #undef HAVE_LDAP_SEARCH_EXT_S +/* Define to 1 if you have the `ldap_ssl_client_init' function. */ +#undef HAVE_LDAP_SSL_CLIENT_INIT + /* Define to 1 if you have the header file. */ #undef HAVE_LDAP_SSL_H /* Define to 1 if you have the `ldap_start_tls_s' function. */ #undef HAVE_LDAP_START_TLS_S +/* Define to 1 if you have the `ldap_start_tls_s_np' function. */ +#undef HAVE_LDAP_START_TLS_S_NP + /* Define to 1 if you have the `ldap_str2dn' function. */ #undef HAVE_LDAP_STR2DN @@ -333,6 +345,9 @@ /* Define to 1 to enable SELinux RBAC support. */ #undef HAVE_SELINUX +/* Define to 1 if you have the `setenv' function. */ +#undef HAVE_SETENV + /* Define to 1 if you have the `seteuid' function. */ #undef HAVE_SETEUID @@ -460,6 +475,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `unsetenv' function. */ +#undef HAVE_UNSETENV + /* Define to 1 if you have the `utimes' function. */ #undef HAVE_UTIMES @@ -550,6 +568,9 @@ /* The syslog priority sudo will use for successful attempts. */ #undef PRI_SUCCESS +/* Define to 1 if the `putenv' has a const argument. */ +#undef PUTENV_CONST + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE @@ -600,6 +621,9 @@ /* The number of tries a user gets to enter their password. */ #undef TRIES_FOR_PASSWORD + +/* Define to 1 if the `unsetenv' function returns void instead of `int'. */ +#undef UNSETENV_VOID /* Define to 1 if you want to insult the user for entering an incorrect password. */