=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.h.in,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/sudo/Attic/config.h.in 2009/04/11 11:48:06 1.28 --- src/usr.bin/sudo/Attic/config.h.in 2009/06/21 14:48:41 1.29 *************** *** 98,103 **** --- 98,106 ---- /* Define to 1 if you have the `dispcrypt' function. */ #undef HAVE_DISPCRYPT + /* Define to 1 if you have the header file. */ + #undef HAVE_DLFCN_H + /* Define to 1 if your glob.h defines the GLOB_BRACE and GLOB_TILDE flags. */ #undef HAVE_EXTENDED_GLOB *************** *** 511,516 **** --- 514,522 ---- /* The message given when a bad password is entered. */ #undef INCORRECT_PASSWORD + /* The name of libvas.so */ + #undef LIBVAS_SO + /* The syslog facility sudo will use. */ #undef LOGFAC *************** *** 552,557 **** --- 558,578 ---- /* Define to 1 if root should not be allowed to use sudo. */ #undef NO_ROOT_SUDO + /* Define to the address where bug reports for this package should be sent. */ + #undef PACKAGE_BUGREPORT + + /* Define to the full name of this package. */ + #undef PACKAGE_NAME + + /* Define to the full name and version of this package. */ + #undef PACKAGE_STRING + + /* Define to the one symbol short name of this package. */ + #undef PACKAGE_TARNAME + + /* Define to the version of this package. */ + #undef PACKAGE_VERSION + /* The default password prompt. */ #undef PASSPROMPT *************** *** 634,639 **** --- 655,663 ---- /* Define to 1 if you want a different ticket file for each tty. */ #undef USE_TTY_TICKETS + + /* Define to 1 if using a non-unix group lookup implementation. */ + #undef USING_NONUNIX_GROUPS /* Define to avoid using the passwd/shadow file for authentication. */ #undef WITHOUT_PASSWD