1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00

we want the time defines too

This commit is contained in:
Daniel Stenberg 2003-06-03 08:06:23 +00:00
parent bc942de6f1
commit 7c6424f0a9

View File

@ -38,3 +38,11 @@
/* 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