config.h.in revision 40a76396
1a0195d5fSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2a0195d5fSmrg 36600fe5bSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 46600fe5bSmrg#undef HAVE_INTTYPES_H 56600fe5bSmrg 66600fe5bSmrg/* Define to 1 if you have the <memory.h> header file. */ 76600fe5bSmrg#undef HAVE_MEMORY_H 86600fe5bSmrg 96600fe5bSmrg/* Define to 1 if you have the <stdint.h> header file. */ 106600fe5bSmrg#undef HAVE_STDINT_H 116600fe5bSmrg 126600fe5bSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 136600fe5bSmrg#undef HAVE_STDLIB_H 146600fe5bSmrg 156600fe5bSmrg/* Define to 1 if you have the <strings.h> header file. */ 166600fe5bSmrg#undef HAVE_STRINGS_H 176600fe5bSmrg 186600fe5bSmrg/* Define to 1 if you have the <string.h> header file. */ 196600fe5bSmrg#undef HAVE_STRING_H 206600fe5bSmrg 216600fe5bSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 226600fe5bSmrg#undef HAVE_SYS_STAT_H 236600fe5bSmrg 246600fe5bSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 256600fe5bSmrg#undef HAVE_SYS_TYPES_H 266600fe5bSmrg 276600fe5bSmrg/* Define to 1 if you have the <unistd.h> header file. */ 286600fe5bSmrg#undef HAVE_UNISTD_H 296600fe5bSmrg 30a0195d5fSmrg/* Define to 1 if you have the `usleep' function. */ 31a0195d5fSmrg#undef HAVE_USLEEP 32a0195d5fSmrg 33a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/dpms.h> header file. */ 34a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_DPMS_H 35a0195d5fSmrg 36a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/fontcacheP.h> header file. */ 37a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_FONTCACHEP_H 38a0195d5fSmrg 39a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/fontcache.h> header file. */ 40a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_FONTCACHE_H 41a0195d5fSmrg 42a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/MITMisc.h> header file. */ 43a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_MITMISC_H 44a0195d5fSmrg 45a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/xf86misc.h> header file. */ 46a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_XF86MISC_H 47a0195d5fSmrg 48a0195d5fSmrg/* Define to 1 if you have the <X11/extensions/xf86mscstr.h> header file. */ 49a0195d5fSmrg#undef HAVE_X11_EXTENSIONS_XF86MSCSTR_H 50a0195d5fSmrg 51a0195d5fSmrg/* Define to 1 if you have the <X11/XKBlib.h> header file. */ 52a0195d5fSmrg#undef HAVE_X11_XKBLIB_H 53a0195d5fSmrg 54a0195d5fSmrg/* Name of package */ 55a0195d5fSmrg#undef PACKAGE 56a0195d5fSmrg 57a0195d5fSmrg/* Define to the address where bug reports for this package should be sent. */ 58a0195d5fSmrg#undef PACKAGE_BUGREPORT 59a0195d5fSmrg 60a0195d5fSmrg/* Define to the full name of this package. */ 61a0195d5fSmrg#undef PACKAGE_NAME 62a0195d5fSmrg 63a0195d5fSmrg/* Define to the full name and version of this package. */ 64a0195d5fSmrg#undef PACKAGE_STRING 65a0195d5fSmrg 66a0195d5fSmrg/* Define to the one symbol short name of this package. */ 67a0195d5fSmrg#undef PACKAGE_TARNAME 68a0195d5fSmrg 696f5dd5c2Smrg/* Define to the home page for this package. */ 706f5dd5c2Smrg#undef PACKAGE_URL 716f5dd5c2Smrg 72a0195d5fSmrg/* Define to the version of this package. */ 73a0195d5fSmrg#undef PACKAGE_VERSION 74a0195d5fSmrg 75a0195d5fSmrg/* Major version of this package */ 76a0195d5fSmrg#undef PACKAGE_VERSION_MAJOR 77a0195d5fSmrg 78a0195d5fSmrg/* Minor version of this package */ 79a0195d5fSmrg#undef PACKAGE_VERSION_MINOR 80a0195d5fSmrg 81a0195d5fSmrg/* Patch version of this package */ 82a0195d5fSmrg#undef PACKAGE_VERSION_PATCHLEVEL 83a0195d5fSmrg 846600fe5bSmrg/* Define to 1 if you have the ANSI C header files. */ 856600fe5bSmrg#undef STDC_HEADERS 866600fe5bSmrg 8740a76396Smrg/* Enable extensions on AIX 3, Interix. */ 8840a76396Smrg#ifndef _ALL_SOURCE 8940a76396Smrg# undef _ALL_SOURCE 9040a76396Smrg#endif 9140a76396Smrg/* Enable GNU extensions on systems that have them. */ 9240a76396Smrg#ifndef _GNU_SOURCE 9340a76396Smrg# undef _GNU_SOURCE 9440a76396Smrg#endif 9540a76396Smrg/* Enable threading extensions on Solaris. */ 9640a76396Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 9740a76396Smrg# undef _POSIX_PTHREAD_SEMANTICS 9840a76396Smrg#endif 9940a76396Smrg/* Enable extensions on HP NonStop. */ 10040a76396Smrg#ifndef _TANDEM_SOURCE 10140a76396Smrg# undef _TANDEM_SOURCE 10240a76396Smrg#endif 10340a76396Smrg/* Enable general extensions on Solaris. */ 10440a76396Smrg#ifndef __EXTENSIONS__ 10540a76396Smrg# undef __EXTENSIONS__ 10640a76396Smrg#endif 10740a76396Smrg 10840a76396Smrg 109a0195d5fSmrg/* Version number of package */ 110a0195d5fSmrg#undef VERSION 11140a76396Smrg 11240a76396Smrg/* Define to 1 if on MINIX. */ 11340a76396Smrg#undef _MINIX 11440a76396Smrg 11540a76396Smrg/* Define to 2 if the system does not provide POSIX.1 features except with 11640a76396Smrg this defined. */ 11740a76396Smrg#undef _POSIX_1_SOURCE 11840a76396Smrg 11940a76396Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 12040a76396Smrg#undef _POSIX_SOURCE 121