xref: /minix/external/mit/xorg/lib/libxcb/files/config.h (revision fb4fbf7a)
1 /* src/config.h.  Generated from config.h.in by configure.  */
2 /* src/config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Defined if GCC supports the visibility feature */
5 #define GCC_HAS_VISIBILITY /**/
6 
7 /* Has Wraphelp.c needed for XDM AUTH protocols */
8 #define HASXDMAUTH 1
9 
10 /* Define if your platform supports abstract sockets */
11 /* #undef HAVE_ABSTRACT_SOCKETS */
12 
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
15 
16 /* getaddrinfo() function is available */
17 #define HAVE_GETADDRINFO 1
18 
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #define HAVE_INTTYPES_H 1
21 
22 /* Define to 1 if you have the `is_system_labeled' function. */
23 /* #undef HAVE_IS_SYSTEM_LABELED */
24 
25 /* launchd support available */
26 /* #undef HAVE_LAUNCHD */
27 
28 /* Define to 1 if you have the <memory.h> header file. */
29 #define HAVE_MEMORY_H 1
30 
31 #if !defined(__minix)
32 /* Define if your platform supports sendmsg */
33 #define HAVE_SENDMSG 1
34 #endif /* !defined(__minix) */
35 
36 /* Have the sockaddr_un.sun_len member. */
37 #define HAVE_SOCKADDR_SUN_LEN 1
38 
39 /* Define to 1 if you have the <stdint.h> header file. */
40 #define HAVE_STDINT_H 1
41 
42 /* Define to 1 if you have the <stdlib.h> header file. */
43 #define HAVE_STDLIB_H 1
44 
45 /* Define to 1 if you have the <strings.h> header file. */
46 #define HAVE_STRINGS_H 1
47 
48 /* Define to 1 if you have the <string.h> header file. */
49 #define HAVE_STRING_H 1
50 
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #define HAVE_SYS_STAT_H 1
53 
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #define HAVE_SYS_TYPES_H 1
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 #define HAVE_UNISTD_H 1
62 
63 /* Define if not provided by <limits.h> */
64 /* #undef IOV_MAX */
65 
66 /* Define to the sub-directory in which libtool stores uninstalled libraries.
67    */
68 #define LT_OBJDIR ".libs/"
69 
70 /* Name of package */
71 #define PACKAGE "libxcb"
72 
73 /* Define to the address where bug reports for this package should be sent. */
74 #define PACKAGE_BUGREPORT "xcb@lists.freedesktop.org"
75 
76 /* Define to the full name of this package. */
77 #define PACKAGE_NAME "libxcb"
78 
79 /* Define to the full name and version of this package. */
80 #define PACKAGE_STRING "libxcb 1.10"
81 
82 /* Define to the one symbol short name of this package. */
83 #define PACKAGE_TARNAME "libxcb"
84 
85 /* Define to the home page for this package. */
86 #define PACKAGE_URL ""
87 
88 /* Define to the version of this package. */
89 #define PACKAGE_VERSION "1.10"
90 
91 /* Define to 1 if you have the ANSI C header files. */
92 #define STDC_HEADERS 1
93 
94 #if !defined(__minix)
95 /* poll() function is available */
96 #define USE_POLL 1
97 #endif /* !defined(__minix) */
98 
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
119 
120 
121 /* Version number of package */
122 #define VERSION "1.10"
123 
124 /* XCB buffer queue size */
125 #define XCB_QUEUE_BUFFER_SIZE 16384
126 
127 /* Define to 1 if on MINIX. */
128 /* #undef _MINIX */
129 
130 /* Define to 2 if the system does not provide POSIX.1 features except with
131    this defined. */
132 /* #undef _POSIX_1_SOURCE */
133 
134 /* Define to 1 if you need to in order for `stat' and other things to work. */
135 /* #undef _POSIX_SOURCE */
136 
137 /* Defined if needed to expose struct msghdr.msg_control */
138 /* #undef _XOPEN_SOURCE */
139