diff options
Diffstat (limited to 'libgm2/config.h.in')
-rw-r--r-- | libgm2/config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/libgm2/config.h.in b/libgm2/config.h.in index 8372055..f91f5a4 100644 --- a/libgm2/config.h.in +++ b/libgm2/config.h.in @@ -24,6 +24,9 @@ /* function ctime exists */ #undef HAVE_CTIME +/* function daylight exists */ +#undef HAVE_DAYLIGHT + /* Define to 1 if you have the <direct.h> header file. */ #undef HAVE_DIRECT_H @@ -195,6 +198,9 @@ /* Define to 1 if the system has the type `struct timezone'. */ #undef HAVE_STRUCT_TIMEZONE +/* Define to 1 if the system has the type `struct tm'. */ +#undef HAVE_STRUCT_TM + /* Define to 1 if you have the <sys/errno.h> header file. */ #undef HAVE_SYS_ERRNO_H @@ -240,9 +246,18 @@ /* function times exists */ #undef HAVE_TIMES +/* function timezone exists */ +#undef HAVE_TIMEZONE + /* Define to 1 if you have the <time.h> header file. */ #undef HAVE_TIME_H +/* Define if struct tm has a tm_gmtoff field. */ +#undef HAVE_TM_TM_GMTOFF + +/* function tzname exists */ +#undef HAVE_TZNAME + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |