/* config.h. Generated automatically by configure. */ #ifndef CONFIG_H #define CONFIG_H /* Define one of these depending on which malloc wrapper you want to use. */ /* #undef USE_GWMEM_NATIVE */ #define USE_GWMEM_CHECK 1 /* Define if you want information about lock collisions to be collected. * These are useful for finding performance bottlenecks. */ /* #undef MUTEX_STATS */ /* Define if you want log file timestamps in localtime instead of GMT. */ /* #undef LOG_TIMESTAMP_LOCALTIME */ /* Define if you have the ANSI C header files. */ #define STDC_HEADERS 1 /* Define if you have getopt.h. */ #define HAVE_GETOPT_H 1 /* Define if you have getopt(3). */ /* #undef HAVE_GETOPT */ /* Define if you have getopt_long(3). */ #define HAVE_GETOPT_LONG 1 /* the VERSION symbol - for older autoconfs */ #define VERSION "1.0.3" /* WMLScript debugging. */ /* #undef WS_DEBUG */ /* Define if you have the gettimeofday function. */ #define HAVE_GETTIMEOFDAY 1 /* Define if you have the select function. */ #define HAVE_SELECT 1 /* Define if you have the socket function. */ #define HAVE_SOCKET 1 /* Define if you have the header file. */ /* #undef HAVE_FCNTL_H */ /* Define if you have the header file. */ #define HAVE_PTHREAD_H 1 /* Define if you have the header file. */ #define HAVE_SYS_IOCTL_H 1 /* Define if you have the header file. */ #define HAVE_SYS_TYPES_H 1 /* Define if you have the header file. */ #define HAVE_UNISTD_H 1 /* Define if you have the m library (-lm). */ #define HAVE_LIBM 1 /* Define if you have the nsl library (-lnsl). */ #define HAVE_LIBNSL 1 /* Define if you have the pthread library (-lpthread). */ #define HAVE_LIBPTHREAD 1 /* Define if you have the socket library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ /* Define if you have the xml library (-lxml). */ /* #undef HAVE_LIBXML */ /* Define if you have the z library (-lz). */ #define HAVE_LIBZ 1 /* Defined if there is a socklen_t in */ #define HAVE_SOCKLEN_T 1 #endif