]> granicus.if.org Git - curl/commitdiff
we want the time defines too
authorDaniel Stenberg <daniel@haxx.se>
Tue, 3 Jun 2003 08:06:23 +0000 (08:06 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 3 Jun 2003 08:06:23 +0000 (08:06 +0000)
src/config.h.in

index b306a123e33a507432dfa428367a07df8fc249cf..b9111250d401ad3e139cd5b0e1df2a1cb52d6114 100644 (file)
 /* Define if you can write to argc[] strings */
 #undef HAVE_WRITABLE_ARGV
 
+/* Define to 1 if you have the <sys/time.h> header file. */
+#undef HAVE_SYS_TIME_H
+
+/* Define to 1 if you have the <time.h> header file. */
+#undef HAVE_TIME_H
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME