From 7c6424f0a92fa45181d56113adbe5eae95a2e89d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 3 Jun 2003 08:06:23 +0000 Subject: we want the time defines too --- src/config.h.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/config.h.in b/src/config.h.in index b306a123e..b9111250d 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -38,3 +38,11 @@ /* Define if you can write to argc[] strings */ #undef HAVE_WRITABLE_ARGV +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_TIME_H + +/* Define to 1 if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME -- cgit v1.2.3