Commit 7c6424f0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

we want the time defines too

parent bc942de6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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