config.h.in revision 27702724
127702724Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 227702724Smrg 327702724Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 427702724Smrg#undef HAVE_DLFCN_H 527702724Smrg 627702724Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 727702724Smrg#undef HAVE_INTTYPES_H 827702724Smrg 927702724Smrg/* Define to 1 if you have the <memory.h> header file. */ 1027702724Smrg#undef HAVE_MEMORY_H 1127702724Smrg 1227702724Smrg/* Define to 1 if you have the <stdint.h> header file. */ 1327702724Smrg#undef HAVE_STDINT_H 1427702724Smrg 1527702724Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 1627702724Smrg#undef HAVE_STDLIB_H 1727702724Smrg 1827702724Smrg/* Define to 1 if you have the <strings.h> header file. */ 1927702724Smrg#undef HAVE_STRINGS_H 2027702724Smrg 2127702724Smrg/* Define to 1 if you have the <string.h> header file. */ 2227702724Smrg#undef HAVE_STRING_H 2327702724Smrg 2427702724Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2527702724Smrg#undef HAVE_SYS_STAT_H 2627702724Smrg 2727702724Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 2827702724Smrg#undef HAVE_SYS_TYPES_H 2927702724Smrg 3027702724Smrg/* Define to 1 if you have the <unistd.h> header file. */ 3127702724Smrg#undef HAVE_UNISTD_H 3227702724Smrg 3327702724Smrg/* Name of package */ 3427702724Smrg#undef PACKAGE 3527702724Smrg 3627702724Smrg/* Define to the address where bug reports for this package should be sent. */ 3727702724Smrg#undef PACKAGE_BUGREPORT 3827702724Smrg 3927702724Smrg/* Define to the full name of this package. */ 4027702724Smrg#undef PACKAGE_NAME 4127702724Smrg 4227702724Smrg/* Define to the full name and version of this package. */ 4327702724Smrg#undef PACKAGE_STRING 4427702724Smrg 4527702724Smrg/* Define to the one symbol short name of this package. */ 4627702724Smrg#undef PACKAGE_TARNAME 4727702724Smrg 4827702724Smrg/* Define to the version of this package. */ 4927702724Smrg#undef PACKAGE_VERSION 5027702724Smrg 5127702724Smrg/* Major version of this package */ 5227702724Smrg#undef PACKAGE_VERSION_MAJOR 5327702724Smrg 5427702724Smrg/* Minor version of this package */ 5527702724Smrg#undef PACKAGE_VERSION_MINOR 5627702724Smrg 5727702724Smrg/* Patch version of this package */ 5827702724Smrg#undef PACKAGE_VERSION_PATCHLEVEL 5927702724Smrg 6027702724Smrg/* Define to 1 if you have the ANSI C header files. */ 6127702724Smrg#undef STDC_HEADERS 6227702724Smrg 6327702724Smrg/* Version number of package */ 6427702724Smrg#undef VERSION 6527702724Smrg 6627702724Smrg/* Whether libXau is compiled with thread support */ 6727702724Smrg#undef XTHREADS 6827702724Smrg 6927702724Smrg/* Whether libXau needs to use MT safe API's */ 7027702724Smrg#undef XUSE_MTSAFE_API 71