config.h.in revision 880c7e28
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 41880c7e28Smrg/* Define to 1 if you have the <xaa.h> header file. */ 42880c7e28Smrg#undef HAVE_XAA_H 43880c7e28Smrg 4472313efbSmrg/* Have 1bpp support */ 4572313efbSmrg#undef HAVE_XF1BPP 4672313efbSmrg 4772313efbSmrg/* Have 4bpp support */ 4872313efbSmrg#undef HAVE_XF4BPP 4972313efbSmrg 500b661123Smrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 510b661123Smrg */ 520b661123Smrg#undef LT_OBJDIR 530b661123Smrg 54bdcaa8d0Smrg/* Name of package */ 55bdcaa8d0Smrg#undef PACKAGE 56bdcaa8d0Smrg 57bdcaa8d0Smrg/* Define to the address where bug reports for this package should be sent. */ 58bdcaa8d0Smrg#undef PACKAGE_BUGREPORT 59bdcaa8d0Smrg 60bdcaa8d0Smrg/* Define to the full name of this package. */ 61bdcaa8d0Smrg#undef PACKAGE_NAME 62bdcaa8d0Smrg 63bdcaa8d0Smrg/* Define to the full name and version of this package. */ 64bdcaa8d0Smrg#undef PACKAGE_STRING 65bdcaa8d0Smrg 66bdcaa8d0Smrg/* Define to the one symbol short name of this package. */ 67bdcaa8d0Smrg#undef PACKAGE_TARNAME 68bdcaa8d0Smrg 69880c7e28Smrg/* Define to the home page for this package. */ 70880c7e28Smrg#undef PACKAGE_URL 71880c7e28Smrg 72bdcaa8d0Smrg/* Define to the version of this package. */ 73bdcaa8d0Smrg#undef PACKAGE_VERSION 74bdcaa8d0Smrg 75bdcaa8d0Smrg/* Major version of this package */ 76bdcaa8d0Smrg#undef PACKAGE_VERSION_MAJOR 77bdcaa8d0Smrg 78bdcaa8d0Smrg/* Minor version of this package */ 79bdcaa8d0Smrg#undef PACKAGE_VERSION_MINOR 80bdcaa8d0Smrg 81bdcaa8d0Smrg/* Patch version of this package */ 82bdcaa8d0Smrg#undef PACKAGE_VERSION_PATCHLEVEL 83bdcaa8d0Smrg 84bdcaa8d0Smrg/* Define to 1 if you have the ANSI C header files. */ 85bdcaa8d0Smrg#undef STDC_HEADERS 86bdcaa8d0Smrg 87bdcaa8d0Smrg/* Version number of package */ 88bdcaa8d0Smrg#undef VERSION 89