config.h.in revision 0b661123
1bdcaa8d0Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2bdcaa8d0Smrg 3bdcaa8d0Smrg#include "xorg-server.h" 4bdcaa8d0Smrg 5bdcaa8d0Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 6bdcaa8d0Smrg#undef HAVE_DLFCN_H 7bdcaa8d0Smrg 8bdcaa8d0Smrg/* Define to 1 if you have the <elf_abi.h> header file. */ 9bdcaa8d0Smrg#undef HAVE_ELF_ABI_H 10bdcaa8d0Smrg 11bdcaa8d0Smrg/* Define to 1 if you have the <elf.h> header file. */ 12bdcaa8d0Smrg#undef HAVE_ELF_H 13bdcaa8d0Smrg 14bdcaa8d0Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 15bdcaa8d0Smrg#undef HAVE_INTTYPES_H 16bdcaa8d0Smrg 17bdcaa8d0Smrg/* Define to 1 if you have the <memory.h> header file. */ 18bdcaa8d0Smrg#undef HAVE_MEMORY_H 19bdcaa8d0Smrg 20bdcaa8d0Smrg/* Define to 1 if you have the <stdint.h> header file. */ 21bdcaa8d0Smrg#undef HAVE_STDINT_H 22bdcaa8d0Smrg 23bdcaa8d0Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 24bdcaa8d0Smrg#undef HAVE_STDLIB_H 25bdcaa8d0Smrg 26bdcaa8d0Smrg/* Define to 1 if you have the <strings.h> header file. */ 27bdcaa8d0Smrg#undef HAVE_STRINGS_H 28bdcaa8d0Smrg 29bdcaa8d0Smrg/* Define to 1 if you have the <string.h> header file. */ 30bdcaa8d0Smrg#undef HAVE_STRING_H 31bdcaa8d0Smrg 32bdcaa8d0Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 33bdcaa8d0Smrg#undef HAVE_SYS_STAT_H 34bdcaa8d0Smrg 35bdcaa8d0Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 36bdcaa8d0Smrg#undef HAVE_SYS_TYPES_H 37bdcaa8d0Smrg 38bdcaa8d0Smrg/* Define to 1 if you have the <unistd.h> header file. */ 39bdcaa8d0Smrg#undef HAVE_UNISTD_H 40bdcaa8d0Smrg 4172313efbSmrg/* Have 1bpp support */ 4272313efbSmrg#undef HAVE_XF1BPP 4372313efbSmrg 4472313efbSmrg/* Have 4bpp support */ 4572313efbSmrg#undef HAVE_XF4BPP 4672313efbSmrg 470b661123Smrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 480b661123Smrg */ 490b661123Smrg#undef LT_OBJDIR 500b661123Smrg 51bdcaa8d0Smrg/* Name of package */ 52bdcaa8d0Smrg#undef PACKAGE 53bdcaa8d0Smrg 54bdcaa8d0Smrg/* Define to the address where bug reports for this package should be sent. */ 55bdcaa8d0Smrg#undef PACKAGE_BUGREPORT 56bdcaa8d0Smrg 57bdcaa8d0Smrg/* Define to the full name of this package. */ 58bdcaa8d0Smrg#undef PACKAGE_NAME 59bdcaa8d0Smrg 60bdcaa8d0Smrg/* Define to the full name and version of this package. */ 61bdcaa8d0Smrg#undef PACKAGE_STRING 62bdcaa8d0Smrg 63bdcaa8d0Smrg/* Define to the one symbol short name of this package. */ 64bdcaa8d0Smrg#undef PACKAGE_TARNAME 65bdcaa8d0Smrg 66bdcaa8d0Smrg/* Define to the version of this package. */ 67bdcaa8d0Smrg#undef PACKAGE_VERSION 68bdcaa8d0Smrg 69bdcaa8d0Smrg/* Major version of this package */ 70bdcaa8d0Smrg#undef PACKAGE_VERSION_MAJOR 71bdcaa8d0Smrg 72bdcaa8d0Smrg/* Minor version of this package */ 73bdcaa8d0Smrg#undef PACKAGE_VERSION_MINOR 74bdcaa8d0Smrg 75bdcaa8d0Smrg/* Patch version of this package */ 76bdcaa8d0Smrg#undef PACKAGE_VERSION_PATCHLEVEL 77bdcaa8d0Smrg 78bdcaa8d0Smrg/* Define to 1 if you have the ANSI C header files. */ 79bdcaa8d0Smrg#undef STDC_HEADERS 80bdcaa8d0Smrg 81bdcaa8d0Smrg/* Version number of package */ 82bdcaa8d0Smrg#undef VERSION 83