From daf0f849fd34c6c626b4ff469fa59fb1b55974de Mon Sep 17 00:00:00 2001 From: snowdrop Date: Thu, 18 Dec 2003 12:23:44 +0000 Subject: added hpairnode_get_ignore_case() and used in httpc_talk_to_server() --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 7b39ea8..2e100bd 100644 --- a/config.h.in +++ b/config.h.in @@ -72,6 +72,12 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Define to 1 if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Define to 1 if your declares `struct tm'. */ +#undef TM_IN_SYS_TIME + /* Version number of package */ #undef VERSION -- cgit v1.1-32-gdbae