/* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ #ifndef CONFIG_H #define CONFIG_H #define TOKEN_FILE "/usr/local/etc/satellite.db" #define LOG_FILE "/var/log/satellite" /* TOKEN_SIZE is also used for the secrets and max input line length*/ #define TOKEN_SIZE 256 #define DEFAULT_PORT 1764 /* Define to empty if the keyword does not work. */ /* #undef const */ /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you have the socket function. */ #define HAVE_SOCKET 1 /* 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 strtol function. */ #define HAVE_STRTOL 1 /* Define if you have the vprintf function. */ #define HAVE_VPRINTF 1 /* Define if you have the header file. */ #define HAVE_FCNTL_H 1 /* Define if you have the header file. */ #define HAVE_GDBM_H 1 /* Define if you have the header file. */ #define HAVE_SYSLOG_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the gdbm library (-lgdbm). */ #define HAVE_LIBGDBM 1 /* Name of package */ #define PACKAGE "satellite" /* Version number of package */ #define VERSION "1.0.2" #endif