mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
* migrate to new settings
This commit is contained in:
parent
209934ad67
commit
2335d3879e
8 changed files with 109 additions and 77 deletions
6
Config.h
6
Config.h
|
@ -1,5 +1,5 @@
|
|||
#ifndef CONFIG_H__
|
||||
#define CONFIG_H__
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
#include <string>
|
||||
#include <boost/program_options/options_description.hpp>
|
||||
|
@ -97,4 +97,4 @@ namespace config {
|
|||
}
|
||||
}
|
||||
|
||||
#endif // CONFIG_H__
|
||||
#endif // CONFIG_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue