config.h.in revision e4da13ee
1e4da13eeSmacallan/* config.h.in. Generated from configure.ac by autoheader. */ 2e4da13eeSmacallan 3e4da13eeSmacallan#include "xorg-server.h" 4e4da13eeSmacallan 5e4da13eeSmacallan/* Define to 1 if you have the <dlfcn.h> header file. */ 6e4da13eeSmacallan#undef HAVE_DLFCN_H 7e4da13eeSmacallan 8e4da13eeSmacallan/* Define to 1 if you have the <inttypes.h> header file. */ 9e4da13eeSmacallan#undef HAVE_INTTYPES_H 10e4da13eeSmacallan 11e4da13eeSmacallan/* Define to 1 if you have the <memory.h> header file. */ 12e4da13eeSmacallan#undef HAVE_MEMORY_H 13e4da13eeSmacallan 14e4da13eeSmacallan/* Define to 1 if you have the <stdint.h> header file. */ 15e4da13eeSmacallan#undef HAVE_STDINT_H 16e4da13eeSmacallan 17e4da13eeSmacallan/* Define to 1 if you have the <stdlib.h> header file. */ 18e4da13eeSmacallan#undef HAVE_STDLIB_H 19e4da13eeSmacallan 20e4da13eeSmacallan/* Define to 1 if you have the <strings.h> header file. */ 21e4da13eeSmacallan#undef HAVE_STRINGS_H 22e4da13eeSmacallan 23e4da13eeSmacallan/* Define to 1 if you have the <string.h> header file. */ 24e4da13eeSmacallan#undef HAVE_STRING_H 25e4da13eeSmacallan 26e4da13eeSmacallan/* Define to 1 if you have the <sys/stat.h> header file. */ 27e4da13eeSmacallan#undef HAVE_SYS_STAT_H 28e4da13eeSmacallan 29e4da13eeSmacallan/* Define to 1 if you have the <sys/types.h> header file. */ 30e4da13eeSmacallan#undef HAVE_SYS_TYPES_H 31e4da13eeSmacallan 32e4da13eeSmacallan/* Define to 1 if you have the <unistd.h> header file. */ 33e4da13eeSmacallan#undef HAVE_UNISTD_H 34e4da13eeSmacallan 35e4da13eeSmacallan/* Name of package */ 36e4da13eeSmacallan#undef PACKAGE 37e4da13eeSmacallan 38e4da13eeSmacallan/* Define to the address where bug reports for this package should be sent. */ 39e4da13eeSmacallan#undef PACKAGE_BUGREPORT 40e4da13eeSmacallan 41e4da13eeSmacallan/* Define to the full name of this package. */ 42e4da13eeSmacallan#undef PACKAGE_NAME 43e4da13eeSmacallan 44e4da13eeSmacallan/* Define to the full name and version of this package. */ 45e4da13eeSmacallan#undef PACKAGE_STRING 46e4da13eeSmacallan 47e4da13eeSmacallan/* Define to the one symbol short name of this package. */ 48e4da13eeSmacallan#undef PACKAGE_TARNAME 49e4da13eeSmacallan 50e4da13eeSmacallan/* Define to the version of this package. */ 51e4da13eeSmacallan#undef PACKAGE_VERSION 52e4da13eeSmacallan 53e4da13eeSmacallan/* Major version of this package */ 54e4da13eeSmacallan#undef PACKAGE_VERSION_MAJOR 55e4da13eeSmacallan 56e4da13eeSmacallan/* Minor version of this package */ 57e4da13eeSmacallan#undef PACKAGE_VERSION_MINOR 58e4da13eeSmacallan 59e4da13eeSmacallan/* Patch version of this package */ 60e4da13eeSmacallan#undef PACKAGE_VERSION_PATCHLEVEL 61e4da13eeSmacallan 62e4da13eeSmacallan/* Define to 1 if you have the ANSI C header files. */ 63e4da13eeSmacallan#undef STDC_HEADERS 64e4da13eeSmacallan 65e4da13eeSmacallan/* Version number of package */ 66e4da13eeSmacallan#undef VERSION 67