Apache Portable Runtime Utility Library
apu_config.h
1/* include/private/apu_config.h. Generated from apu_config.h.in by configure. */
2/* include/private/apu_config.h.in. Generated from configure.in by autoheader. */
3
4/* Define if the system crypt() function is threadsafe */
5/* #undef APU_CRYPT_THREADSAFE */
6
7/* Define to 1 if modular components are built as DSOs */
8#define APU_DSO_BUILD 1
9
10/* Define to be absolute path to DSO directory */
11#define APU_DSO_LIBDIR "/usr/lib/x86_64-linux-gnu/apr-util-1"
12
13/* Define if the inbuf parm to iconv() is const char ** */
14/* #undef APU_ICONV_INBUF_CONST */
15
16/* Define that OpenSSL uses const buffers */
17/* #undef CRYPTO_OPENSSL_CONST_BUFFERS */
18
19/* Define if crypt_r has uses CRYPTD */
20/* #undef CRYPT_R_CRYPTD */
21
22/* Define if crypt_r uses struct crypt_data */
23#define CRYPT_R_STRUCT_CRYPT_DATA 1
24
25/* Define if CODESET is defined in langinfo.h */
26#define HAVE_CODESET 1
27
28/* Define to 1 if you have the <CommonCrypto/CommonKeyDerivation.h> header
29 file. */
30/* #undef HAVE_COMMONCRYPTO_COMMONKEYDERIVATION_H */
31
32/* Define to 1 if you have the `crypt_r' function. */
33#define HAVE_CRYPT_R 1
34
35/* Define to 1 if you have the declaration of `EVP_PKEY_CTX_new', and to 0 if
36 you don't. */
37#define HAVE_DECL_EVP_PKEY_CTX_NEW 1
38
39/* Define to 1 if you have the <errmsg.h> header file. */
40#define HAVE_ERRMSG_H 1
41
42/* Define if expat.h is available */
43#define HAVE_EXPAT_H 1
44
45/* Define if explicit_bzero function is supported */
46#define HAVE_EXPLICIT_BZERO 1
47
48/* Define to 1 if you have the <iconv.h> header file. */
49#define HAVE_ICONV_H 1
50
51/* Define to 1 if you have the <inttypes.h> header file. */
52#define HAVE_INTTYPES_H 1
53
54/* Define to 1 if you have the <langinfo.h> header file. */
55#define HAVE_LANGINFO_H 1
56
57/* Define to 1 if you have the <lber.h> header file. */
58#define HAVE_LBER_H 1
59
60/* Defined if ldap.h is present */
61#define HAVE_LDAP_H 1
62
63/* Define to 1 if you have the <ldap_ssl.h> header file. */
64/* #undef HAVE_LDAP_SSL_H */
65
66/* Define to 1 if you have the <libpq-fe.h> header file. */
67#define HAVE_LIBPQ_FE_H 1
68
69/* Define if memset_s function is supported */
70/* #undef HAVE_MEMSET_S */
71
72/* Define to 1 if you have the <mysql/errmsg.h> header file. */
73/* #undef HAVE_MYSQL_ERRMSG_H */
74
75/* Define to 1 if you have the <mysql.h> header file. */
76#define HAVE_MYSQL_H 1
77
78/* Define to 1 if you have the <mysql/mysql.h> header file. */
79/* #undef HAVE_MYSQL_MYSQL_H */
80
81/* Define to 1 if you have the <mysql/my_global.h> header file. */
82/* #undef HAVE_MYSQL_MY_GLOBAL_H */
83
84/* Define to 1 if you have the <mysql/my_sys.h> header file. */
85/* #undef HAVE_MYSQL_MY_SYS_H */
86
87/* Define to 1 if you have the <my_global.h> header file. */
88/* #undef HAVE_MY_GLOBAL_H */
89
90/* Define to 1 if you have the <my_sys.h> header file. */
91/* #undef HAVE_MY_SYS_H */
92
93/* Define to 1 if you have the `nl_langinfo' function. */
94#define HAVE_NL_LANGINFO 1
95
96/* Define to 1 if you have the <nss.h> header file. */
97/* #undef HAVE_NSS_H */
98
99/* Define to 1 if you have the <nss/nss.h> header file. */
100/* #undef HAVE_NSS_NSS_H */
101
102/* Define to 1 if you have the <nss/pk11pub.h> header file. */
103/* #undef HAVE_NSS_PK11PUB_H */
104
105/* Define to 1 if you have the <oci.h> header file. */
106/* #undef HAVE_OCI_H */
107
108/* Define to 1 if you have the <odbc/sql.h> header file. */
109/* #undef HAVE_ODBC_SQL_H */
110
111/* Define to 1 if you have the <openssl/x509.h> header file. */
112#define HAVE_OPENSSL_X509_H 1
113
114/* Define to 1 if you have the <pk11pub.h> header file. */
115/* #undef HAVE_PK11PUB_H */
116
117/* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */
118/* #undef HAVE_POSTGRESQL_LIBPQ_FE_H */
119
120/* Define to 1 if you have the <prerror.h> header file. */
121/* #undef HAVE_PRERROR_H */
122
123/* Define to 1 if you have the <sqlite3.h> header file. */
124#define HAVE_SQLITE3_H 1
125
126/* Define to 1 if you have the <sqlite.h> header file. */
127/* #undef HAVE_SQLITE_H */
128
129/* Define to 1 if you have the <sql.h> header file. */
130#define HAVE_SQL_H 1
131
132/* Define to 1 if you have the <stdint.h> header file. */
133#define HAVE_STDINT_H 1
134
135/* Define to 1 if you have the <stdio.h> header file. */
136#define HAVE_STDIO_H 1
137
138/* Define to 1 if you have the <stdlib.h> header file. */
139#define HAVE_STDLIB_H 1
140
141/* Define to 1 if you have the <strings.h> header file. */
142#define HAVE_STRINGS_H 1
143
144/* Define to 1 if you have the <string.h> header file. */
145#define HAVE_STRING_H 1
146
147/* Define to 1 if you have the <sys/stat.h> header file. */
148#define HAVE_SYS_STAT_H 1
149
150/* Define to 1 if you have the <sys/types.h> header file. */
151#define HAVE_SYS_TYPES_H 1
152
153/* Define to 1 if you have the <unistd.h> header file. */
154#define HAVE_UNISTD_H 1
155
156/* Define if compiler handles weak symbols */
157#define HAVE_WEAK_SYMBOLS 1
158
159/* Define if xmlparse/xmlparse.h is available */
160/* #undef HAVE_XMLPARSE_XMLPARSE_H */
161
162/* Define if xmltok/xmlparse.h is available */
163/* #undef HAVE_XMLTOK_XMLPARSE_H */
164
165/* Define if xml/xmlparse.h is available */
166/* #undef HAVE_XML_XMLPARSE_H */
167
168/* Define if ldap_set_rebind_proc takes three arguments */
169#define LDAP_SET_REBIND_PROC_THREE 1
170
171/* Define to the address where bug reports for this package should be sent. */
172#define PACKAGE_BUGREPORT ""
173
174/* Define to the full name of this package. */
175#define PACKAGE_NAME ""
176
177/* Define to the full name and version of this package. */
178#define PACKAGE_STRING ""
179
180/* Define to the one symbol short name of this package. */
181#define PACKAGE_TARNAME ""
182
183/* Define to the home page for this package. */
184#define PACKAGE_URL ""
185
186/* Define to the version of this package. */
187#define PACKAGE_VERSION ""
188
189/* Define to 1 if all of the C90 standard headers exist (not just the ones
190 required in a freestanding environment). This macro is provided for
191 backward compatibility; new code need not use it. */
192#define STDC_HEADERS 1