config.h.in revision 7204935c
1602e473dSmrg/* src/config.h.in. Generated from configure.ac by autoheader. */ 2602e473dSmrg 3602e473dSmrg/* Defined if GCC supports the visibility feature */ 4602e473dSmrg#undef GCC_HAS_VISIBILITY 5602e473dSmrg 6602e473dSmrg/* Has Wraphelp.c needed for XDM AUTH protocols */ 7602e473dSmrg#undef HASXDMAUTH 8602e473dSmrg 9602e473dSmrg/* Define if your platform supports abstract sockets */ 10602e473dSmrg#undef HAVE_ABSTRACT_SOCKETS 11602e473dSmrg 12602e473dSmrg/* Define to 1 if you have the <dlfcn.h> header file. */ 13602e473dSmrg#undef HAVE_DLFCN_H 14602e473dSmrg 1521298544Smrg/* getaddrinfo() function is available */ 1621298544Smrg#undef HAVE_GETADDRINFO 1721298544Smrg 18602e473dSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 19602e473dSmrg#undef HAVE_INTTYPES_H 20602e473dSmrg 2121298544Smrg/* Define to 1 if you have the `is_system_labeled' function. */ 2221298544Smrg#undef HAVE_IS_SYSTEM_LABELED 2321298544Smrg 24602e473dSmrg/* launchd support available */ 25602e473dSmrg#undef HAVE_LAUNCHD 26602e473dSmrg 277204935cSmrg/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ 287204935cSmrg#undef HAVE_LIBWS2_32 297204935cSmrg 30602e473dSmrg/* Define to 1 if you have the <memory.h> header file. */ 31602e473dSmrg#undef HAVE_MEMORY_H 32602e473dSmrg 331016ad83Smrg/* Define if your platform supports sendmsg */ 341016ad83Smrg#undef HAVE_SENDMSG 351016ad83Smrg 36602e473dSmrg/* Have the sockaddr_un.sun_len member. */ 37602e473dSmrg#undef HAVE_SOCKADDR_SUN_LEN 38602e473dSmrg 39602e473dSmrg/* Define to 1 if you have the <stdint.h> header file. */ 40602e473dSmrg#undef HAVE_STDINT_H 41602e473dSmrg 42602e473dSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 43602e473dSmrg#undef HAVE_STDLIB_H 44602e473dSmrg 45602e473dSmrg/* Define to 1 if you have the <strings.h> header file. */ 46602e473dSmrg#undef HAVE_STRINGS_H 47602e473dSmrg 48602e473dSmrg/* Define to 1 if you have the <string.h> header file. */ 49602e473dSmrg#undef HAVE_STRING_H 50602e473dSmrg 51602e473dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 52602e473dSmrg#undef HAVE_SYS_STAT_H 53602e473dSmrg 54602e473dSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 55602e473dSmrg#undef HAVE_SYS_TYPES_H 56602e473dSmrg 5721298544Smrg/* Define to 1 if you have the <tsol/label.h> header file. */ 5821298544Smrg#undef HAVE_TSOL_LABEL_H 5921298544Smrg 60602e473dSmrg/* Define to 1 if you have the <unistd.h> header file. */ 61602e473dSmrg#undef HAVE_UNISTD_H 62602e473dSmrg 6321298544Smrg/* Define if not provided by <limits.h> */ 6421298544Smrg#undef IOV_MAX 6521298544Smrg 667204935cSmrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 67602e473dSmrg#undef LT_OBJDIR 68602e473dSmrg 69602e473dSmrg/* Name of package */ 70602e473dSmrg#undef PACKAGE 71602e473dSmrg 72602e473dSmrg/* Define to the address where bug reports for this package should be sent. */ 73602e473dSmrg#undef PACKAGE_BUGREPORT 74602e473dSmrg 75602e473dSmrg/* Define to the full name of this package. */ 76602e473dSmrg#undef PACKAGE_NAME 77602e473dSmrg 78602e473dSmrg/* Define to the full name and version of this package. */ 79602e473dSmrg#undef PACKAGE_STRING 80602e473dSmrg 81602e473dSmrg/* Define to the one symbol short name of this package. */ 82602e473dSmrg#undef PACKAGE_TARNAME 83602e473dSmrg 84602e473dSmrg/* Define to the home page for this package. */ 85602e473dSmrg#undef PACKAGE_URL 86602e473dSmrg 87602e473dSmrg/* Define to the version of this package. */ 88602e473dSmrg#undef PACKAGE_VERSION 89602e473dSmrg 901c7386f4Smrg/* Major version of this package */ 911c7386f4Smrg#undef PACKAGE_VERSION_MAJOR 921c7386f4Smrg 931c7386f4Smrg/* Minor version of this package */ 941c7386f4Smrg#undef PACKAGE_VERSION_MINOR 951c7386f4Smrg 961c7386f4Smrg/* Patch version of this package */ 971c7386f4Smrg#undef PACKAGE_VERSION_PATCHLEVEL 981c7386f4Smrg 99602e473dSmrg/* Define to 1 if you have the ANSI C header files. */ 100602e473dSmrg#undef STDC_HEADERS 101602e473dSmrg 102602e473dSmrg/* poll() function is available */ 103602e473dSmrg#undef USE_POLL 104602e473dSmrg 10521298544Smrg/* Enable extensions on AIX 3, Interix. */ 10621298544Smrg#ifndef _ALL_SOURCE 10721298544Smrg# undef _ALL_SOURCE 10821298544Smrg#endif 10921298544Smrg/* Enable GNU extensions on systems that have them. */ 11021298544Smrg#ifndef _GNU_SOURCE 11121298544Smrg# undef _GNU_SOURCE 11221298544Smrg#endif 11321298544Smrg/* Enable threading extensions on Solaris. */ 11421298544Smrg#ifndef _POSIX_PTHREAD_SEMANTICS 11521298544Smrg# undef _POSIX_PTHREAD_SEMANTICS 11621298544Smrg#endif 11721298544Smrg/* Enable extensions on HP NonStop. */ 11821298544Smrg#ifndef _TANDEM_SOURCE 11921298544Smrg# undef _TANDEM_SOURCE 12021298544Smrg#endif 12121298544Smrg/* Enable general extensions on Solaris. */ 12221298544Smrg#ifndef __EXTENSIONS__ 12321298544Smrg# undef __EXTENSIONS__ 12421298544Smrg#endif 12521298544Smrg 12621298544Smrg 127602e473dSmrg/* Version number of package */ 128602e473dSmrg#undef VERSION 129602e473dSmrg 130602e473dSmrg/* XCB buffer queue size */ 131602e473dSmrg#undef XCB_QUEUE_BUFFER_SIZE 13221298544Smrg 13321298544Smrg/* Define to 1 if on MINIX. */ 13421298544Smrg#undef _MINIX 13521298544Smrg 13621298544Smrg/* Define to 2 if the system does not provide POSIX.1 features except with 13721298544Smrg this defined. */ 13821298544Smrg#undef _POSIX_1_SOURCE 13921298544Smrg 14021298544Smrg/* Define to 1 if you need to in order for `stat' and other things to work. */ 14121298544Smrg#undef _POSIX_SOURCE 1421016ad83Smrg 1431016ad83Smrg/* Defined if needed to expose struct msghdr.msg_control */ 1441016ad83Smrg#undef _XOPEN_SOURCE 145