config.h.in revision 602e473d
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
15602e473dSmrg/* Define to 1 if you have the <inttypes.h> header file. */
16602e473dSmrg#undef HAVE_INTTYPES_H
17602e473dSmrg
18602e473dSmrg/* launchd support available */
19602e473dSmrg#undef HAVE_LAUNCHD
20602e473dSmrg
21602e473dSmrg/* Define to 1 if you have the <memory.h> header file. */
22602e473dSmrg#undef HAVE_MEMORY_H
23602e473dSmrg
24602e473dSmrg/* Have the sockaddr_un.sun_len member. */
25602e473dSmrg#undef HAVE_SOCKADDR_SUN_LEN
26602e473dSmrg
27602e473dSmrg/* Define to 1 if you have the <stdint.h> header file. */
28602e473dSmrg#undef HAVE_STDINT_H
29602e473dSmrg
30602e473dSmrg/* Define to 1 if you have the <stdlib.h> header file. */
31602e473dSmrg#undef HAVE_STDLIB_H
32602e473dSmrg
33602e473dSmrg/* Define to 1 if you have the <strings.h> header file. */
34602e473dSmrg#undef HAVE_STRINGS_H
35602e473dSmrg
36602e473dSmrg/* Define to 1 if you have the <string.h> header file. */
37602e473dSmrg#undef HAVE_STRING_H
38602e473dSmrg
39602e473dSmrg/* Define to 1 if you have the <sys/stat.h> header file. */
40602e473dSmrg#undef HAVE_SYS_STAT_H
41602e473dSmrg
42602e473dSmrg/* Define to 1 if you have the <sys/types.h> header file. */
43602e473dSmrg#undef HAVE_SYS_TYPES_H
44602e473dSmrg
45602e473dSmrg/* Define to 1 if you have the <unistd.h> header file. */
46602e473dSmrg#undef HAVE_UNISTD_H
47602e473dSmrg
48602e473dSmrg/* Define to the sub-directory in which libtool stores uninstalled libraries.
49602e473dSmrg   */
50602e473dSmrg#undef LT_OBJDIR
51602e473dSmrg
52602e473dSmrg/* Name of package */
53602e473dSmrg#undef PACKAGE
54602e473dSmrg
55602e473dSmrg/* Define to the address where bug reports for this package should be sent. */
56602e473dSmrg#undef PACKAGE_BUGREPORT
57602e473dSmrg
58602e473dSmrg/* Define to the full name of this package. */
59602e473dSmrg#undef PACKAGE_NAME
60602e473dSmrg
61602e473dSmrg/* Define to the full name and version of this package. */
62602e473dSmrg#undef PACKAGE_STRING
63602e473dSmrg
64602e473dSmrg/* Define to the one symbol short name of this package. */
65602e473dSmrg#undef PACKAGE_TARNAME
66602e473dSmrg
67602e473dSmrg/* Define to the home page for this package. */
68602e473dSmrg#undef PACKAGE_URL
69602e473dSmrg
70602e473dSmrg/* Define to the version of this package. */
71602e473dSmrg#undef PACKAGE_VERSION
72602e473dSmrg
73602e473dSmrg/* Define to 1 if you have the ANSI C header files. */
74602e473dSmrg#undef STDC_HEADERS
75602e473dSmrg
76602e473dSmrg/* poll() function is available */
77602e473dSmrg#undef USE_POLL
78602e473dSmrg
79602e473dSmrg/* Version number of package */
80602e473dSmrg#undef VERSION
81602e473dSmrg
82602e473dSmrg/* XCB buffer queue size */
83602e473dSmrg#undef XCB_QUEUE_BUFFER_SIZE
84