]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/subversion/subversion/svn_private_config.h.in
Update Subversion to 1.14.0 LTS. See contrib/subversion/CHANGES for a
[FreeBSD/FreeBSD.git] / contrib / subversion / subversion / svn_private_config.h.in
1 /* subversion/svn_private_config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* The fs type to use by default */
4 #undef DEFAULT_FS_TYPE
5
6 /* The http library to use by default */
7 #undef DEFAULT_HTTP_LIBRARY
8
9 /* Define to 1 if Ev2 implementations should be used. */
10 #undef ENABLE_EV2_IMPL
11
12 /* Define to 1 if translation of program messages to the user's native
13    language is requested. */
14 #undef ENABLE_NLS
15
16 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
17 #undef HAVE_BIND_TEXTDOMAIN_CODESET
18
19 /* define if the Boost library is available */
20 #undef HAVE_BOOST
21
22 /* define if the Boost::Unit_Test_Framework library is available */
23 #undef HAVE_BOOST_UNIT_TEST_FRAMEWORK
24
25 /* Define to 1 if you have the <dlfcn.h> header file. */
26 #undef HAVE_DLFCN_H
27
28 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
29 #undef HAVE_DOPRNT
30
31 /* Define to 1 if you have the <elf.h> header file. */
32 #undef HAVE_ELF_H
33
34 /* Define to 1 if you have the `getpid' function. */
35 #undef HAVE_GETPID
36
37 /* Define to 1 if you have the <inttypes.h> header file. */
38 #undef HAVE_INTTYPES_H
39
40 /* Define to 1 if you have the `iconv' library (-liconv). */
41 #undef HAVE_LIBICONV
42
43 /* Define to 1 if you have the `socket' library (-lsocket). */
44 #undef HAVE_LIBSOCKET
45
46 /* Define to 1 if you have the <magic.h> header file. */
47 #undef HAVE_MAGIC_H
48
49 /* Define to 1 if you have the <memory.h> header file. */
50 #undef HAVE_MEMORY_H
51
52 /* Define to 1 if you have the <py3c.h> header file. */
53 #undef HAVE_PY3C_H
54
55 /* Define to 1 if you have the `rb_errinfo' function. */
56 #undef HAVE_RB_ERRINFO
57
58 /* Define to 1 if you have the `readlink' function. */
59 #undef HAVE_READLINK
60
61 /* Define to 1 if you have the <serf.h> header file. */
62 #undef HAVE_SERF_H
63
64 /* Define to 1 if you have the <stdbool.h> header file. */
65 #undef HAVE_STDBOOL_H
66
67 /* Define to 1 if you have the <stdint.h> header file. */
68 #undef HAVE_STDINT_H
69
70 /* Define to 1 if you have the <stdlib.h> header file. */
71 #undef HAVE_STDLIB_H
72
73 /* Define to 1 if you have the <strings.h> header file. */
74 #undef HAVE_STRINGS_H
75
76 /* Define to 1 if you have the <string.h> header file. */
77 #undef HAVE_STRING_H
78
79 /* Define to 1 if you have the `symlink' function. */
80 #undef HAVE_SYMLINK
81
82 /* Define to 1 if you have the <sys/stat.h> header file. */
83 #undef HAVE_SYS_STAT_H
84
85 /* Define to 1 if you have the <sys/types.h> header file. */
86 #undef HAVE_SYS_TYPES_H
87
88 /* Define to 1 if you have the <sys/utsname.h> header file. */
89 #undef HAVE_SYS_UTSNAME_H
90
91 /* Define to 1 if you have the `tcgetattr' function. */
92 #undef HAVE_TCGETATTR
93
94 /* Define to 1 if you have the `tcsetattr' function. */
95 #undef HAVE_TCSETATTR
96
97 /* Defined if we have a usable termios library. */
98 #undef HAVE_TERMIOS_H
99
100 /* Define to 1 if you have the `uname' function. */
101 #undef HAVE_UNAME
102
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #undef HAVE_UNISTD_H
105
106 /* Define to 1 if you have the `vprintf' function. */
107 #undef HAVE_VPRINTF
108
109 /* Define to 1 if you have the <zlib.h> header file. */
110 #undef HAVE_ZLIB_H
111
112 /* Define to the sub-directory where libtool stores uninstalled libraries. */
113 #undef LT_OBJDIR
114
115 /* Define to the address where bug reports for this package should be sent. */
116 #undef PACKAGE_BUGREPORT
117
118 /* Define to the full name of this package. */
119 #undef PACKAGE_NAME
120
121 /* Define to the full name and version of this package. */
122 #undef PACKAGE_STRING
123
124 /* Define to the one symbol short name of this package. */
125 #undef PACKAGE_TARNAME
126
127 /* Define to the home page for this package. */
128 #undef PACKAGE_URL
129
130 /* Define to the version of this package. */
131 #undef PACKAGE_VERSION
132
133 /* Define to 1 if you have the ANSI C header files. */
134 #undef STDC_HEADERS
135
136 /* Defined to build against httpd 2.4 with broken auth */
137 #undef SVN_ALLOW_BROKEN_HTTPD_AUTH
138
139 /* Defined to be the path to the installed binaries */
140 #undef SVN_BINDIR
141
142 /* Defined to the config.guess name of the build system */
143 #undef SVN_BUILD_HOST
144
145 /* Defined to the config.guess name of the build target */
146 #undef SVN_BUILD_TARGET
147
148 /* The path of a default editor for the client. */
149 #undef SVN_CLIENT_EDITOR
150
151 /* Defined if the full version matching rules are disabled */
152 #undef SVN_DISABLE_FULL_VERSION_MATCH
153
154 /* Defined if plaintext password/passphrase storage is disabled */
155 #undef SVN_DISABLE_PLAINTEXT_PASSWORD_STORAGE
156
157 /* Shared library file name suffix format */
158 #undef SVN_DSO_SUFFIX_FMT
159
160 /* The desired major version for the Berkeley DB */
161 #undef SVN_FS_WANT_DB_MAJOR
162
163 /* The desired minor version for the Berkeley DB */
164 #undef SVN_FS_WANT_DB_MINOR
165
166 /* The desired patch version for the Berkeley DB */
167 #undef SVN_FS_WANT_DB_PATCH
168
169 /* Define if compiler provides atomic builtins */
170 #undef SVN_HAS_ATOMIC_BUILTINS
171
172 /* Is GNOME Keyring support enabled? */
173 #undef SVN_HAVE_GNOME_KEYRING
174
175 /* Is GPG Agent support enabled? */
176 #undef SVN_HAVE_GPG_AGENT
177
178 /* Is Mac OS KeyChain support enabled? */
179 #undef SVN_HAVE_KEYCHAIN_SERVICES
180
181 /* Defined if KF5 available */
182 #undef SVN_HAVE_KF5
183
184 /* Defined if KWallet support is enabled */
185 #undef SVN_HAVE_KWALLET
186
187 /* Defined if libmagic support is enabled */
188 #undef SVN_HAVE_LIBMAGIC
189
190 /* Is libsecret support enabled? */
191 #undef SVN_HAVE_LIBSECRET
192
193 /* Is Mach-O low-level _dyld API available? */
194 #undef SVN_HAVE_MACHO_ITERATE
195
196 /* Is Mac OS property list API available? */
197 #undef SVN_HAVE_MACOS_PLIST
198
199 /* Defined if apr_memcache (standalone or in apr-util) is present */
200 #undef SVN_HAVE_MEMCACHE
201
202 /* Defined if Expat 1.0 or 1.1 was found */
203 #undef SVN_HAVE_OLD_EXPAT
204
205 /* Defined if Cyrus SASL v2 is present on the system */
206 #undef SVN_HAVE_SASL
207
208 /* Defined if support for Serf is enabled */
209 #undef SVN_HAVE_SERF
210
211 /* Define to use internal LZ4 code */
212 #undef SVN_INTERNAL_LZ4
213
214 /* Define to use internal UTF8PROC code */
215 #undef SVN_INTERNAL_UTF8PROC
216
217 /* Defined if libsvn_fs should link against libsvn_fs_base */
218 #undef SVN_LIBSVN_FS_LINKS_FS_BASE
219
220 /* Defined if libsvn_fs should link against libsvn_fs_fs */
221 #undef SVN_LIBSVN_FS_LINKS_FS_FS
222
223 /* Defined if libsvn_fs should link against libsvn_fs_x */
224 #undef SVN_LIBSVN_FS_LINKS_FS_X
225
226 /* Defined if libsvn_ra should link against libsvn_ra_local */
227 #undef SVN_LIBSVN_RA_LINKS_RA_LOCAL
228
229 /* Defined if libsvn_ra should link against libsvn_ra_serf */
230 #undef SVN_LIBSVN_RA_LINKS_RA_SERF
231
232 /* Defined if libsvn_ra should link against libsvn_ra_svn */
233 #undef SVN_LIBSVN_RA_LINKS_RA_SVN
234
235 /* Defined to be the path to the installed locale dirs */
236 #undef SVN_LOCALE_DIR
237
238 /* Defined to be the null device for the system */
239 #undef SVN_NULL_DEVICE_NAME
240
241 /* Defined to be the path separator used on your local filesystem */
242 #undef SVN_PATH_LOCAL_SEPARATOR
243
244 /* Subversion library major verson */
245 #undef SVN_SOVERSION
246
247 /* Defined if svn should use the amalgamated version of sqlite */
248 #undef SVN_SQLITE_INLINE
249
250 /* Defined if svn should try to load DSOs */
251 #undef SVN_USE_DSO
252
253 /* Defined to build with patched httpd 2.4 and working auth */
254 #undef SVN_USE_FORCE_AUTHN
255
256 /* Define to empty if `const' does not conform to ANSI C. */
257 #undef const
258
259 /* Define to `unsigned int' if <sys/types.h> does not define. */
260 #undef size_t
261
262 #ifdef SVN_WANT_BDB
263 #define APU_WANT_DB
264 @SVN_DB_HEADER@
265 #endif
266
267
268
269 /* Indicate to translators that string X should be translated.  Do not look
270    up the translation at run time; just expand to X.  This macro is suitable
271    for use where a constant string is required at compile time. */
272 #define N_(x) x
273 /* Indicate to translators that we have decided the string X should not be
274    translated.  Expand to X. */
275 #define U_(x) x
276 #ifdef ENABLE_NLS
277 #include <locale.h>
278 #include <libintl.h>
279 /* Indicate to translators that string X should be translated.  At run time,
280    look up and return the translation of X. */
281 #define _(x) dgettext(PACKAGE_NAME, x)
282 /* Indicate to translators that strings X1 and X2 are singular and plural
283    forms of the same message, and should be translated.  At run time, return
284    an appropriate translation depending on the number N. */
285 #define Q_(x1, x2, n) dngettext(PACKAGE_NAME, x1, x2, n)
286 #else
287 #define _(x) (x)
288 #define Q_(x1, x2, n) (((n) == 1) ? x1 : x2)
289 #define gettext(x) (x)
290 #define dgettext(domain, x) (x)
291 #endif
292
293 /* compiler hints */
294 #if defined(__GNUC__) && (__GNUC__ >= 3)
295 # define SVN__PREDICT_FALSE(x) (__builtin_expect(x, 0))
296 # define SVN__PREDICT_TRUE(x) (__builtin_expect(!!(x), 1))
297 #else
298 # define SVN__PREDICT_FALSE(x) (x)
299 # define SVN__PREDICT_TRUE(x) (x)
300 #endif
301
302 #if defined(SVN_DEBUG)
303 # define SVN__FORCE_INLINE
304 # define SVN__PREVENT_INLINE
305 #elif defined(__GNUC__)
306 # define SVN__FORCE_INLINE APR_INLINE __attribute__ ((always_inline))
307 # define SVN__PREVENT_INLINE __attribute__ ((noinline))
308 #else
309 # define SVN__FORCE_INLINE APR_INLINE
310 # define SVN__PREVENT_INLINE
311 #endif
312
313 /* Macro used to specify that a variable is intentionally left unused.
314    Supresses compiler warnings about the variable being unused.  */
315 #define SVN_UNUSED(v) ( (void)(v) )
316