diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 6d01d3b97f..065d723002 100644 --- a/config.h.in +++ b/config.h.in @@ -295,6 +295,9 @@ /* Define if you have the tcsetpgrp function. */ #undef HAVE_TCSETPGRP +/* Define if you have the timegm function. */ +#undef HAVE_TIMEGM + /* Define if you have the times function. */ #undef HAVE_TIMES |