config.h revision 9be3a365
19be3a365Smrg/* config.h. Generated from config.h.in by configure. */ 29be3a365Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 39be3a365Smrg 49be3a365Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 59be3a365Smrg#define HAVE_DLFCN_H 1 69be3a365Smrg 79be3a365Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 89be3a365Smrg#define HAVE_INTTYPES_H 1 99be3a365Smrg 109be3a365Smrg/* Define to 1 if you have the <memory.h> header file. */ 119be3a365Smrg#define HAVE_MEMORY_H 1 129be3a365Smrg 139be3a365Smrg/* Define to 1 if you have the `pthread_cond_broadcast' function. */ 149be3a365Smrg#define HAVE_PTHREAD_COND_BROADCAST 1 159be3a365Smrg 169be3a365Smrg/* Define to 1 if you have the `pthread_cond_destroy' function. */ 179be3a365Smrg#define HAVE_PTHREAD_COND_DESTROY 1 189be3a365Smrg 199be3a365Smrg/* Define to 1 if you have the `pthread_cond_init' function. */ 209be3a365Smrg#define HAVE_PTHREAD_COND_INIT 1 219be3a365Smrg 229be3a365Smrg/* Define to 1 if you have the `pthread_cond_signal' function. */ 239be3a365Smrg#define HAVE_PTHREAD_COND_SIGNAL 1 249be3a365Smrg 259be3a365Smrg/* Define to 1 if you have the `pthread_cond_wait' function. */ 269be3a365Smrg#define HAVE_PTHREAD_COND_WAIT 1 279be3a365Smrg 289be3a365Smrg/* Define to 1 if you have the `pthread_equal' function. */ 299be3a365Smrg#define HAVE_PTHREAD_EQUAL 1 309be3a365Smrg 319be3a365Smrg/* Define to 1 if you have the `pthread_mutex_destroy' function. */ 329be3a365Smrg#define HAVE_PTHREAD_MUTEX_DESTROY 1 339be3a365Smrg 349be3a365Smrg/* Define to 1 if you have the `pthread_mutex_init' function. */ 359be3a365Smrg#define HAVE_PTHREAD_MUTEX_INIT 1 369be3a365Smrg 379be3a365Smrg/* Define to 1 if you have the `pthread_mutex_lock' function. */ 389be3a365Smrg#define HAVE_PTHREAD_MUTEX_LOCK 1 399be3a365Smrg 409be3a365Smrg/* Define to 1 if you have the `pthread_mutex_unlock' function. */ 419be3a365Smrg#define HAVE_PTHREAD_MUTEX_UNLOCK 1 429be3a365Smrg 439be3a365Smrg/* Define to 1 if you have the `pthread_self' function. */ 449be3a365Smrg#define HAVE_PTHREAD_SELF 1 459be3a365Smrg 469be3a365Smrg/* Define to 1 if you have the <stdint.h> header file. */ 479be3a365Smrg#define HAVE_STDINT_H 1 489be3a365Smrg 499be3a365Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 509be3a365Smrg#define HAVE_STDLIB_H 1 519be3a365Smrg 529be3a365Smrg/* Define to 1 if you have the <strings.h> header file. */ 539be3a365Smrg#define HAVE_STRINGS_H 1 549be3a365Smrg 559be3a365Smrg/* Define to 1 if you have the <string.h> header file. */ 569be3a365Smrg#define HAVE_STRING_H 1 579be3a365Smrg 589be3a365Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 599be3a365Smrg#define HAVE_SYS_STAT_H 1 609be3a365Smrg 619be3a365Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 629be3a365Smrg#define HAVE_SYS_TYPES_H 1 639be3a365Smrg 649be3a365Smrg/* Define to 1 if you have the <unistd.h> header file. */ 659be3a365Smrg#define HAVE_UNISTD_H 1 669be3a365Smrg 679be3a365Smrg/* Name of package */ 689be3a365Smrg#define PACKAGE "libpthread-stubs" 699be3a365Smrg 709be3a365Smrg/* Define to the address where bug reports for this package should be sent. */ 719be3a365Smrg#define PACKAGE_BUGREPORT "xcb@lists.freedesktop.org" 729be3a365Smrg 739be3a365Smrg/* Define to the full name of this package. */ 749be3a365Smrg#define PACKAGE_NAME "libpthread-stubs" 759be3a365Smrg 769be3a365Smrg/* Define to the full name and version of this package. */ 779be3a365Smrg#define PACKAGE_STRING "libpthread-stubs 0.1" 789be3a365Smrg 799be3a365Smrg/* Define to the one symbol short name of this package. */ 809be3a365Smrg#define PACKAGE_TARNAME "libpthread-stubs" 819be3a365Smrg 829be3a365Smrg/* Define to the version of this package. */ 839be3a365Smrg#define PACKAGE_VERSION "0.1" 849be3a365Smrg 859be3a365Smrg/* Define to 1 if you have the ANSI C header files. */ 869be3a365Smrg#define STDC_HEADERS 1 879be3a365Smrg 889be3a365Smrg/* Define this if the compiler supports the alias attribute */ 899be3a365Smrg#define SUPPORT_ATTRIBUTE_ALIAS 1 909be3a365Smrg 919be3a365Smrg/* Version number of package */ 929be3a365Smrg#define VERSION "0.1" 93