config.h.in revision fc27e79c
1659607e0Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2659607e0Smrg 3659607e0Smrg#include "xorg-server.h" 4659607e0Smrg 5659607e0Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 6659607e0Smrg#undef HAVE_DLFCN_H 7659607e0Smrg 8659607e0Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 9659607e0Smrg#undef HAVE_INTTYPES_H 10659607e0Smrg 11659607e0Smrg/* Define to 1 if you have the <memory.h> header file. */ 12659607e0Smrg#undef HAVE_MEMORY_H 13659607e0Smrg 14659607e0Smrg/* Define to 1 if you have the <stdint.h> header file. */ 15659607e0Smrg#undef HAVE_STDINT_H 16659607e0Smrg 17659607e0Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 18659607e0Smrg#undef HAVE_STDLIB_H 19659607e0Smrg 20659607e0Smrg/* Define to 1 if you have the <strings.h> header file. */ 21659607e0Smrg#undef HAVE_STRINGS_H 22659607e0Smrg 23659607e0Smrg/* Define to 1 if you have the <string.h> header file. */ 24659607e0Smrg#undef HAVE_STRING_H 25659607e0Smrg 26659607e0Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 27659607e0Smrg#undef HAVE_SYS_STAT_H 28659607e0Smrg 29659607e0Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 30659607e0Smrg#undef HAVE_SYS_TYPES_H 31659607e0Smrg 32659607e0Smrg/* Define to 1 if you have the <unistd.h> header file. */ 33659607e0Smrg#undef HAVE_UNISTD_H 34659607e0Smrg 35fc27e79cSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries. 36fc27e79cSmrg */ 37fc27e79cSmrg#undef LT_OBJDIR 38fc27e79cSmrg 39659607e0Smrg/* Name of package */ 40659607e0Smrg#undef PACKAGE 41659607e0Smrg 42659607e0Smrg/* Define to the address where bug reports for this package should be sent. */ 43659607e0Smrg#undef PACKAGE_BUGREPORT 44659607e0Smrg 45659607e0Smrg/* Define to the full name of this package. */ 46659607e0Smrg#undef PACKAGE_NAME 47659607e0Smrg 48659607e0Smrg/* Define to the full name and version of this package. */ 49659607e0Smrg#undef PACKAGE_STRING 50659607e0Smrg 51659607e0Smrg/* Define to the one symbol short name of this package. */ 52659607e0Smrg#undef PACKAGE_TARNAME 53659607e0Smrg 54659607e0Smrg/* Define to the version of this package. */ 55659607e0Smrg#undef PACKAGE_VERSION 56659607e0Smrg 57659607e0Smrg/* Major version of this package */ 58659607e0Smrg#undef PACKAGE_VERSION_MAJOR 59659607e0Smrg 60659607e0Smrg/* Minor version of this package */ 61659607e0Smrg#undef PACKAGE_VERSION_MINOR 62659607e0Smrg 63659607e0Smrg/* Patch version of this package */ 64659607e0Smrg#undef PACKAGE_VERSION_PATCHLEVEL 65659607e0Smrg 66659607e0Smrg/* Define to 1 if you have the ANSI C header files. */ 67659607e0Smrg#undef STDC_HEADERS 68659607e0Smrg 69659607e0Smrg/* Version number of package */ 70659607e0Smrg#undef VERSION 71