=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/config.h.in,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/sudo/Attic/config.h.in 2004/09/28 15:10:51 1.15 +++ src/usr.bin/sudo/Attic/config.h.in 2004/11/29 17:29:04 1.16 @@ -144,8 +144,8 @@ passwords) */ #undef HAVE_GETSPWUID -/* Define to 1 if you have the `getttimeofday' function. */ -#undef HAVE_GETTTIMEOFDAY +/* Define to 1 if you have the `gettimeofday' function. */ +#undef HAVE_GETTIMEOFDAY /* Define to 1 if your Kerberos is Heimdal. */ #undef HAVE_HEIMDAL @@ -352,6 +352,10 @@ /* Define to 1 if you have struct timespec in sys/time.h */ #undef HAVE_TIMESPEC + +/* Define to 1 if you have a timespecsub macro or function that takes + two arguments (not three) */ +#undef HAVE_TIMESPECSUB2 /* Define to 1 if you have the `tzset' function. */ #undef HAVE_TZSET