diff options
Diffstat (limited to 'contrib/subversion/subversion/svn_private_config.h.in')
-rw-r--r-- | contrib/subversion/subversion/svn_private_config.h.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/subversion/subversion/svn_private_config.h.in b/contrib/subversion/subversion/svn_private_config.h.in index 84d157b..648c614 100644 --- a/contrib/subversion/subversion/svn_private_config.h.in +++ b/contrib/subversion/subversion/svn_private_config.h.in @@ -91,8 +91,7 @@ /* Define to 1 if you have the <zlib.h> header file. */ #undef HAVE_ZLIB_H -/* Define to the sub-directory in which libtool stores uninstalled libraries. - */ +/* Define to the sub-directory where libtool stores uninstalled libraries. */ #undef LT_OBJDIR /* Define to the address where bug reports for this package should be sent. */ @@ -116,6 +115,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Defined to allow building against httpd 2.4 with broken auth */ +#undef SVN_ALLOW_BROKEN_HTTPD_AUTH + /* Define to the Python/C API format character suitable for apr_int64_t */ #undef SVN_APR_INT64_T_PYCFMT |