config.h.in revision 7cea3689
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
12313a12fdSmrg/* Define to 1 if you have the `pathconf' function. */
13313a12fdSmrg#undef HAVE_PATHCONF
14313a12fdSmrg
1527702724Smrg/* Define to 1 if you have the <stdint.h> header file. */
1627702724Smrg#undef HAVE_STDINT_H
1727702724Smrg
1827702724Smrg/* Define to 1 if you have the <stdlib.h> header file. */
1927702724Smrg#undef HAVE_STDLIB_H
2027702724Smrg
2127702724Smrg/* Define to 1 if you have the <strings.h> header file. */
2227702724Smrg#undef HAVE_STRINGS_H
2327702724Smrg
2427702724Smrg/* Define to 1 if you have the <string.h> header file. */
2527702724Smrg#undef HAVE_STRING_H
2627702724Smrg
2727702724Smrg/* Define to 1 if you have the <sys/stat.h> header file. */
2827702724Smrg#undef HAVE_SYS_STAT_H
2927702724Smrg
3027702724Smrg/* Define to 1 if you have the <sys/types.h> header file. */
3127702724Smrg#undef HAVE_SYS_TYPES_H
3227702724Smrg
3327702724Smrg/* Define to 1 if you have the <unistd.h> header file. */
3427702724Smrg#undef HAVE_UNISTD_H
3527702724Smrg
367cea3689Smrg/* Define to the sub-directory where libtool stores uninstalled libraries. */
37e19dfac4Smrg#undef LT_OBJDIR
38e19dfac4Smrg
3927702724Smrg/* Name of package */
4027702724Smrg#undef PACKAGE
4127702724Smrg
4227702724Smrg/* Define to the address where bug reports for this package should be sent. */
4327702724Smrg#undef PACKAGE_BUGREPORT
4427702724Smrg
4527702724Smrg/* Define to the full name of this package. */
4627702724Smrg#undef PACKAGE_NAME
4727702724Smrg
4827702724Smrg/* Define to the full name and version of this package. */
4927702724Smrg#undef PACKAGE_STRING
5027702724Smrg
5127702724Smrg/* Define to the one symbol short name of this package. */
5227702724Smrg#undef PACKAGE_TARNAME
5327702724Smrg
5400084f2cSmrg/* Define to the home page for this package. */
5500084f2cSmrg#undef PACKAGE_URL
5600084f2cSmrg
5727702724Smrg/* Define to the version of this package. */
5827702724Smrg#undef PACKAGE_VERSION
5927702724Smrg
6027702724Smrg/* Major version of this package */
6127702724Smrg#undef PACKAGE_VERSION_MAJOR
6227702724Smrg
6327702724Smrg/* Minor version of this package */
6427702724Smrg#undef PACKAGE_VERSION_MINOR
6527702724Smrg
6627702724Smrg/* Patch version of this package */
6727702724Smrg#undef PACKAGE_VERSION_PATCHLEVEL
6827702724Smrg
6927702724Smrg/* Define to 1 if you have the ANSI C header files. */
7027702724Smrg#undef STDC_HEADERS
7127702724Smrg
72313a12fdSmrg/* Enable extensions on AIX 3, Interix.  */
73313a12fdSmrg#ifndef _ALL_SOURCE
74313a12fdSmrg# undef _ALL_SOURCE
75313a12fdSmrg#endif
76313a12fdSmrg/* Enable GNU extensions on systems that have them.  */
77313a12fdSmrg#ifndef _GNU_SOURCE
78313a12fdSmrg# undef _GNU_SOURCE
79313a12fdSmrg#endif
80313a12fdSmrg/* Enable threading extensions on Solaris.  */
81313a12fdSmrg#ifndef _POSIX_PTHREAD_SEMANTICS
82313a12fdSmrg# undef _POSIX_PTHREAD_SEMANTICS
83313a12fdSmrg#endif
84313a12fdSmrg/* Enable extensions on HP NonStop.  */
85313a12fdSmrg#ifndef _TANDEM_SOURCE
86313a12fdSmrg# undef _TANDEM_SOURCE
87313a12fdSmrg#endif
88313a12fdSmrg/* Enable general extensions on Solaris.  */
89313a12fdSmrg#ifndef __EXTENSIONS__
90313a12fdSmrg# undef __EXTENSIONS__
91313a12fdSmrg#endif
92313a12fdSmrg
93313a12fdSmrg
9427702724Smrg/* Version number of package */
9527702724Smrg#undef VERSION
9627702724Smrg
9727702724Smrg/* Whether libXau is compiled with thread support */
9827702724Smrg#undef XTHREADS
9927702724Smrg
10027702724Smrg/* Whether libXau needs to use MT safe API's */
10127702724Smrg#undef XUSE_MTSAFE_API
102313a12fdSmrg
103313a12fdSmrg/* Define to 1 if on MINIX. */
104313a12fdSmrg#undef _MINIX
105313a12fdSmrg
106313a12fdSmrg/* Define to 2 if the system does not provide POSIX.1 features except with
107313a12fdSmrg   this defined. */
108313a12fdSmrg#undef _POSIX_1_SOURCE
109313a12fdSmrg
110313a12fdSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */
111313a12fdSmrg#undef _POSIX_SOURCE
112