1
0
mirror of https://github.com/lxsang/ant-http synced 2024-06-29 11:59:48 +02:00
ant-http/config.h
2015-10-22 11:39:11 +02:00

12 lines
204 B
C

#define CONFIG "config.ini"
typedef struct {
int port;
char *plugins_dir;
char *plugins_ext;
char *db_path;
char* htdocs;
char* tmpdir;
}config_t;
extern config_t server_config;