41 lines
1.0 KiB
C
41 lines
1.0 KiB
C
/* config.h.in. Generated automatically from configure.in by autoheader. */
|
|
|
|
/* Define if you have the <dirent.h> header file, and it defines `DIR'. */
|
|
#undef HAVE_DIRENT_H
|
|
|
|
/* Define if you have the `glob' function. */
|
|
#undef HAVE_GLOB
|
|
|
|
/* have reentrant gmtime */
|
|
#undef HAVE_GMTIME_R
|
|
|
|
/* have reentrant localtime */
|
|
#undef HAVE_LOCALTIME_R
|
|
|
|
/* Define if you have the <ndir.h> header file, and it defines `DIR'. */
|
|
#undef HAVE_NDIR_H
|
|
|
|
/* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
|
|
#undef HAVE_SYS_DIR_H
|
|
|
|
/* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
|
|
#undef HAVE_SYS_NDIR_H
|
|
|
|
/* Define if you have the <sys/time.h> header file. */
|
|
#undef HAVE_SYS_TIME_H
|
|
|
|
/* Define if you have the <unistd.h> header file. */
|
|
#undef HAVE_UNISTD_H
|
|
|
|
/* Name of package */
|
|
#undef PACKAGE
|
|
|
|
/* 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
|
|
|
|
/* Version number of package */
|
|
#undef VERSION
|