From: Todd C. Miller Date: Thu, 12 Jan 2012 18:25:04 +0000 (-0500) Subject: Remove obsolete template for HAVE_TIMESPEC X-Git-Tag: SUDO_1_8_4~58^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=760cdb00d81c02726235e689faa9bf8f6ca5f439;p=sudo Remove obsolete template for HAVE_TIMESPEC --- diff --git a/config.h.in b/config.h.in index f8daf843a..b436679e4 100644 --- a/config.h.in +++ b/config.h.in @@ -606,9 +606,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H -/* Define to 1 if you have struct timespec in sys/time.h */ -#undef HAVE_TIMESPEC - /* Define to 1 if you have the `ttyslot' function. */ #undef HAVE_TTYSLOT diff --git a/configure b/configure index 8c3d57094..cbcabb601 100755 --- a/configure +++ b/configure @@ -22341,6 +22341,5 @@ fi - diff --git a/configure.in b/configure.in index 437e477a6..716960ea4 100644 --- a/configure.in +++ b/configure.in @@ -3178,7 +3178,6 @@ AH_TEMPLATE(HAVE_RFC1938_SKEYCHALLENGE, [Define to 1 if the skeychallenge() func AH_TEMPLATE(HAVE_ST__TIM, [Define to 1 if your struct stat uses an st__tim union]) AH_TEMPLATE(HAVE_ST_MTIM, [Define to 1 if your struct stat has an st_mtim member]) AH_TEMPLATE(HAVE_ST_MTIMESPEC, [Define to 1 if your struct stat has an st_mtimespec member]) -AH_TEMPLATE(HAVE_TIMESPEC, [Define to 1 if you have struct timespec in sys/time.h]) AH_TEMPLATE(HAVE___PROGNAME, [Define to 1 if your crt0.o defines the __progname symbol for you.]) AH_TEMPLATE(HOST_IN_LOG, [Define to 1 if you want the hostname to be entered into the log file.]) AH_TEMPLATE(IGNORE_DOT_PATH, [Define to 1 if you want to ignore '.' and empty PATH elements])