]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/subversion/subversion/svn_private_config.h.in
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 to 1 if you have the <dlfcn.h> header file. */
20 #undef HAVE_DLFCN_H
21
22 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
23 #undef HAVE_DOPRNT
24
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H
27
28 /* Define to 1 if you have the `iconv' library (-liconv). */
29 #undef HAVE_LIBICONV
30
31 /* Define to 1 if you have the `socket' library (-lsocket). */
32 #undef HAVE_LIBSOCKET
33
34 /* Define to 1 if you have the <magic.h> header file. */
35 #undef HAVE_MAGIC_H
36
37 /* Define to 1 if you have the <memory.h> header file. */
38 #undef HAVE_MEMORY_H
39
40 /* Define to 1 if you have the `rb_errinfo' function. */
41 #undef HAVE_RB_ERRINFO
42
43 /* Define to 1 if you have the `readlink' function. */
44 #undef HAVE_READLINK
45
46 /* Define to 1 if you have the <serf.h> header file. */
47 #undef HAVE_SERF_H
48
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #undef HAVE_STDINT_H
51
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #undef HAVE_STDLIB_H
54
55 /* Define to 1 if you have the <strings.h> header file. */
56 #undef HAVE_STRINGS_H
57
58 /* Define to 1 if you have the <string.h> header file. */
59 #undef HAVE_STRING_H
60
61 /* Define to 1 if you have the `symlink' function. */
62 #undef HAVE_SYMLINK
63
64 /* Define to 1 if you have the <sys/stat.h> header file. */
65 #undef HAVE_SYS_STAT_H
66
67 /* Define to 1 if you have the <sys/types.h> header file. */
68 #undef HAVE_SYS_TYPES_H
69
70 /* Define to 1 if you have the <sys/utsname.h> header file. */
71 #undef HAVE_SYS_UTSNAME_H
72
73 /* Define to 1 if you have the `tcgetattr' function. */
74 #undef HAVE_TCGETATTR
75
76 /* Define to 1 if you have the `tcsetattr' function. */
77 #undef HAVE_TCSETATTR
78
79 /* Defined if we have a usable termios library. */
80 #undef HAVE_TERMIOS_H
81
82 /* Define to 1 if you have the `uname' function. */
83 #undef HAVE_UNAME
84
85 /* Define to 1 if you have the <unistd.h> header file. */
86 #undef HAVE_UNISTD_H
87
88 /* Define to 1 if you have the `vprintf' function. */
89 #undef HAVE_VPRINTF
90
91 /* Define to 1 if you have the <zlib.h> header file. */
92 #undef HAVE_ZLIB_H
93
94 /* Define to the sub-directory in which libtool stores uninstalled libraries.
95    */
96 #undef LT_OBJDIR
97
98 /* Define to the address where bug reports for this package should be sent. */
99 #undef PACKAGE_BUGREPORT
100
101 /* Define to the full name of this package. */
102 #undef PACKAGE_NAME
103
104 /* Define to the full name and version of this package. */
105 #undef PACKAGE_STRING
106
107 /* Define to the one symbol short name of this package. */
108 #undef PACKAGE_TARNAME
109
110 /* Define to the home page for this package. */
111 #undef PACKAGE_URL
112
113 /* Define to the version of this package. */
114 #undef PACKAGE_VERSION
115
116 /* Define to 1 if you have the ANSI C header files. */
117 #undef STDC_HEADERS
118
119 /* Define to the Python/C API format character suitable for apr_int64_t */
120 #undef SVN_APR_INT64_T_PYCFMT
121
122 /* Define if circular linkage is not possible on this platform. */
123 #undef SVN_AVOID_CIRCULAR_LINKAGE_AT_ALL_COSTS_HACK
124
125 /* Defined to be the path to the installed binaries */
126 #undef SVN_BINDIR
127
128 /* Defined to the config.guess name of the build system */
129 #undef SVN_BUILD_HOST
130
131 /* Defined to the config.guess name of the build target */
132 #undef SVN_BUILD_TARGET
133
134 /* The path of a default editor for the client. */
135 #undef SVN_CLIENT_EDITOR
136
137 /* Defined if the full version matching rules are disabled */
138 #undef SVN_DISABLE_FULL_VERSION_MATCH
139
140 /* Defined if plaintext password/passphrase storage is disabled */
141 #undef SVN_DISABLE_PLAINTEXT_PASSWORD_STORAGE
142
143 /* The desired major version for the Berkeley DB */
144 #undef SVN_FS_WANT_DB_MAJOR
145
146 /* The desired minor version for the Berkeley DB */
147 #undef SVN_FS_WANT_DB_MINOR
148
149 /* The desired patch version for the Berkeley DB */
150 #undef SVN_FS_WANT_DB_PATCH
151
152 /* Define if compiler provides atomic builtins */
153 #undef SVN_HAS_ATOMIC_BUILTINS
154
155 /* Is GNOME Keyring support enabled? */
156 #undef SVN_HAVE_GNOME_KEYRING
157
158 /* Is GPG Agent support enabled? */
159 #undef SVN_HAVE_GPG_AGENT
160
161 /* Is Mac OS KeyChain support enabled? */
162 #undef SVN_HAVE_KEYCHAIN_SERVICES
163
164 /* Defined if KWallet support is enabled */
165 #undef SVN_HAVE_KWALLET
166
167 /* Defined if libmagic support is enabled */
168 #undef SVN_HAVE_LIBMAGIC
169
170 /* Is Mach-O low-level _dyld API available? */
171 #undef SVN_HAVE_MACHO_ITERATE
172
173 /* Is Mac OS property list API available? */
174 #undef SVN_HAVE_MACOS_PLIST
175
176 /* Defined if apr_memcache (standalone or in apr-util) is present */
177 #undef SVN_HAVE_MEMCACHE
178
179 /* Defined if Expat 1.0 or 1.1 was found */
180 #undef SVN_HAVE_OLD_EXPAT
181
182 /* Defined if Cyrus SASL v2 is present on the system */
183 #undef SVN_HAVE_SASL
184
185 /* Defined if support for Serf is enabled */
186 #undef SVN_HAVE_SERF
187
188 /* Defined if libsvn_client should link against libsvn_ra_local */
189 #undef SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL
190
191 /* Defined if libsvn_client should link against libsvn_ra_serf */
192 #undef SVN_LIBSVN_CLIENT_LINKS_RA_SERF
193
194 /* Defined if libsvn_client should link against libsvn_ra_svn */
195 #undef SVN_LIBSVN_CLIENT_LINKS_RA_SVN
196
197 /* Defined if libsvn_fs should link against libsvn_fs_base */
198 #undef SVN_LIBSVN_FS_LINKS_FS_BASE
199
200 /* Defined if libsvn_fs should link against libsvn_fs_fs */
201 #undef SVN_LIBSVN_FS_LINKS_FS_FS
202
203 /* Defined to be the path to the installed locale dirs */
204 #undef SVN_LOCALE_DIR
205
206 /* Defined to be the null device for the system */
207 #undef SVN_NULL_DEVICE_NAME
208
209 /* Defined to be the path separator used on your local filesystem */
210 #undef SVN_PATH_LOCAL_SEPARATOR
211
212 /* Subversion library major verson */
213 #undef SVN_SOVERSION
214
215 /* Defined if svn should use the amalgamated version of sqlite */
216 #undef SVN_SQLITE_INLINE
217
218 /* Defined if svn should try to load DSOs */
219 #undef SVN_USE_DSO
220
221 /* Define to empty if `const' does not conform to ANSI C. */
222 #undef const
223
224 /* Define to `unsigned int' if <sys/types.h> does not define. */
225 #undef size_t
226
227 #ifdef SVN_WANT_BDB
228 #define APU_WANT_DB
229 @SVN_DB_HEADER@
230 #endif
231
232
233
234 /* Indicate to translators that string X should be translated.  Do not look
235    up the translation at run time; just expand to X.  This macro is suitable
236    for use where a constant string is required at compile time. */
237 #define N_(x) x
238 /* Indicate to translators that we have decided the string X should not be
239    translated.  Expand to X. */
240 #define U_(x) x
241 #ifdef ENABLE_NLS
242 #include <locale.h>
243 #include <libintl.h>
244 /* Indicate to translators that string X should be translated.  At run time,
245    look up and return the translation of X. */
246 #define _(x) dgettext(PACKAGE_NAME, x)
247 /* Indicate to translators that strings X1 and X2 are singular and plural
248    forms of the same message, and should be translated.  At run time, return
249    an appropriate translation depending on the number N. */
250 #define Q_(x1, x2, n) dngettext(PACKAGE_NAME, x1, x2, n)
251 #else
252 #define _(x) (x)
253 #define Q_(x1, x2, n) (((n) == 1) ? x1 : x2)
254 #define gettext(x) (x)
255 #define dgettext(domain, x) (x)
256 #endif
257