mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
we want the time defines too
This commit is contained in:
parent
bc942de6f1
commit
7c6424f0a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user