1d514b0f3Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2d514b0f3Smrg 3d514b0f3Smrg#include "xorg-server.h" 4d514b0f3Smrg 5d514b0f3Smrg/* Defined if building from git */ 6d514b0f3Smrg#undef GIT_VERSION 7d514b0f3Smrg 8d514b0f3Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 9d514b0f3Smrg#undef HAVE_DLFCN_H 10d514b0f3Smrg 11d514b0f3Smrg/* Define to 1 if you have the `inotify_init1' function. */ 12d514b0f3Smrg#undef HAVE_INOTIFY_INIT1 13d514b0f3Smrg 14d514b0f3Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 15d514b0f3Smrg#undef HAVE_INTTYPES_H 16d514b0f3Smrg 17d514b0f3Smrg/* libudev support */ 18d514b0f3Smrg#undef HAVE_LIBUDEV 19d514b0f3Smrg 20d514b0f3Smrg/* Define to 1 if you have the <stdint.h> header file. */ 21d514b0f3Smrg#undef HAVE_STDINT_H 22d514b0f3Smrg 23d514b0f3Smrg/* Define to 1 if you have the <stdio.h> header file. */ 24d514b0f3Smrg#undef HAVE_STDIO_H 25d514b0f3Smrg 26d514b0f3Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 27d514b0f3Smrg#undef HAVE_STDLIB_H 28d514b0f3Smrg 29d514b0f3Smrg/* Define to 1 if you have the <strings.h> header file. */ 30d514b0f3Smrg#undef HAVE_STRINGS_H 31d514b0f3Smrg 32d514b0f3Smrg/* Define to 1 if you have the <string.h> header file. */ 33d514b0f3Smrg#undef HAVE_STRING_H 34d514b0f3Smrg 35d514b0f3Smrg/* Define to 1 if you have the <sys/inotify.h> header file. */ 36d514b0f3Smrg#undef HAVE_SYS_INOTIFY_H 37d514b0f3Smrg 38d514b0f3Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 39d514b0f3Smrg#undef HAVE_SYS_STAT_H 40d514b0f3Smrg 41d514b0f3Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 42d514b0f3Smrg#undef HAVE_SYS_TYPES_H 43d514b0f3Smrg 44d514b0f3Smrg/* Define to 1 if you have the <unistd.h> header file. */ 45d514b0f3Smrg#undef HAVE_UNISTD_H 46d514b0f3Smrg 47d514b0f3Smrg/* Version 2 of the libXfont library */ 48d514b0f3Smrg#undef HAVE_XFONT2 49d514b0f3Smrg 50d514b0f3Smrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 51d514b0f3Smrg#undef LT_OBJDIR 52d514b0f3Smrg 53d514b0f3Smrg/* Name of package */ 54d514b0f3Smrg#undef PACKAGE 55d514b0f3Smrg 56d514b0f3Smrg/* Define to the address where bug reports for this package should be sent. */ 57d514b0f3Smrg#undef PACKAGE_BUGREPORT 58d514b0f3Smrg 59d514b0f3Smrg/* Define to the full name of this package. */ 60d514b0f3Smrg#undef PACKAGE_NAME 61d514b0f3Smrg 62d514b0f3Smrg/* Define to the full name and version of this package. */ 63d514b0f3Smrg#undef PACKAGE_STRING 64d514b0f3Smrg 65d514b0f3Smrg/* Define to the one symbol short name of this package. */ 66d514b0f3Smrg#undef PACKAGE_TARNAME 67d514b0f3Smrg 68d514b0f3Smrg/* Define to the home page for this package. */ 69d514b0f3Smrg#undef PACKAGE_URL 70d514b0f3Smrg 71d514b0f3Smrg/* Define to the version of this package. */ 72d514b0f3Smrg#undef PACKAGE_VERSION 73d514b0f3Smrg 74d514b0f3Smrg/* Major version of this package */ 75d514b0f3Smrg#undef PACKAGE_VERSION_MAJOR 76d514b0f3Smrg 77d514b0f3Smrg/* Minor version of this package */ 78d514b0f3Smrg#undef PACKAGE_VERSION_MINOR 79d514b0f3Smrg 80d514b0f3Smrg/* Patch version of this package */ 81d514b0f3Smrg#undef PACKAGE_VERSION_PATCHLEVEL 82d514b0f3Smrg 83d514b0f3Smrg/* Define to 1 if all of the C90 standard headers exist (not just the ones 84d514b0f3Smrg required in a freestanding environment). This macro is provided for 85d514b0f3Smrg backward compatibility; new code need not use it. */ 86d514b0f3Smrg#undef STDC_HEADERS 87d514b0f3Smrg 88d514b0f3Smrg/* Version number of package */ 89d514b0f3Smrg#undef VERSION 90d514b0f3Smrg 91d514b0f3Smrg/* DRM kernel modesetting */ 92d514b0f3Smrg#undef XF86DRM_MODE 93d514b0f3Smrg 94d514b0f3Smrg/* Number of bits in a file offset, on hosts where this is settable. */ 95d514b0f3Smrg#undef _FILE_OFFSET_BITS 96d514b0f3Smrg 97d514b0f3Smrg/* Define for large files, on AIX-style hosts. */ 98d514b0f3Smrg#undef _LARGE_FILES 99