blob: c966e8327456f2955c0299bfad10a40ac0dc7a55 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* config.h.in. Generated automatically from configure.in by autoheader. */
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define if you have the gettimeofday function. */
#undef HAVE_GETTIMEOFDAY
|