mirror of
https://github.com/curl/curl.git
synced 2026-04-27 17:22:12 +03:00
we want the time defines too
This commit is contained in:
parent
bc942de6f1
commit
7c6424f0a9
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue