X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Fconf.h;h=9a9591c22f2c3ff553265699506b24a98adfa539;hb=a110f98be8239cb11b578cdec47580ef98bb545b;hp=6a4ee6938d5cf7a293b8ae751bed680b6298e58d;hpb=808f6f490d6e93002b5ac8e0ba201aa82b128fc4;p=umurmur.git diff --git a/src/conf.h b/src/conf.h index 6a4ee69..9a9591c 100644 --- a/src/conf.h +++ b/src/conf.h @@ -32,8 +32,7 @@ #define CONF_H_24564356 #include "messages.h" - -#define DEFAULT_CONFIG "/etc/umurmur.conf" +#include "config.h" typedef enum param { CERTIFICATE, @@ -41,7 +40,9 @@ typedef enum param { PASSPHRASE, CAPATH, BINDPORT, + BINDPORT6, BINDADDR, + BINDADDR6, WELCOMETEXT, MAX_BANDWIDTH, MAX_CLIENTS,