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