=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.h.in,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/sudo/Attic/config.h.in 2003/03/15 21:23:53 1.10 --- src/usr.bin/sudo/Attic/config.h.in 2003/04/03 19:15:34 1.11 *************** *** 75,80 **** --- 75,83 ---- /* Define to 1 if you have the `dispcrypt' function. */ #undef HAVE_DISPCRYPT + /* Define to 1 if you have the header file. */ + #undef HAVE_ERR_H + /* Define to 1 if you have the `flock' function. */ #undef HAVE_FLOCK *************** *** 103,108 **** --- 106,114 ---- /* Define to 1 if you have the `getifaddrs' function. */ #undef HAVE_GETIFADDRS + /* Define to 1 if you have the `getprogname' function. */ + #undef HAVE_GETPROGNAME + /* Define if you have the `getprpwnam' function. (SecureWare-style shadow passwords) */ #undef HAVE_GETPRPWNAM *************** *** 323,328 **** --- 329,337 ---- /* Define to 1 if you have the `_innetgr' function. */ #undef HAVE__INNETGR + + /* Define if your crt0.o defines the __progname symbol for you. */ + #undef HAVE___PROGNAME /* Define if you want the hostname to be entered into the log file. */ #undef HOST_IN_LOG