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