diff options
Diffstat (limited to 'subversion/include/svn_config.h')
-rw-r--r-- | subversion/include/svn_config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/subversion/include/svn_config.h b/subversion/include/svn_config.h index 5ad3b0bae2344..d194af09efbf0 100644 --- a/subversion/include/svn_config.h +++ b/subversion/include/svn_config.h @@ -63,6 +63,12 @@ typedef struct svn_config_t svn_config_t; * @{ */ +/* If you add a new SVN_CONFIG_* category/section/option macro to this group, + * you have to re-run gen-make.py manually. + * + * ### This should be fixed in the build system; see issue #4581. + */ + /* This list of #defines is intentionally presented as a nested list that matches the in-config hierarchy. */ |