Skip to content

Commit 77d89a0

Browse files
authored
Create config.h.unix
1 parent 687d362 commit 77d89a0

File tree

1 file changed

+130
-0
lines changed

1 file changed

+130
-0
lines changed

config.h.unix

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
/* config.h.unix. Generated from config.h.unix.in by configure. */
2+
/* config.h.unix.in. Generated from configure.ac by autoheader. */
3+
4+
/* Define to 1 if you have the <arpa/nameser.h> header file. */
5+
#define HAVE_ARPA_NAMESER_H 1
6+
7+
/* Define to 1 if you have the <dlfcn.h> header file. */
8+
#define HAVE_DLFCN_H 1
9+
10+
/* Define to 1 if you have the `dn_skipname' function. */
11+
#define HAVE_DN_SKIPNAME 1
12+
13+
/* Define to 1 if you have the <errno.h> header file. */
14+
#define HAVE_ERRNO_H 1
15+
16+
/* Define to 1 if GCC atomic builtins are available */
17+
/* #undef HAVE_GCC_ATOMIC_BUILTINS */
18+
19+
/* Define to 1 if you have the `getaddrinfo' function. */
20+
/* #undef HAVE_GETADDRINFO */
21+
22+
/* Define to 1 if you want TLS support (GnuTLS). Undefine HAVE_OPENSSL. */
23+
/* #undef HAVE_GNUTLS */
24+
25+
/* Define to 1 if you have GnuTLS 2.12.0 or above. */
26+
/* #undef HAVE_GNUTLS_SESSION_CHANNEL_BINDING */
27+
28+
/* Define to 1 if you have the <inttypes.h> header file. */
29+
#define HAVE_INTTYPES_H 1
30+
31+
/* Define to 1 if you have the `bind' library (-lbind). */
32+
/* #undef HAVE_LIBBIND */
33+
34+
/* Define to 1 if you want IDN support. */
35+
/* #undef HAVE_LIBIDN */
36+
37+
/* Define to 1 if you have the `resolv' library (-lresolv). */
38+
/* #undef HAVE_LIBRESOLV */
39+
40+
/* Define to 1 if you have the `socket' library (-lsocket). */
41+
/* #undef HAVE_LIBSOCKET */
42+
43+
/* enable mdns support */
44+
/* #undef HAVE_MDNS */
45+
46+
/* Define to 1 if you have the <memory.h> header file. */
47+
#define HAVE_MEMORY_H 1
48+
49+
/* Define to 1 if you want TLS support (OpenSSL). Undefine HAVE_GNUTLS. */
50+
/* #undef HAVE_OPENSSL */
51+
52+
/* Define if you have POSIX threads libraries and header files. */
53+
#define HAVE_PTHREAD 1
54+
55+
/* Define to 1 if you have the `res_query' function. */
56+
#define HAVE_RES_QUERY 1
57+
58+
/* Define to 1 if you have the `res_querydomain' function. */
59+
#define HAVE_RES_QUERYDOMAIN 1
60+
61+
/* Define to 1 if you have the `setsockopt' function. */
62+
#define HAVE_SETSOCKOPT 1
63+
64+
/* Define to 1 if you have the <stdint.h> header file. */
65+
#define HAVE_STDINT_H 1
66+
67+
/* Define to 1 if you have the <stdlib.h> header file. */
68+
#define HAVE_STDLIB_H 1
69+
70+
/* Define to 1 if you have the <strings.h> header file. */
71+
#define HAVE_STRINGS_H 1
72+
73+
/* Define to 1 if you have the <string.h> header file. */
74+
#define HAVE_STRING_H 1
75+
76+
/* Define to 1 if you have the <sys/stat.h> header file. */
77+
#define HAVE_SYS_STAT_H 1
78+
79+
/* Define to 1 if you have the <sys/types.h> header file. */
80+
#define HAVE_SYS_TYPES_H 1
81+
82+
/* Define to 1 if you have the <unistd.h> header file. */
83+
#define HAVE_UNISTD_H 1
84+
85+
/* Define to 1 if you want Stream Compression support. */
86+
#define HAVE_ZLIB 1
87+
88+
/* Define to the sub-directory in which libtool stores uninstalled libraries.
89+
*/
90+
#define LT_OBJDIR ".libs/"
91+
92+
/* Name of package */
93+
#define PACKAGE "gloox"
94+
95+
/* Define to the address where bug reports for this package should be sent. */
96+
#define PACKAGE_BUGREPORT "[email protected]"
97+
98+
/* Define to the full name of this package. */
99+
#define PACKAGE_NAME "gloox"
100+
101+
/* Define to the full name and version of this package. */
102+
#define PACKAGE_STRING "gloox 1.0.20"
103+
104+
/* Define to the one symbol short name of this package. */
105+
#define PACKAGE_TARNAME "gloox"
106+
107+
/* Define to the home page for this package. */
108+
#define PACKAGE_URL ""
109+
110+
/* Define to the version of this package. */
111+
#define PACKAGE_VERSION "1.0.20"
112+
113+
/* Define to necessary symbol if this constant uses a non-standard name on
114+
your system. */
115+
/* #undef PTHREAD_CREATE_JOINABLE */
116+
117+
/* Define to 1 if you have the ANSI C header files. */
118+
#define STDC_HEADERS 1
119+
120+
/* Version number of package */
121+
#define VERSION "1.0.20"
122+
123+
/* Define to empty if `const' does not conform to ANSI C. */
124+
/* #undef const */
125+
126+
/* Define to `__inline__' or `__inline' if that's what the C compiler
127+
calls it, or to nothing if 'inline' is not supported under any name. */
128+
#ifndef __cplusplus
129+
/* #undef inline */
130+
#endif

0 commit comments

Comments
 (0)