config.h revision 9b530083
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
139b530083Smrg/* Define to 1 if you have the `pthread_condattr_destroy' function. */
149b530083Smrg#define HAVE_PTHREAD_CONDATTR_DESTROY 1
159b530083Smrg
169b530083Smrg/* Define to 1 if you have the `pthread_condattr_init' function. */
179b530083Smrg#define HAVE_PTHREAD_CONDATTR_INI 1
189b530083Smrg
199be3a365Smrg/* Define to 1 if you have the `pthread_cond_broadcast' function. */
209be3a365Smrg#define HAVE_PTHREAD_COND_BROADCAST 1
219be3a365Smrg
229be3a365Smrg/* Define to 1 if you have the `pthread_cond_destroy' function. */
239be3a365Smrg#define HAVE_PTHREAD_COND_DESTROY 1
249be3a365Smrg
259be3a365Smrg/* Define to 1 if you have the `pthread_cond_init' function. */
269be3a365Smrg#define HAVE_PTHREAD_COND_INIT 1
279be3a365Smrg
289be3a365Smrg/* Define to 1 if you have the `pthread_cond_signal' function. */
299be3a365Smrg#define HAVE_PTHREAD_COND_SIGNAL 1
309be3a365Smrg
319b530083Smrg/* Define to 1 if you have the `pthread_cond_timedwait' function. */
329b530083Smrg#define HAVE_PTHREAD_COND_TIMEDWAIT 1
339b530083Smrg
349be3a365Smrg/* Define to 1 if you have the `pthread_cond_wait' function. */
359be3a365Smrg#define HAVE_PTHREAD_COND_WAIT 1
369be3a365Smrg
379be3a365Smrg/* Define to 1 if you have the `pthread_equal' function. */
389be3a365Smrg#define HAVE_PTHREAD_EQUAL 1
399be3a365Smrg
409b530083Smrg/* Define to 1 if you have the `pthread_exit' function. */
419b530083Smrg#define HAVE_PTHREAD_EXIT 1
429b530083Smrg
439be3a365Smrg/* Define to 1 if you have the `pthread_mutex_destroy' function. */
449be3a365Smrg#define HAVE_PTHREAD_MUTEX_DESTROY 1
459be3a365Smrg
469be3a365Smrg/* Define to 1 if you have the `pthread_mutex_init' function. */
479be3a365Smrg#define HAVE_PTHREAD_MUTEX_INIT 1
489be3a365Smrg
499be3a365Smrg/* Define to 1 if you have the `pthread_mutex_lock' function. */
509be3a365Smrg#define HAVE_PTHREAD_MUTEX_LOCK 1
519be3a365Smrg
529be3a365Smrg/* Define to 1 if you have the `pthread_mutex_unlock' function. */
539be3a365Smrg#define HAVE_PTHREAD_MUTEX_UNLOCK 1
549be3a365Smrg
559be3a365Smrg/* Define to 1 if you have the `pthread_self' function. */
569be3a365Smrg#define HAVE_PTHREAD_SELF 1
579be3a365Smrg
589be3a365Smrg/* Define to 1 if you have the <stdint.h> header file. */
599be3a365Smrg#define HAVE_STDINT_H 1
609be3a365Smrg
619be3a365Smrg/* Define to 1 if you have the <stdlib.h> header file. */
629be3a365Smrg#define HAVE_STDLIB_H 1
639be3a365Smrg
649be3a365Smrg/* Define to 1 if you have the <strings.h> header file. */
659be3a365Smrg#define HAVE_STRINGS_H 1
669be3a365Smrg
679be3a365Smrg/* Define to 1 if you have the <string.h> header file. */
689be3a365Smrg#define HAVE_STRING_H 1
699be3a365Smrg
709be3a365Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
719be3a365Smrg#define HAVE_SYS_STAT_H 1
729be3a365Smrg
739be3a365Smrg/* Define to 1 if you have the <sys/types.h> header file. */
749be3a365Smrg#define HAVE_SYS_TYPES_H 1
759be3a365Smrg
769be3a365Smrg/* Define to 1 if you have the <unistd.h> header file. */
779be3a365Smrg#define HAVE_UNISTD_H 1
789be3a365Smrg
799b530083Smrg/* Define to the sub-directory in which libtool stores uninstalled libraries.
809b530083Smrg   */
819b530083Smrg#undef LT_OBJDIR
829b530083Smrg
839be3a365Smrg/* Name of package */
849be3a365Smrg#define PACKAGE "libpthread-stubs"
859be3a365Smrg
869be3a365Smrg/* Define to the address where bug reports for this package should be sent. */
879be3a365Smrg#define PACKAGE_BUGREPORT "xcb@lists.freedesktop.org"
889be3a365Smrg
899be3a365Smrg/* Define to the full name of this package. */
909be3a365Smrg#define PACKAGE_NAME "libpthread-stubs"
919be3a365Smrg
929be3a365Smrg/* Define to the full name and version of this package. */
939b530083Smrg#define PACKAGE_STRING "libpthread-stubs 0.3"
949be3a365Smrg
959be3a365Smrg/* Define to the one symbol short name of this package. */
969be3a365Smrg#define PACKAGE_TARNAME "libpthread-stubs"
979be3a365Smrg
989b530083Smrg/* Define to the home page for this package. */
999b530083Smrg#undef PACKAGE_URL
1009b530083Smrg
1019be3a365Smrg/* Define to the version of this package. */
1029b530083Smrg#define PACKAGE_VERSION "0.3"
1039be3a365Smrg
1049be3a365Smrg/* Define to 1 if you have the ANSI C header files. */
1059be3a365Smrg#define STDC_HEADERS 1
1069be3a365Smrg
1079be3a365Smrg/* Define this if the compiler supports the alias attribute */
1089be3a365Smrg#define SUPPORT_ATTRIBUTE_ALIAS 1
1099be3a365Smrg
1109be3a365Smrg/* Version number of package */
1119b530083Smrg#define VERSION "0.3"
112