1 /* config.h. Generated from config.h.in by configure. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 4 /* Define to 1 if you have the <inttypes.h> header file. */ 5 #define HAVE_INTTYPES_H 1 6 7 /* Define to 1 if you have the <stdint.h> header file. */ 8 #define HAVE_STDINT_H 1 9 10 /* Define to 1 if you have the <stdio.h> header file. */ 11 #define HAVE_STDIO_H 1 12 13 /* Define to 1 if you have the <stdlib.h> header file. */ 14 #define HAVE_STDLIB_H 1 15 16 /* Define to 1 if you have the <strings.h> header file. */ 17 #define HAVE_STRINGS_H 1 18 19 /* Define to 1 if you have the <string.h> header file. */ 20 #define HAVE_STRING_H 1 21 22 /* Define to 1 if you have the <sys/stat.h> header file. */ 23 #define HAVE_SYS_STAT_H 1 24 25 /* Define to 1 if you have the <sys/types.h> header file. */ 26 #define HAVE_SYS_TYPES_H 1 27 28 /* Define to 1 if you have the <unistd.h> header file. */ 29 #define HAVE_UNISTD_H 1 30 31 /* Define to 1 if you have the <X11/extensions/dmxext.h> header file. */ 32 /* #undef HAVE_X11_EXTENSIONS_DMXEXT_H */ 33 34 /* Define to 1 if you have the <X11/extensions/multibuf.h> header file. */ 35 #define HAVE_X11_EXTENSIONS_MULTIBUF_H 1 36 37 /* Define to 1 if you have the <X11/extensions/record.h> header file. */ 38 #define HAVE_X11_EXTENSIONS_RECORD_H 1 39 40 /* Define to 1 if you have the <X11/extensions/Xcomposite.h> header file. */ 41 #define HAVE_X11_EXTENSIONS_XCOMPOSITE_H 1 42 43 /* Define to 1 if you have the <X11/extensions/xf86dgaproto.h> header file. */ 44 #define HAVE_X11_EXTENSIONS_XF86DGAPROTO_H 1 45 46 /* Define to 1 if you have the <X11/extensions/xf86dgastr.h> header file. */ 47 #define HAVE_X11_EXTENSIONS_XF86DGASTR_H 1 48 49 /* Define to 1 if you have the <X11/extensions/xf86dga.h> header file. */ 50 #define HAVE_X11_EXTENSIONS_XF86DGA_H 1 51 52 /* Define to 1 if you have the <X11/extensions/xf86misc.h> header file. */ 53 /* #undef HAVE_X11_EXTENSIONS_XF86MISC_H 1 */ 54 55 /* Define to 1 if you have the <X11/extensions/xf86mscstr.h> header file. */ 56 #define HAVE_X11_EXTENSIONS_XF86MSCSTR_H 1 57 58 /* Define to 1 if you have the <X11/extensions/xf86vmode.h> header file. */ 59 #define HAVE_X11_EXTENSIONS_XF86VMODE_H 1 60 61 /* Define to 1 if you have the <X11/extensions/xf86vmproto.h> header file. */ 62 #define HAVE_X11_EXTENSIONS_XF86VMPROTO_H 1 63 64 /* Define to 1 if you have the <X11/extensions/xf86vmstr.h> header file. */ 65 #define HAVE_X11_EXTENSIONS_XF86VMSTR_H 1 66 67 /* Define to 1 if you have the <X11/extensions/Xinerama.h> header file. */ 68 #define HAVE_X11_EXTENSIONS_XINERAMA_H 1 69 70 /* Define to 1 if you have the <X11/extensions/XInput.h> header file. */ 71 #define HAVE_X11_EXTENSIONS_XINPUT_H 1 72 73 /* Define to 1 if you have the <X11/extensions/XKB.h> header file. */ 74 #define HAVE_X11_EXTENSIONS_XKB_H 1 75 76 /* Define to 1 if you have the <X11/extensions/Xrender.h> header file. */ 77 #define HAVE_X11_EXTENSIONS_XRENDER_H 1 78 79 /* Define to 1 if you have the <X11/extensions/XShm.h> header file. */ 80 #define HAVE_X11_EXTENSIONS_XSHM_H 1 81 82 /* Define to 1 if you have the <X11/extensions/Xxf86dga.h> header file. */ 83 #define HAVE_X11_EXTENSIONS_XXF86DGA_H 1 84 85 /* Define to 1 if you have the <X11/XKBlib.h> header file. */ 86 #define HAVE_X11_XKBLIB_H 1 87 88 /* Name of package */ 89 #define PACKAGE "xdpyinfo" 90 91 /* Define to the address where bug reports for this package should be sent. */ 92 #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=xorg" 93 94 /* Define to the full name of this package. */ 95 #define PACKAGE_NAME "xdpyinfo" 96 97 /* Define to the full name and version of this package. */ 98 #define PACKAGE_STRING "xdpyinfo 1.3.4" 99 100 /* Define to the one symbol short name of this package. */ 101 #define PACKAGE_TARNAME "xdpyinfo" 102 103 /* Define to the home page for this package. */ 104 #define PACKAGE_URL "" 105 106 /* Define to the version of this package. */ 107 #define PACKAGE_VERSION "1.3.4" 108 109 /* Major version of this package */ 110 #define PACKAGE_VERSION_MAJOR 1 111 112 /* Minor version of this package */ 113 #define PACKAGE_VERSION_MINOR 3 114 115 /* Patch version of this package */ 116 #define PACKAGE_VERSION_PATCHLEVEL 4 117 118 /* Define to 1 if all of the C90 standard headers exist (not just the ones 119 required in a freestanding environment). This macro is provided for 120 backward compatibility; new code need not use it. */ 121 #define STDC_HEADERS 1 122 123 /* Version number of package */ 124 #define VERSION "1.3.4" 125