etc/protocols - sync with NetBSD-8
[minix.git] / external / mit / xorg / lib / libxcb / files / config.h
blobc411e72227f9f58ca98d8e52916644afe31e8c59
1 /* src/config.h. Generated from config.h.in by configure. */
2 /* src/config.h.in. Generated from configure.ac by autoheader. */
4 /* Defined if GCC supports the visibility feature */
5 #define GCC_HAS_VISIBILITY /**/
7 /* Has Wraphelp.c needed for XDM AUTH protocols */
8 #define HASXDMAUTH 1
10 /* Define if your platform supports abstract sockets */
11 /* #undef HAVE_ABSTRACT_SOCKETS */
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
16 /* getaddrinfo() function is available */
17 #define HAVE_GETADDRINFO 1
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #define HAVE_INTTYPES_H 1
22 /* Define to 1 if you have the `is_system_labeled' function. */
23 /* #undef HAVE_IS_SYSTEM_LABELED */
25 /* launchd support available */
26 /* #undef HAVE_LAUNCHD */
28 /* Define to 1 if you have the <memory.h> header file. */
29 #define HAVE_MEMORY_H 1
31 #if !defined(__minix)
32 /* Define if your platform supports sendmsg */
33 #define HAVE_SENDMSG 1
34 #endif /* !defined(__minix) */
36 /* Have the sockaddr_un.sun_len member. */
37 #define HAVE_SOCKADDR_SUN_LEN 1
39 /* Define to 1 if you have the <stdint.h> header file. */
40 #define HAVE_STDINT_H 1
42 /* Define to 1 if you have the <stdlib.h> header file. */
43 #define HAVE_STDLIB_H 1
45 /* Define to 1 if you have the <strings.h> header file. */
46 #define HAVE_STRINGS_H 1
48 /* Define to 1 if you have the <string.h> header file. */
49 #define HAVE_STRING_H 1
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #define HAVE_SYS_STAT_H 1
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #define HAVE_SYS_TYPES_H 1
57 /* Define to 1 if you have the <tsol/label.h> header file. */
58 /* #undef HAVE_TSOL_LABEL_H */
60 /* Define to 1 if you have the <unistd.h> header file. */
61 #define HAVE_UNISTD_H 1
63 /* Define if not provided by <limits.h> */
64 /* #undef IOV_MAX */
66 /* Define to the sub-directory in which libtool stores uninstalled libraries.
68 #define LT_OBJDIR ".libs/"
70 /* Name of package */
71 #define PACKAGE "libxcb"
73 /* Define to the address where bug reports for this package should be sent. */
74 #define PACKAGE_BUGREPORT "xcb@lists.freedesktop.org"
76 /* Define to the full name of this package. */
77 #define PACKAGE_NAME "libxcb"
79 /* Define to the full name and version of this package. */
80 #define PACKAGE_STRING "libxcb 1.10"
82 /* Define to the one symbol short name of this package. */
83 #define PACKAGE_TARNAME "libxcb"
85 /* Define to the home page for this package. */
86 #define PACKAGE_URL ""
88 /* Define to the version of this package. */
89 #define PACKAGE_VERSION "1.10"
91 /* Define to 1 if you have the ANSI C header files. */
92 #define STDC_HEADERS 1
94 #if !defined(__minix)
95 /* poll() function is available */
96 #define USE_POLL 1
97 #endif /* !defined(__minix) */
99 /* Enable extensions on AIX 3, Interix. */
100 #ifndef _ALL_SOURCE
101 # define _ALL_SOURCE 1
102 #endif
103 /* Enable GNU extensions on systems that have them. */
104 #ifndef _GNU_SOURCE
105 # define _GNU_SOURCE 1
106 #endif
107 /* Enable threading extensions on Solaris. */
108 #ifndef _POSIX_PTHREAD_SEMANTICS
109 # define _POSIX_PTHREAD_SEMANTICS 1
110 #endif
111 /* Enable extensions on HP NonStop. */
112 #ifndef _TANDEM_SOURCE
113 # define _TANDEM_SOURCE 1
114 #endif
115 /* Enable general extensions on Solaris. */
116 #ifndef __EXTENSIONS__
117 # define __EXTENSIONS__ 1
118 #endif
121 /* Version number of package */
122 #define VERSION "1.10"
124 /* XCB buffer queue size */
125 #define XCB_QUEUE_BUFFER_SIZE 16384
127 /* Define to 1 if on MINIX. */
128 /* #undef _MINIX */
130 /* Define to 2 if the system does not provide POSIX.1 features except with
131 this defined. */
132 /* #undef _POSIX_1_SOURCE */
134 /* Define to 1 if you need to in order for `stat' and other things to work. */
135 /* #undef _POSIX_SOURCE */
137 /* Defined if needed to expose struct msghdr.msg_control */
138 /* #undef _XOPEN_SOURCE */