/* config.h.in. Generated automatically from configure.in by autoheader. */ #ifndef CONFIG_H #define CONFIG_H #define TOKEN_FILE "" #define LOG_FILE "" /* TOKEN_SIZE is also used for the secrets and max input line length*/ #define TOKEN_SIZE 256 #define DEFAULT_PORT 0 /* Define to empty if the keyword does not work. */ #undef const /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define if you have the socket function. */ #undef HAVE_SOCKET /* Define if you have the strdup function. */ #undef HAVE_STRDUP /* Define if you have the strerror function. */ #undef HAVE_STRERROR /* Define if you have the strtol function. */ #undef HAVE_STRTOL /* Define if you have the vprintf function. */ #undef HAVE_VPRINTF /* Define if you have the header file. */ #undef HAVE_FCNTL_H /* Define if you have the header file. */ #undef HAVE_GDBM_H /* Define if you have the header file. */ #undef HAVE_SYSLOG_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H /* Define if you have the gdbm library (-lgdbm). */ #undef HAVE_LIBGDBM /* Name of package */ #undef PACKAGE /* Version number of package */ #undef VERSION #endif