/* subversion/svn_private_config.h.in. Generated from configure.in by autoheader. */ /* The fs type to use by default */ #undef DEFAULT_FS_TYPE /* Define to 1 if translation of program messages to the user's native language is requested. */ #undef ENABLE_NLS /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ #undef HAVE_DOPRNT /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the `socket' library (-lsocket). */ #undef HAVE_LIBSOCKET /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H /* Define to 1 if you have the `readlink' function. */ #undef HAVE_READLINK /* Define to 1 if you have the header file. */ #undef HAVE_SERF_H /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H /* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H /* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H /* Define to 1 if you have the `symlink' function. */ #undef HAVE_SYMLINK /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H /* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF /* 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 version of this package. */ #undef PACKAGE_VERSION /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS /* Define to the Python/C API format character suitable for apr_int64_t */ #undef SVN_APR_INT64_T_PYCFMT /* Define if circular linkage is not possible on this platform. */ #undef SVN_AVOID_CIRCULAR_LINKAGE_AT_ALL_COSTS_HACK /* Defined to be the path to the installed binaries */ #undef SVN_BINDIR /* The path of a default editor for the client. */ #undef SVN_CLIENT_EDITOR /* The desired major version for the Berkeley DB */ #undef SVN_FS_WANT_DB_MAJOR /* The desired minor version for the Berkeley DB */ #undef SVN_FS_WANT_DB_MINOR /* The desired patch version for the Berkeley DB */ #undef SVN_FS_WANT_DB_PATCH /* Is Mac OS KeyChain support enabled? */ #undef SVN_HAVE_KEYCHAIN_SERVICES /* Defined if Expat 1.0 or 1.1 was found */ #undef SVN_HAVE_OLD_EXPAT /* Is zlib support enabled? */ #undef SVN_HAVE_ZLIB /* Defined if libsvn_client should link against libsvn_ra_dav */ #undef SVN_LIBSVN_CLIENT_LINKS_RA_DAV /* Defined if libsvn_client should link against libsvn_ra_local */ #undef SVN_LIBSVN_CLIENT_LINKS_RA_LOCAL /* Defined if libsvn_client should link against libsvn_ra_serf */ #undef SVN_LIBSVN_CLIENT_LINKS_RA_SERF /* Defined if libsvn_client should link against libsvn_ra_svn */ #undef SVN_LIBSVN_CLIENT_LINKS_RA_SVN /* Defined if libsvn_fs should link against libsvn_fs_base */ #undef SVN_LIBSVN_FS_LINKS_FS_BASE /* Defined if libsvn_fs should link against libsvn_fs_fs */ #undef SVN_LIBSVN_FS_LINKS_FS_FS /* Defined to be the path to the installed locale dirs */ #undef SVN_LOCALE_DIR /* Define to 1 if you have Neon 0.25 or later. */ #undef SVN_NEON_0_25 /* Define to 1 if you have Neon 0.26 or later. */ #undef SVN_NEON_0_26 /* Defined to be the null device for the system */ #undef SVN_NULL_DEVICE_NAME /* Defined to be the path separator used on your local filesystem */ #undef SVN_PATH_LOCAL_SEPARATOR /* Define to empty if `const' does not conform to ANSI C. */ #undef const /* Define to `unsigned' if does not define. */ #undef size_t #define N_(x) x #ifdef ENABLE_NLS #include #include #define _(x) dgettext(PACKAGE_NAME, x) #else #define _(x) (x) #define gettext(x) (x) #define dgettext(domain,x) (x) #endif