repo.or.cz
/
dueringa_WikiWalker.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Support conversion of linkshere
[dueringa_WikiWalker.git]
/
inc
/
config.h.in
blob
8e7ce66537787c99595f5ad28c91ab1be4f76cdb
1
#ifndef WIKIWALKER_CONFIG_H_GEN
2
#define WIKIWALKER_CONFIG_H_GEN
3
4
#cmakedefine WW_USE_BOOST_PO
5
#cmakedefine WW_USE_GETOPT
6
7
#ifdef WW_USE_BOOST_PO
8
#include
"BoostPoCommandLineParser.h"
9
#endif
10
11
#ifdef WW_USE_GETOPT
12
#include
"GetoptCommandLineParser.h"
13
#endif
14
15
#endif
// WIKIWALKER_CONFIG_H_GEN