1a4f78defSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2a4f78defSmrg 3a4f78defSmrg/* Request driver name from DRI2 */ 4a4f78defSmrg#undef DRI2 5a4f78defSmrg 6a4f78defSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 7a4f78defSmrg#undef HAVE_DLFCN_H 8a4f78defSmrg 9a4f78defSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 10a4f78defSmrg#undef HAVE_INTTYPES_H 11a4f78defSmrg 12a4f78defSmrg/* Define to 1 if you have the <memory.h> header file. */ 13a4f78defSmrg#undef HAVE_MEMORY_H 14a4f78defSmrg 15a4f78defSmrg/* Define to 1 if you have the `secure_getenv' function. */ 16a4f78defSmrg#undef HAVE_SECURE_GETENV 17a4f78defSmrg 18a4f78defSmrg/* Define to 1 if you have the <stdint.h> header file. */ 19a4f78defSmrg#undef HAVE_STDINT_H 20a4f78defSmrg 21a4f78defSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 22a4f78defSmrg#undef HAVE_STDLIB_H 23a4f78defSmrg 24a4f78defSmrg/* Define to 1 if you have the <strings.h> header file. */ 25a4f78defSmrg#undef HAVE_STRINGS_H 26a4f78defSmrg 27a4f78defSmrg/* Define to 1 if you have the <string.h> header file. */ 28a4f78defSmrg#undef HAVE_STRING_H 29a4f78defSmrg 30a4f78defSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 31a4f78defSmrg#undef HAVE_SYS_STAT_H 32a4f78defSmrg 33a4f78defSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 34a4f78defSmrg#undef HAVE_SYS_TYPES_H 35a4f78defSmrg 36a4f78defSmrg/* Define to 1 if you have the <unistd.h> header file. */ 37a4f78defSmrg#undef HAVE_UNISTD_H 38a4f78defSmrg 39a4f78defSmrg/* Define to 1 if you have the `__secure_getenv' function. */ 40a4f78defSmrg#undef HAVE___SECURE_GETENV 41a4f78defSmrg 42a4f78defSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 43a4f78defSmrg#undef LT_OBJDIR 44a4f78defSmrg 45a4f78defSmrg/* Name of package */ 46a4f78defSmrg#undef PACKAGE 47a4f78defSmrg 48a4f78defSmrg/* Define to the address where bug reports for this package should be sent. */ 49a4f78defSmrg#undef PACKAGE_BUGREPORT 50a4f78defSmrg 51a4f78defSmrg/* Define to the full name of this package. */ 52a4f78defSmrg#undef PACKAGE_NAME 53a4f78defSmrg 54a4f78defSmrg/* Define to the full name and version of this package. */ 55a4f78defSmrg#undef PACKAGE_STRING 56a4f78defSmrg 57a4f78defSmrg/* Define to the one symbol short name of this package. */ 58a4f78defSmrg#undef PACKAGE_TARNAME 59a4f78defSmrg 60a4f78defSmrg/* Define to the home page for this package. */ 61a4f78defSmrg#undef PACKAGE_URL 62a4f78defSmrg 63a4f78defSmrg/* Define to the version of this package. */ 64a4f78defSmrg#undef PACKAGE_VERSION 65a4f78defSmrg 66a4f78defSmrg/* Define to 1 if you have the ANSI C header files. */ 67a4f78defSmrg#undef STDC_HEADERS 68a4f78defSmrg 69a4f78defSmrg/* Enable extensions on AIX 3, Interix. */ 70a4f78defSmrg#ifndef _ALL_SOURCE 71a4f78defSmrg# undef _ALL_SOURCE 72a4f78defSmrg#endif 73a4f78defSmrg/* Enable GNU extensions on systems that have them. */ 74a4f78defSmrg#ifndef _GNU_SOURCE 75a4f78defSmrg# undef _GNU_SOURCE 76a4f78defSmrg#endif 77a4f78defSmrg/* Enable threading extensions on Solaris. */ 78a4f78defSmrg#ifndef _POSIX_PTHREAD_SEMANTICS 79a4f78defSmrg# undef _POSIX_PTHREAD_SEMANTICS 80a4f78defSmrg#endif 81a4f78defSmrg/* Enable extensions on HP NonStop. */ 82a4f78defSmrg#ifndef _TANDEM_SOURCE 83a4f78defSmrg# undef _TANDEM_SOURCE 84a4f78defSmrg#endif 85a4f78defSmrg/* Enable general extensions on Solaris. */ 86a4f78defSmrg#ifndef __EXTENSIONS__ 87a4f78defSmrg# undef __EXTENSIONS__ 88a4f78defSmrg#endif 89a4f78defSmrg 90a4f78defSmrg 91a4f78defSmrg/* Version number of package */ 92a4f78defSmrg#undef VERSION 93a4f78defSmrg 94a4f78defSmrg/* Define to 1 if on MINIX. */ 95a4f78defSmrg#undef _MINIX 96a4f78defSmrg 97a4f78defSmrg/* Define to 2 if the system does not provide POSIX.1 features except with 98a4f78defSmrg this defined. */ 99a4f78defSmrg#undef _POSIX_1_SOURCE 100a4f78defSmrg 101a4f78defSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 102a4f78defSmrg#undef _POSIX_SOURCE 103