Support conversion of linkshere
[dueringa_WikiWalker.git] / inc / config.h.in
blob8e7ce66537787c99595f5ad28c91ab1be4f76cdb
1 #ifndef WIKIWALKER_CONFIG_H_GEN
2 #define WIKIWALKER_CONFIG_H_GEN
4 #cmakedefine WW_USE_BOOST_PO
5 #cmakedefine WW_USE_GETOPT
7 #ifdef WW_USE_BOOST_PO
8 #include "BoostPoCommandLineParser.h"
9 #endif
11 #ifdef WW_USE_GETOPT
12 #include "GetoptCommandLineParser.h"
13 #endif
15 #endif // WIKIWALKER_CONFIG_H_GEN