Apache Portable Runtime Utility Library
Loading...
Searching...
No Matches
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/powerpc64le-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
#define CRYPTO_OPENSSL_CONST_BUFFERS 1
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 <errmsg.h> header file. */
36
#define HAVE_ERRMSG_H 1
37
38
/* Define if expat.h is available */
39
#define HAVE_EXPAT_H 1
40
41
/* Define if explicit_bzero function is supported */
42
#define HAVE_EXPLICIT_BZERO 1
43
44
/* Define to 1 if you have the <iconv.h> header file. */
45
#define HAVE_ICONV_H 1
46
47
/* Define to 1 if you have the <inttypes.h> header file. */
48
#define HAVE_INTTYPES_H 1
49
50
/* Define to 1 if you have the <langinfo.h> header file. */
51
#define HAVE_LANGINFO_H 1
52
53
/* Define to 1 if you have the <lber.h> header file. */
54
#define HAVE_LBER_H 1
55
56
/* Defined if ldap.h is present */
57
#define HAVE_LDAP_H 1
58
59
/* Define to 1 if you have the <ldap_ssl.h> header file. */
60
/* #undef HAVE_LDAP_SSL_H */
61
62
/* Define to 1 if you have the 'crypto' library (-lcrypto). */
63
#define HAVE_LIBCRYPTO 1
64
65
/* Define to 1 if you have the <libpq-fe.h> header file. */
66
#define HAVE_LIBPQ_FE_H 1
67
68
/* Define if memset_s function is supported */
69
/* #undef HAVE_MEMSET_S */
70
71
/* Define to 1 if you have the <mysql/errmsg.h> header file. */
72
/* #undef HAVE_MYSQL_ERRMSG_H */
73
74
/* Define to 1 if you have the <mysql.h> header file. */
75
#define HAVE_MYSQL_H 1
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_init_crypto' function. */
111
#define HAVE_OPENSSL_INIT_CRYPTO 1
112
113
/* Define to 1 if you have the <openssl/x509.h> header file. */
114
#define HAVE_OPENSSL_X509_H 1
115
116
/* Define to 1 if you have the <pk11pub.h> header file. */
117
/* #undef HAVE_PK11PUB_H */
118
119
/* Define to 1 if you have the <postgresql/libpq-fe.h> header file. */
120
/* #undef HAVE_POSTGRESQL_LIBPQ_FE_H */
121
122
/* Define to 1 if you have the <prerror.h> header file. */
123
/* #undef HAVE_PRERROR_H */
124
125
/* Define to 1 if you have the <sqlite3.h> header file. */
126
#define HAVE_SQLITE3_H 1
127
128
/* Define to 1 if you have the <sqlite.h> header file. */
129
/* #undef HAVE_SQLITE_H */
130
131
/* Define to 1 if you have the <sql.h> header file. */
132
#define HAVE_SQL_H 1
133
134
/* Define to 1 if you have the <stdint.h> header file. */
135
#define HAVE_STDINT_H 1
136
137
/* Define to 1 if you have the <stdio.h> header file. */
138
#define HAVE_STDIO_H 1
139
140
/* Define to 1 if you have the <stdlib.h> header file. */
141
#define HAVE_STDLIB_H 1
142
143
/* Define to 1 if you have the <strings.h> header file. */
144
#define HAVE_STRINGS_H 1
145
146
/* Define to 1 if you have the <string.h> header file. */
147
#define HAVE_STRING_H 1
148
149
/* Define to 1 if you have the <sys/stat.h> header file. */
150
#define HAVE_SYS_STAT_H 1
151
152
/* Define to 1 if you have the <sys/types.h> header file. */
153
#define HAVE_SYS_TYPES_H 1
154
155
/* Define to 1 if you have the <unistd.h> header file. */
156
#define HAVE_UNISTD_H 1
157
158
/* Define if compiler handles weak symbols */
159
#define HAVE_WEAK_SYMBOLS 1
160
161
/* Define if xmlparse/xmlparse.h is available */
162
/* #undef HAVE_XMLPARSE_XMLPARSE_H */
163
164
/* Define if xmltok/xmlparse.h is available */
165
/* #undef HAVE_XMLTOK_XMLPARSE_H */
166
167
/* Define if xml/xmlparse.h is available */
168
/* #undef HAVE_XML_XMLPARSE_H */
169
170
/* Define if ldap_set_rebind_proc takes three arguments */
171
#define LDAP_SET_REBIND_PROC_THREE 1
172
173
/* Define to the address where bug reports for this package should be sent. */
174
#define PACKAGE_BUGREPORT ""
175
176
/* Define to the full name of this package. */
177
#define PACKAGE_NAME ""
178
179
/* Define to the full name and version of this package. */
180
#define PACKAGE_STRING ""
181
182
/* Define to the one symbol short name of this package. */
183
#define PACKAGE_TARNAME ""
184
185
/* Define to the home page for this package. */
186
#define PACKAGE_URL ""
187
188
/* Define to the version of this package. */
189
#define PACKAGE_VERSION ""
190
191
/* Define to 1 if all of the C89 standard headers exist (not just the ones
192
required in a freestanding environment). This macro is provided for
193
backward compatibility; new code need not use it. */
194
#define STDC_HEADERS 1
include
private
apu_config.h
Generated by
1.15.0