=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.h.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -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,6 +75,9 @@ /* 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,6 +106,9 @@ /* 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,6 +329,9 @@ /* 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