config.h.in revision f66df612
13e747e6dSmrg/* config.h.in.  Generated from configure.ac by autoheader.  */
23e747e6dSmrg
37a2631fcSmrg/* Define to 1 if you have the <inttypes.h> header file. */
47a2631fcSmrg#undef HAVE_INTTYPES_H
57a2631fcSmrg
67a2631fcSmrg/* Define to 1 if you have the <memory.h> header file. */
77a2631fcSmrg#undef HAVE_MEMORY_H
87a2631fcSmrg
93e747e6dSmrg/* Define to 1 if you have the `mkstemp' function. */
107a2631fcSmrg#undef HAVE_MKSTEMP
117a2631fcSmrg
127a2631fcSmrg/* Define to 1 if you have the <stdint.h> header file. */
137a2631fcSmrg#undef HAVE_STDINT_H
147a2631fcSmrg
157a2631fcSmrg/* Define to 1 if you have the <stdlib.h> header file. */
167a2631fcSmrg#undef HAVE_STDLIB_H
177a2631fcSmrg
187a2631fcSmrg/* Define to 1 if you have the <strings.h> header file. */
197a2631fcSmrg#undef HAVE_STRINGS_H
207a2631fcSmrg
217a2631fcSmrg/* Define to 1 if you have the <string.h> header file. */
227a2631fcSmrg#undef HAVE_STRING_H
237a2631fcSmrg
247a2631fcSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
257a2631fcSmrg#undef HAVE_SYS_STAT_H
267a2631fcSmrg
277a2631fcSmrg/* Define to 1 if you have the <sys/types.h> header file. */
287a2631fcSmrg#undef HAVE_SYS_TYPES_H
297a2631fcSmrg
307a2631fcSmrg/* Define to 1 if you have the <unistd.h> header file. */
317a2631fcSmrg#undef HAVE_UNISTD_H
323e747e6dSmrg
33f66df612Smrg/* Define to 1 if you have the xrandr headers/libraries */
34f66df612Smrg#undef HAVE_XRANDR
35f66df612Smrg
363e747e6dSmrg/* Name of package */
373e747e6dSmrg#undef PACKAGE
383e747e6dSmrg
393e747e6dSmrg/* Define to the address where bug reports for this package should be sent. */
403e747e6dSmrg#undef PACKAGE_BUGREPORT
413e747e6dSmrg
423e747e6dSmrg/* Define to the full name of this package. */
433e747e6dSmrg#undef PACKAGE_NAME
443e747e6dSmrg
453e747e6dSmrg/* Define to the full name and version of this package. */
463e747e6dSmrg#undef PACKAGE_STRING
473e747e6dSmrg
483e747e6dSmrg/* Define to the one symbol short name of this package. */
493e747e6dSmrg#undef PACKAGE_TARNAME
503e747e6dSmrg
517a2631fcSmrg/* Define to the home page for this package. */
527a2631fcSmrg#undef PACKAGE_URL
537a2631fcSmrg
543e747e6dSmrg/* Define to the version of this package. */
553e747e6dSmrg#undef PACKAGE_VERSION
563e747e6dSmrg
573e747e6dSmrg/* Major version of this package */
583e747e6dSmrg#undef PACKAGE_VERSION_MAJOR
593e747e6dSmrg
603e747e6dSmrg/* Minor version of this package */
613e747e6dSmrg#undef PACKAGE_VERSION_MINOR
623e747e6dSmrg
633e747e6dSmrg/* Patch version of this package */
643e747e6dSmrg#undef PACKAGE_VERSION_PATCHLEVEL
653e747e6dSmrg
667a2631fcSmrg/* Define to 1 if you have the ANSI C header files. */
677a2631fcSmrg#undef STDC_HEADERS
687a2631fcSmrg
69ffd25bcaSmrg/* Enable extensions on AIX 3, Interix.  */
70ffd25bcaSmrg#ifndef _ALL_SOURCE
71ffd25bcaSmrg# undef _ALL_SOURCE
72ffd25bcaSmrg#endif
73ffd25bcaSmrg/* Enable GNU extensions on systems that have them.  */
74ffd25bcaSmrg#ifndef _GNU_SOURCE
75ffd25bcaSmrg# undef _GNU_SOURCE
76ffd25bcaSmrg#endif
77ffd25bcaSmrg/* Enable threading extensions on Solaris.  */
78ffd25bcaSmrg#ifndef _POSIX_PTHREAD_SEMANTICS
79ffd25bcaSmrg# undef _POSIX_PTHREAD_SEMANTICS
80ffd25bcaSmrg#endif
81ffd25bcaSmrg/* Enable extensions on HP NonStop.  */
82ffd25bcaSmrg#ifndef _TANDEM_SOURCE
83ffd25bcaSmrg# undef _TANDEM_SOURCE
84ffd25bcaSmrg#endif
85ffd25bcaSmrg/* Enable general extensions on Solaris.  */
86ffd25bcaSmrg#ifndef __EXTENSIONS__
87ffd25bcaSmrg# undef __EXTENSIONS__
88ffd25bcaSmrg#endif
89ffd25bcaSmrg
90ffd25bcaSmrg
913e747e6dSmrg/* Version number of package */
923e747e6dSmrg#undef VERSION
933e747e6dSmrg
943e747e6dSmrg/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
953e747e6dSmrg   `char[]'. */
963e747e6dSmrg#undef YYTEXT_POINTER
97ffd25bcaSmrg
98ffd25bcaSmrg/* Define to 1 if on MINIX. */
99ffd25bcaSmrg#undef _MINIX
100ffd25bcaSmrg
101ffd25bcaSmrg/* Define to 2 if the system does not provide POSIX.1 features except with
102ffd25bcaSmrg   this defined. */
103ffd25bcaSmrg#undef _POSIX_1_SOURCE
104ffd25bcaSmrg
105ffd25bcaSmrg/* Define to 1 if you need to in order for `stat' and other things to work. */
106ffd25bcaSmrg#undef _POSIX_SOURCE
107