1971bb1a5SLionel Sambuc /* src/config.h. Generated from config.h.in by configure. */ 2971bb1a5SLionel Sambuc /* src/config.h.in. Generated from configure.ac by autoheader. */ 3971bb1a5SLionel Sambuc 4971bb1a5SLionel Sambuc /* Defined if GCC supports the visibility feature */ 5971bb1a5SLionel Sambuc #define GCC_HAS_VISIBILITY /**/ 6971bb1a5SLionel Sambuc 7971bb1a5SLionel Sambuc /* Has Wraphelp.c needed for XDM AUTH protocols */ 8971bb1a5SLionel Sambuc #define HASXDMAUTH 1 9971bb1a5SLionel Sambuc 10971bb1a5SLionel Sambuc /* Define if your platform supports abstract sockets */ 11971bb1a5SLionel Sambuc /* #undef HAVE_ABSTRACT_SOCKETS */ 12971bb1a5SLionel Sambuc 13971bb1a5SLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */ 14971bb1a5SLionel Sambuc #define HAVE_DLFCN_H 1 15971bb1a5SLionel Sambuc 16971bb1a5SLionel Sambuc /* getaddrinfo() function is available */ 17971bb1a5SLionel Sambuc #define HAVE_GETADDRINFO 1 18971bb1a5SLionel Sambuc 19971bb1a5SLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */ 20971bb1a5SLionel Sambuc #define HAVE_INTTYPES_H 1 21971bb1a5SLionel Sambuc 22971bb1a5SLionel Sambuc /* Define to 1 if you have the `is_system_labeled' function. */ 23971bb1a5SLionel Sambuc /* #undef HAVE_IS_SYSTEM_LABELED */ 24971bb1a5SLionel Sambuc 25971bb1a5SLionel Sambuc /* launchd support available */ 26971bb1a5SLionel Sambuc /* #undef HAVE_LAUNCHD */ 27971bb1a5SLionel Sambuc 28971bb1a5SLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */ 29971bb1a5SLionel Sambuc #define HAVE_MEMORY_H 1 30971bb1a5SLionel Sambuc 31*fb4fbf7aSLionel Sambuc #if !defined(__minix) 320a6a1f1dSLionel Sambuc /* Define if your platform supports sendmsg */ 330a6a1f1dSLionel Sambuc #define HAVE_SENDMSG 1 34*fb4fbf7aSLionel Sambuc #endif /* !defined(__minix) */ 350a6a1f1dSLionel Sambuc 36971bb1a5SLionel Sambuc /* Have the sockaddr_un.sun_len member. */ 37971bb1a5SLionel Sambuc #define HAVE_SOCKADDR_SUN_LEN 1 38971bb1a5SLionel Sambuc 39971bb1a5SLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */ 40971bb1a5SLionel Sambuc #define HAVE_STDINT_H 1 41971bb1a5SLionel Sambuc 42971bb1a5SLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */ 43971bb1a5SLionel Sambuc #define HAVE_STDLIB_H 1 44971bb1a5SLionel Sambuc 45971bb1a5SLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */ 46971bb1a5SLionel Sambuc #define HAVE_STRINGS_H 1 47971bb1a5SLionel Sambuc 48971bb1a5SLionel Sambuc /* Define to 1 if you have the <string.h> header file. */ 49971bb1a5SLionel Sambuc #define HAVE_STRING_H 1 50971bb1a5SLionel Sambuc 51971bb1a5SLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */ 52971bb1a5SLionel Sambuc #define HAVE_SYS_STAT_H 1 53971bb1a5SLionel Sambuc 54971bb1a5SLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */ 55971bb1a5SLionel Sambuc #define HAVE_SYS_TYPES_H 1 56971bb1a5SLionel Sambuc 57971bb1a5SLionel Sambuc /* Define to 1 if you have the <tsol/label.h> header file. */ 58971bb1a5SLionel Sambuc /* #undef HAVE_TSOL_LABEL_H */ 59971bb1a5SLionel Sambuc 60971bb1a5SLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */ 61971bb1a5SLionel Sambuc #define HAVE_UNISTD_H 1 62971bb1a5SLionel Sambuc 63971bb1a5SLionel Sambuc /* Define if not provided by <limits.h> */ 64971bb1a5SLionel Sambuc /* #undef IOV_MAX */ 65971bb1a5SLionel Sambuc 66971bb1a5SLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries. 67971bb1a5SLionel Sambuc */ 68971bb1a5SLionel Sambuc #define LT_OBJDIR ".libs/" 69971bb1a5SLionel Sambuc 70971bb1a5SLionel Sambuc /* Name of package */ 71971bb1a5SLionel Sambuc #define PACKAGE "libxcb" 72971bb1a5SLionel Sambuc 73971bb1a5SLionel Sambuc /* Define to the address where bug reports for this package should be sent. */ 74971bb1a5SLionel Sambuc #define PACKAGE_BUGREPORT "xcb@lists.freedesktop.org" 75971bb1a5SLionel Sambuc 76971bb1a5SLionel Sambuc /* Define to the full name of this package. */ 77971bb1a5SLionel Sambuc #define PACKAGE_NAME "libxcb" 78971bb1a5SLionel Sambuc 79971bb1a5SLionel Sambuc /* Define to the full name and version of this package. */ 800a6a1f1dSLionel Sambuc #define PACKAGE_STRING "libxcb 1.10" 81971bb1a5SLionel Sambuc 82971bb1a5SLionel Sambuc /* Define to the one symbol short name of this package. */ 83971bb1a5SLionel Sambuc #define PACKAGE_TARNAME "libxcb" 84971bb1a5SLionel Sambuc 85971bb1a5SLionel Sambuc /* Define to the home page for this package. */ 86971bb1a5SLionel Sambuc #define PACKAGE_URL "" 87971bb1a5SLionel Sambuc 88971bb1a5SLionel Sambuc /* Define to the version of this package. */ 890a6a1f1dSLionel Sambuc #define PACKAGE_VERSION "1.10" 90971bb1a5SLionel Sambuc 91971bb1a5SLionel Sambuc /* Define to 1 if you have the ANSI C header files. */ 92971bb1a5SLionel Sambuc #define STDC_HEADERS 1 93971bb1a5SLionel Sambuc 94971bb1a5SLionel Sambuc #if !defined(__minix) 95971bb1a5SLionel Sambuc /* poll() function is available */ 96971bb1a5SLionel Sambuc #define USE_POLL 1 97971bb1a5SLionel Sambuc #endif /* !defined(__minix) */ 98971bb1a5SLionel Sambuc 99971bb1a5SLionel Sambuc /* Enable extensions on AIX 3, Interix. */ 100971bb1a5SLionel Sambuc #ifndef _ALL_SOURCE 101971bb1a5SLionel Sambuc # define _ALL_SOURCE 1 102971bb1a5SLionel Sambuc #endif 103971bb1a5SLionel Sambuc /* Enable GNU extensions on systems that have them. */ 104971bb1a5SLionel Sambuc #ifndef _GNU_SOURCE 105971bb1a5SLionel Sambuc # define _GNU_SOURCE 1 106971bb1a5SLionel Sambuc #endif 107971bb1a5SLionel Sambuc /* Enable threading extensions on Solaris. */ 108971bb1a5SLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS 109971bb1a5SLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1 110971bb1a5SLionel Sambuc #endif 111971bb1a5SLionel Sambuc /* Enable extensions on HP NonStop. */ 112971bb1a5SLionel Sambuc #ifndef _TANDEM_SOURCE 113971bb1a5SLionel Sambuc # define _TANDEM_SOURCE 1 114971bb1a5SLionel Sambuc #endif 115971bb1a5SLionel Sambuc /* Enable general extensions on Solaris. */ 116971bb1a5SLionel Sambuc #ifndef __EXTENSIONS__ 117971bb1a5SLionel Sambuc # define __EXTENSIONS__ 1 118971bb1a5SLionel Sambuc #endif 119971bb1a5SLionel Sambuc 120971bb1a5SLionel Sambuc 121971bb1a5SLionel Sambuc /* Version number of package */ 1220a6a1f1dSLionel Sambuc #define VERSION "1.10" 123971bb1a5SLionel Sambuc 124971bb1a5SLionel Sambuc /* XCB buffer queue size */ 125971bb1a5SLionel Sambuc #define XCB_QUEUE_BUFFER_SIZE 16384 126971bb1a5SLionel Sambuc 127971bb1a5SLionel Sambuc /* Define to 1 if on MINIX. */ 128971bb1a5SLionel Sambuc /* #undef _MINIX */ 129971bb1a5SLionel Sambuc 130971bb1a5SLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with 131971bb1a5SLionel Sambuc this defined. */ 132971bb1a5SLionel Sambuc /* #undef _POSIX_1_SOURCE */ 133971bb1a5SLionel Sambuc 134971bb1a5SLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */ 135971bb1a5SLionel Sambuc /* #undef _POSIX_SOURCE */ 1360a6a1f1dSLionel Sambuc 1370a6a1f1dSLionel Sambuc /* Defined if needed to expose struct msghdr.msg_control */ 1380a6a1f1dSLionel Sambuc /* #undef _XOPEN_SOURCE */ 139