diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:00 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:00:00 +0000 |
commit | 41b6caf4a956cd9d6032aafa87cc75ac7c94b6a5 (patch) | |
tree | d1aaa3d34d22db913ff202aa6bf6eadd21602319 /buildlib/config.h.in | |
parent | 1e8167a643bcbdf2433ae531442b456ca6fdb6ee (diff) |
Test for timegm in configure.
Author: doogie
Date: 2002-11-22 07:15:23 GMT
Test for timegm in configure.
Diffstat (limited to 'buildlib/config.h.in')
-rw-r--r-- | buildlib/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index 961dc4261..8a65a229a 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -16,6 +16,9 @@ /* The number of bytes in a unsigned short. */ #undef SIZEOF_SHORT +/* Define if we have the timegm() function */ +#undef HAVE_TIMEGM + /* These two are used by the statvfs shim for glibc2.0 and bsd */ /* Define if we have sys/vfs.h */ #undef HAVE_VFS_H |