config.h.in revision 21298544
1/* src/config.h.in. Generated from configure.ac by autoheader. */ 2 3/* Defined if GCC supports the visibility feature */ 4#undef GCC_HAS_VISIBILITY 5 6/* Has Wraphelp.c needed for XDM AUTH protocols */ 7#undef HASXDMAUTH 8 9/* Define if your platform supports abstract sockets */ 10#undef HAVE_ABSTRACT_SOCKETS 11 12/* Define to 1 if you have the <dlfcn.h> header file. */ 13#undef HAVE_DLFCN_H 14 15/* getaddrinfo() function is available */ 16#undef HAVE_GETADDRINFO 17 18/* Define to 1 if you have the <inttypes.h> header file. */ 19#undef HAVE_INTTYPES_H 20 21/* Define to 1 if you have the `is_system_labeled' function. */ 22#undef HAVE_IS_SYSTEM_LABELED 23 24/* launchd support available */ 25#undef HAVE_LAUNCHD 26 27/* Define to 1 if you have the <memory.h> header file. */ 28#undef HAVE_MEMORY_H 29 30/* Have the sockaddr_un.sun_len member. */ 31#undef HAVE_SOCKADDR_SUN_LEN 32 33/* Define to 1 if you have the <stdint.h> header file. */ 34#undef HAVE_STDINT_H 35 36/* Define to 1 if you have the <stdlib.h> header file. */ 37#undef HAVE_STDLIB_H 38 39/* Define to 1 if you have the <strings.h> header file. */ 40#undef HAVE_STRINGS_H 41 42/* Define to 1 if you have the <string.h> header file. */ 43#undef HAVE_STRING_H 44 45/* Define to 1 if you have the <sys/stat.h> header file. */ 46#undef HAVE_SYS_STAT_H 47 48/* Define to 1 if you have the <sys/types.h> header file. */ 49#undef HAVE_SYS_TYPES_H 50 51/* Define to 1 if you have the <tsol/label.h> header file. */ 52#undef HAVE_TSOL_LABEL_H 53 54/* Define to 1 if you have the <unistd.h> header file. */ 55#undef HAVE_UNISTD_H 56 57/* Define if not provided by <limits.h> */ 58#undef IOV_MAX 59 60/* Define to the sub-directory in which libtool stores uninstalled libraries. 61 */ 62#undef LT_OBJDIR 63 64/* Name of package */ 65#undef PACKAGE 66 67/* Define to the address where bug reports for this package should be sent. */ 68#undef PACKAGE_BUGREPORT 69 70/* Define to the full name of this package. */ 71#undef PACKAGE_NAME 72 73/* Define to the full name and version of this package. */ 74#undef PACKAGE_STRING 75 76/* Define to the one symbol short name of this package. */ 77#undef PACKAGE_TARNAME 78 79/* Define to the home page for this package. */ 80#undef PACKAGE_URL 81 82/* Define to the version of this package. */ 83#undef PACKAGE_VERSION 84 85/* Define to 1 if you have the ANSI C header files. */ 86#undef STDC_HEADERS 87 88/* poll() function is available */ 89#undef USE_POLL 90 91/* Enable extensions on AIX 3, Interix. */ 92#ifndef _ALL_SOURCE 93# undef _ALL_SOURCE 94#endif 95/* Enable GNU extensions on systems that have them. */ 96#ifndef _GNU_SOURCE 97# undef _GNU_SOURCE 98#endif 99/* Enable threading extensions on Solaris. */ 100#ifndef _POSIX_PTHREAD_SEMANTICS 101# undef _POSIX_PTHREAD_SEMANTICS 102#endif 103/* Enable extensions on HP NonStop. */ 104#ifndef _TANDEM_SOURCE 105# undef _TANDEM_SOURCE 106#endif 107/* Enable general extensions on Solaris. */ 108#ifndef __EXTENSIONS__ 109# undef __EXTENSIONS__ 110#endif 111 112 113/* Version number of package */ 114#undef VERSION 115 116/* XCB buffer queue size */ 117#undef XCB_QUEUE_BUFFER_SIZE 118 119/* Define to 1 if on MINIX. */ 120#undef _MINIX 121 122/* Define to 2 if the system does not provide POSIX.1 features except with 123 this defined. */ 124#undef _POSIX_1_SOURCE 125 126/* Define to 1 if you need to in order for `stat' and other things to work. */ 127#undef _POSIX_SOURCE 128