/* confdefs.h. */ #define PACKAGE_NAME "bufferpool" #define PACKAGE_TARNAME "bufferpool" #define PACKAGE_VERSION "0.0.1" #define PACKAGE_STRING "bufferpool 0.0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE "bufferpool" #define VERSION "0.0.1" #define HAVE_DLFCN_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_TIME_H 1 #define HAVE_ERRNO_H 1 #define WORDS_BIGENDIAN 1 #define HAVE_SYS_ERRNO_H 1 #define HAVE_DIRENT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_TIME_H 1 #define size_t unsigned int #define HAVE_ERRNO_H 1 #define pid_t int #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_MALLOC_H 1 #define size_t unsigned int #define pid_t int #ifndef __cplusplus #define inline __inline__ #endif #define HAVE_STRDUP 1 #define PACKAGE_NAME "bufferpool" #define PACKAGE_TARNAME "bufferpool" #define PACKAGE_VERSION "0.0.1" #define PACKAGE_STRING "bufferpool 0.0.1" #define PACKAGE_BUGREPORT "" #define PACKAGE "bufferpool" #define VERSION "0.0.1" #define HAVE_DLFCN_H 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_TIME_H 1 #define HAVE_ERRNO_H 1 #define WORDS_BIGENDIAN 1 #define HAVE_SYS_ERRNO_H 1 #define HAVE_DIRENT_H 1 #define HAVE_FCNTL_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_TIME_H 1 #define size_t unsigned int #define HAVE_ERRNO_H 1 #define pid_t int #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_ERRNO_H 1 #define HAVE_FCNTL_H 1 #define HAVE_GETPAGESIZE 1 #define HAVE_MMAP 1 #define HAVE_MALLOC_H 1 #define size_t unsigned int #define pid_t int #ifndef __cplusplus #define inline __inline__ #endif #define HAVE_STRDUP 1 /* end confdefs.h. */ #include int main () { pthread_t th; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ; return 0; } /* end confdefs.h. */ /* Define getaddrinfo to an innocuous variant, in case declares getaddrinfo. For example, HP-UX 11i declares gettimeofday. */ #define getaddrinfo innocuous_getaddrinfo /* System header to define __stub macros and hopefully few prototypes, which can conflict with char getaddrinfo (); below. Prefer to if __STDC__ is defined, since exists even on freestanding compilers. */ #ifdef __STDC__ # include #else # include #endif #undef getaddrinfo /* Override any GCC internal prototype to avoid an error. Use char because int might match the return type of a GCC builtin and then its argument prototype would still apply. */ #ifdef __cplusplus extern "C" #endif char getaddrinfo (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined __stub_getaddrinfo || defined __stub___getaddrinfo choke me #endif int main () { return getaddrinfo (); ; return 0; }