diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-06-20 15:55:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-06-25 12:51:25 -0400 |
commit | c553750e32d1bf669a3e8308fa44319954a627ca (patch) | |
tree | f6e7ef8bb77e5be7022ddfbb8f348f97ea437fc4 /src/lib/conf/.may_include | |
parent | 4d101b39d74fb467d7fb4ad8ddb27e07c3074a69 (diff) | |
download | tor-c553750e32d1bf669a3e8308fa44319954a627ca.tar.gz tor-c553750e32d1bf669a3e8308fa44319954a627ca.zip |
Move responsibility for config var macros
The testing-only parts now live in a conftesting.h; the shared parts
of the macros live in confmacros.h
Diffstat (limited to 'src/lib/conf/.may_include')
-rw-r--r-- | src/lib/conf/.may_include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/conf/.may_include b/src/lib/conf/.may_include index 4285c3dcb8..629e2f897d 100644 --- a/src/lib/conf/.may_include +++ b/src/lib/conf/.may_include @@ -1,2 +1,3 @@ orconfig.h lib/cc/*.h +lib/conf/*.h |