diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 24e09d21..3275a08f 100644 --- a/config.h.in +++ b/config.h.in @@ -21,6 +21,9 @@ /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY +/* Define if you have the gmtime function. */ +#undef HAVE_GMTIME + /* Define if you have the localtime function. */ #undef HAVE_LOCALTIME @@ -30,6 +33,9 @@ /* Define if you have the stat function. */ #undef HAVE_STAT +/* Define if you have the time function. */ +#undef HAVE_TIME + /* Define if you have the <ansidecl.h> header file. */ #undef HAVE_ANSIDECL_H |