-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
config.h.in
265 lines (184 loc) · 7.11 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Copyright year */
#undef COPYRIGHT_YEAR
/* Define db-ip.com (MaxMindDB) database directory. */
#undef DBIP2_DB
/* Define if bundled GETOPT should be used */
#undef ENABLE_BUNDLED_GETOPT
/* Define if bundled MD5 should be used */
#undef ENABLE_BUNDLED_MD5
/* Define if libmd MD5 should be used */
#undef ENABLE_LIBMD_MD5
/* Define if OpenSSL EVP MD5 should be used */
#undef ENABLE_OPENSSL_EVP_MD5
/* Define if OpenSSL legacy MD5 should be used */
#undef ENABLE_OPENSSL_MD5
/* Define external database directory. */
#undef EXTERNAL_DB
/* Define GeoIP (MaxMindDB) database directory. */
#undef GEOIP2_DB
/* Define if Berkeley DB support is required. */
#undef HAVE_BERKELEY_DB_SUPPORT
/* Define to 1 if you have the declaration of 'API_VERSION', and to 0 if you
don't. */
#undef HAVE_DECL_API_VERSION
/* Define to 1 if you have the declaration of
'IP2Location_api_version_string', and to 0 if you don't. */
#undef HAVE_DECL_IP2LOCATION_API_VERSION_STRING
/* Define to 1 if you have the declaration of 'IP2Location_close', and to 0 if
you don't. */
#undef HAVE_DECL_IP2LOCATION_CLOSE
/* Define to 1 if you have the declaration of 'IP2Location_get_country_long',
and to 0 if you don't. */
#undef HAVE_DECL_IP2LOCATION_GET_COUNTRY_LONG
/* Define to 1 if you have the declaration of 'IP2Location_get_country_short',
and to 0 if you don't. */
#undef HAVE_DECL_IP2LOCATION_GET_COUNTRY_SHORT
/* Define to 1 if you have the declaration of 'MMDB_lib_version', and to 0 if
you don't. */
#undef HAVE_DECL_MMDB_LIB_VERSION
/* Define to 1 if you have the 'EVP_DigestFinal_ex' function. */
#undef HAVE_EVP_DIGESTFINAL_EX
/* Define to 1 if you have the 'EVP_DigestInit_ex' function. */
#undef HAVE_EVP_DIGESTINIT_EX
/* Define to 1 if you have the 'EVP_DigestUpdate' function. */
#undef HAVE_EVP_DIGESTUPDATE
/* Define to 1 if you have the 'EVP_md5' function. */
#undef HAVE_EVP_MD5
/* Define to 1 if you have the 'EVP_MD_CTX_free' function. */
#undef HAVE_EVP_MD_CTX_FREE
/* Define to 1 if you have the 'EVP_MD_CTX_init' function. */
#undef HAVE_EVP_MD_CTX_INIT
/* Define to 1 if you have the 'EVP_MD_CTX_new' function. */
#undef HAVE_EVP_MD_CTX_NEW
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the 'MD5Final' function. */
#undef HAVE_MD5FINAL
/* Define to 1 if you have the 'MD5Init' function. */
#undef HAVE_MD5INIT
/* Define to 1 if you have the 'MD5Update' function. */
#undef HAVE_MD5UPDATE
/* Define to 1 if you have the 'MD5_Final' function. */
#undef HAVE_MD5_FINAL
/* Define to 1 if you have the 'MD5_Init' function. */
#undef HAVE_MD5_INIT
/* Define to 1 if you have the 'MD5_Update' function. */
#undef HAVE_MD5_UPDATE
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define IP2Location database directory. */
#undef IP2LOCATION_DB
/* Define IP2Location dynamic library. */
#undef IP2LOCATION_DYN_LIB
/* IP2Location include file version. */
#undef IP2LOCATION_INCLUDE_VERSION
/* "API version Bugfix" */
#undef IPV6CALC_API_VERSION_BUGFIX
/* "API version Major" */
#undef IPV6CALC_API_VERSION_MAJOR
/* "API version Minor" */
#undef IPV6CALC_API_VERSION_MINOR
/* "API version numeric" */
#undef IPV6CALC_API_VERSION_NUMERIC
/* "API version as string" */
#undef IPV6CALC_API_VERSION_STRING
/* "Package version Bugfix" */
#undef IPV6CALC_PACKAGE_VERSION_BUGFIX
/* "Package version Major" */
#undef IPV6CALC_PACKAGE_VERSION_MAJOR
/* "Package version Minor" */
#undef IPV6CALC_PACKAGE_VERSION_MINOR
/* "Package version numeric" */
#undef IPV6CALC_PACKAGE_VERSION_NUMERIC
/* "Package version as string" */
#undef IPV6CALC_PACKAGE_VERSION_STRING
/* Define MaxMindDB database directory. */
#undef MMDB_DB
/* Define MaxMindDB dynamic library. */
#undef MMDB_DYN_LIB
/* MaxMindDB include file version. */
#undef MMDB_INCLUDE_VERSION
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define if you want ipv6calc binaries compiled with shared library
libipv6calc */
#undef SHARED_LIBRARY
/* Define to 1 if all of the C89 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Define if you want general BuiltIn database included. */
#undef SUPPORT_BUILTIN
/* Define if you want db-ip.com (MaxMindDB) support included. */
#undef SUPPORT_DBIP2
/* Define if you want AS-to-Registry database included. */
#undef SUPPORT_DB_AS_REG
/* Define if you want CC-to-Registry database included. */
#undef SUPPORT_DB_CC_REG
/* Define if you want IEEE database included. */
#undef SUPPORT_DB_IEEE
/* Define if you want IPv4-to-Registry database included. */
#undef SUPPORT_DB_IPV4_REG
/* Define if you want IPv6-to-Registry database included. */
#undef SUPPORT_DB_IPV6_REG
/* Define if you want external support included. */
#undef SUPPORT_EXTERNAL
/* Define if you want GeoIP (MaxMindDB) support. */
#undef SUPPORT_GEOIP2
/* Define if you want IP2Location support. */
#undef SUPPORT_IP2LOCATION
/* Define if you want IP2Location support with dynamic loading support -
requires also additional linker options. */
#undef SUPPORT_IP2LOCATION_DYN
/* Define if you want IP2Location support statically linked - requires also
additional linker options. */
#undef SUPPORT_IP2LOCATION_STATIC
/* Define if you want MaxMindDB support. */
#undef SUPPORT_MMDB
/* Define if you want MaxMindDB support with dynamic loading support -
requires also additional linker options. */
#undef SUPPORT_MMDB_DYN
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Define to empty if 'const' does not conform to ANSI C. */
#undef const
/* Define to 'long int' if <sys/types.h> does not define. */
#undef off_t
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
#undef size_t