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