📄 svn_private_config.h.in
字号:
/* 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 <dlfcn.h> 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 <inttypes.h> 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 <memory.h> 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 <stdint.h> header file. */#undef HAVE_STDINT_H/* Define to 1 if you have the <stdlib.h> header file. */#undef HAVE_STDLIB_H/* Define to 1 if you have the <strings.h> header file. */#undef HAVE_STRINGS_H/* Define to 1 if you have the <string.h> 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 <sys/stat.h> header file. */#undef HAVE_SYS_STAT_H/* Define to 1 if you have the <sys/types.h> header file. */#undef HAVE_SYS_TYPES_H/* Define to 1 if you have the <unistd.h> 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/* Defined to be the path to the installed binaries */#undef SVN_BINARY_DIR/* 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/* 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_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/* 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 <sys/types.h> does not define. */#undef size_t#define N_(x) x#ifdef ENABLE_NLS#include <locale.h>#include <libintl.h>#define _(x) dgettext(PACKAGE_NAME, x)#else#define _(x) (x)#define gettext(x) (x)#define dgettext(domain,x) (x)#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -