config.h.in revision 7204935c
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 `ws2_32' library (-lws2_32). */ 28#undef HAVE_LIBWS2_32 29 30/* Define to 1 if you have the <memory.h> header file. */ 31#undef HAVE_MEMORY_H 32 33/* Define if your platform supports sendmsg */ 34#undef HAVE_SENDMSG 35 36/* Have the sockaddr_un.sun_len member. */ 37#undef HAVE_SOCKADDR_SUN_LEN 38 39/* Define to 1 if you have the <stdint.h> header file. */ 40#undef HAVE_STDINT_H 41 42/* Define to 1 if you have the <stdlib.h> header file. */ 43#undef HAVE_STDLIB_H 44 45/* Define to 1 if you have the <strings.h> header file. */ 46#undef HAVE_STRINGS_H 47 48/* Define to 1 if you have the <string.h> header file. */ 49#undef HAVE_STRING_H 50 51/* Define to 1 if you have the <sys/stat.h> header file. */ 52#undef HAVE_SYS_STAT_H 53 54/* Define to 1 if you have the <sys/types.h> header file. */ 55#undef HAVE_SYS_TYPES_H 56 57/* Define to 1 if you have the <tsol/label.h> header file. */ 58#undef HAVE_TSOL_LABEL_H 59 60/* Define to 1 if you have the <unistd.h> header file. */ 61#undef HAVE_UNISTD_H 62 63/* Define if not provided by <limits.h> */ 64#undef IOV_MAX 65 66/* Define to the sub-directory where libtool stores uninstalled libraries. */ 67#undef LT_OBJDIR 68 69/* Name of package */ 70#undef PACKAGE 71 72/* Define to the address where bug reports for this package should be sent. */ 73#undef PACKAGE_BUGREPORT 74 75/* Define to the full name of this package. */ 76#undef PACKAGE_NAME 77 78/* Define to the full name and version of this package. */ 79#undef PACKAGE_STRING 80 81/* Define to the one symbol short name of this package. */ 82#undef PACKAGE_TARNAME 83 84/* Define to the home page for this package. */ 85#undef PACKAGE_URL 86 87/* Define to the version of this package. */ 88#undef PACKAGE_VERSION 89 90/* Major version of this package */ 91#undef PACKAGE_VERSION_MAJOR 92 93/* Minor version of this package */ 94#undef PACKAGE_VERSION_MINOR 95 96/* Patch version of this package */ 97#undef PACKAGE_VERSION_PATCHLEVEL 98 99/* Define to 1 if you have the ANSI C header files. */ 100#undef STDC_HEADERS 101 102/* poll() function is available */ 103#undef USE_POLL 104 105/* Enable extensions on AIX 3, Interix. */ 106#ifndef _ALL_SOURCE 107# undef _ALL_SOURCE 108#endif 109/* Enable GNU extensions on systems that have them. */ 110#ifndef _GNU_SOURCE 111# undef _GNU_SOURCE 112#endif 113/* Enable threading extensions on Solaris. */ 114#ifndef _POSIX_PTHREAD_SEMANTICS 115# undef _POSIX_PTHREAD_SEMANTICS 116#endif 117/* Enable extensions on HP NonStop. */ 118#ifndef _TANDEM_SOURCE 119# undef _TANDEM_SOURCE 120#endif 121/* Enable general extensions on Solaris. */ 122#ifndef __EXTENSIONS__ 123# undef __EXTENSIONS__ 124#endif 125 126 127/* Version number of package */ 128#undef VERSION 129 130/* XCB buffer queue size */ 131#undef XCB_QUEUE_BUFFER_SIZE 132 133/* Define to 1 if on MINIX. */ 134#undef _MINIX 135 136/* Define to 2 if the system does not provide POSIX.1 features except with 137 this defined. */ 138#undef _POSIX_1_SOURCE 139 140/* Define to 1 if you need to in order for `stat' and other things to work. */ 141#undef _POSIX_SOURCE 142 143/* Defined if needed to expose struct msghdr.msg_control */ 144#undef _XOPEN_SOURCE 145