diff options
author | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 03:44:38 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2018-05-08 03:44:38 +0000 |
commit | 3faf8d6bffc5d0fb2525ba37bb504c53366caf9d (patch) | |
tree | 7e47911263e75034b767fe34b2f8d3d17e91f66d /subversion/include/svn_config.h | |
parent | a55fb3c0d5eca7d887798125d5b95942b1f01d4b (diff) |
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. */ |