/* include/htconfig.h. Generated automatically by configure. */ /* include/htconfig.h.in Generated automatically from configure.in */ /* by autoheader. */ #ifndef _config_h_ #define _config_h_ #define VERSION "3.1.4" /* Define if on AIX 3. System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE /* #undef _ALL_SOURCE */ #endif /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME /* Define if your declares struct tm. */ /* #undef TM_IN_SYS_TIME */ /* Define if you have the localtime_r function. */ /* #undef HAVE_LOCALTIME_R */ /* Define if you have the strdup function. */ #define HAVE_STRDUP 1 /* Define if you have the strerror function. */ #define HAVE_STRERROR 1 /* Define if you have the strstr function. */ #define HAVE_STRSTR 1 /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ #define HAVE_GETOPT_H 1 /* Define if you have the header file. */ #define HAVE_LIMITS_H 1 /* Define if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define if you have the header file. */ #undef HAVE_STRINGS_H /* Define if you have the header file. */ /* #undef HAVE_ZLIB_H */ /* Define if you have the header file. */ /* #undef HAVE_ALLOCA_H */ /* Define if you have the header file. */ #define HAVE_SYS_FILE_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the timegm function. */ /* #undef HAVE_TIMEGM */ /* Define if you need a prototype for gethostname() */ /* #undef NEED_PROTO_GETHOSTNAME */ /* Define this to the type of the third argument of getpeername() */ #define GETPEERNAME_LENGTH_T int /* Define if you have the gdbm library (-lgdbm). */ /* #undef HAVE_LIBGDBM */ /* Define if you have the db library (-ldb). */ /* #undef HAVE_LIBDB */ /* Define if you have the rx library (-lrx). */ /* #undef HAVE_LIBRX */ /* Define if you have the z library (-lz). */ /* #undef HAVE_LIBZ */ /* Define to the syslog level for htsearch logging. */ #define LOG_LEVEL LOG_INFO /* Define to the syslog facility for htsearch logging. */ #define LOG_FACILITY LOG_LOCAL5 /* Define to remove the word count in db and WordRef struct. */ /* #undef NO_WORD_COUNT */ /* Defined in case the compiler doesn't have TRUE and FALSE constants */ #ifndef TRUE #define TRUE 1 #endif #ifndef FALSE #define FALSE 0 #endif #ifdef _WIN32 #include "../win32/w32config.h" #endif #endif