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