adam@1740: /* include/urweb/config.h.in. Generated from configure.ac by autoheader. */ ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_DLFCN_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_INTTYPES_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_MEMORY_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_MYSQL_MYSQL_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_POSTGRESQL_LIBPQ_FE_H ezyang@1739: ezyang@1739: /* Define if you have POSIX threads libraries and header files. */ ezyang@1739: #undef HAVE_PTHREAD ezyang@1739: ezyang@1739: /* Have PTHREAD_PRIO_INHERIT. */ ezyang@1739: #undef HAVE_PTHREAD_PRIO_INHERIT ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_STDINT_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_STDLIB_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_STRINGS_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_STRING_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_SYS_STAT_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_SYS_TYPES_H ezyang@1739: ezyang@1739: /* Define to 1 if you have the header file. */ ezyang@1739: #undef HAVE_UNISTD_H ezyang@1739: ezyang@1739: /* Define to the sub-directory in which libtool stores uninstalled libraries. ezyang@1739: */ ezyang@1739: #undef LT_OBJDIR ezyang@1739: ezyang@1739: /* Define to the address where bug reports for this package should be sent. */ ezyang@1739: #undef PACKAGE_BUGREPORT ezyang@1739: ezyang@1739: /* Define to the full name of this package. */ ezyang@1739: #undef PACKAGE_NAME ezyang@1739: ezyang@1739: /* Define to the full name and version of this package. */ ezyang@1739: #undef PACKAGE_STRING ezyang@1739: ezyang@1739: /* Define to the one symbol short name of this package. */ ezyang@1739: #undef PACKAGE_TARNAME ezyang@1739: ezyang@1739: /* Define to the home page for this package. */ ezyang@1739: #undef PACKAGE_URL ezyang@1739: ezyang@1739: /* Define to the version of this package. */ ezyang@1739: #undef PACKAGE_VERSION ezyang@1739: ezyang@1739: /* Define to necessary symbol if this constant uses a non-standard name on ezyang@1739: your system. */ ezyang@1739: #undef PTHREAD_CREATE_JOINABLE ezyang@1739: ezyang@1739: /* Define to 1 if you have the ANSI C header files. */ ezyang@1739: #undef STDC_HEADERS ezyang@1739: ezyang@1739: /* Enable extensions on AIX 3, Interix. */ ezyang@1739: #ifndef _ALL_SOURCE ezyang@1739: # undef _ALL_SOURCE ezyang@1739: #endif ezyang@1739: /* Enable GNU extensions on systems that have them. */ ezyang@1739: #ifndef _GNU_SOURCE ezyang@1739: # undef _GNU_SOURCE ezyang@1739: #endif ezyang@1739: /* Enable threading extensions on Solaris. */ ezyang@1739: #ifndef _POSIX_PTHREAD_SEMANTICS ezyang@1739: # undef _POSIX_PTHREAD_SEMANTICS ezyang@1739: #endif ezyang@1739: /* Enable extensions on HP NonStop. */ ezyang@1739: #ifndef _TANDEM_SOURCE ezyang@1739: # undef _TANDEM_SOURCE ezyang@1739: #endif ezyang@1739: /* Enable general extensions on Solaris. */ ezyang@1739: #ifndef __EXTENSIONS__ ezyang@1739: # undef __EXTENSIONS__ ezyang@1739: #endif ezyang@1739: ezyang@1739: ezyang@1739: /* Define to 1 if on MINIX. */ ezyang@1739: #undef _MINIX ezyang@1739: ezyang@1739: /* Define to 2 if the system does not provide POSIX.1 features except with ezyang@1739: this defined. */ ezyang@1739: #undef _POSIX_1_SOURCE ezyang@1739: ezyang@1739: /* Define to 1 if you need to in order for `stat' and other things to work. */ ezyang@1739: #undef _POSIX_SOURCE