61 |
|
|
62 |
|
/* files */ |
63 |
|
#define SPATH SBINPATH "/ircd" /* ircd executable */ |
64 |
– |
#define SLPATH BINPATH "/servlink" /* servlink executable */ |
64 |
|
#define CPATH ETCPATH "/ircd.conf" /* ircd.conf file */ |
65 |
|
#define KPATH ETCPATH "/kline.conf" /* kline file */ |
66 |
|
#define CRESVPATH ETCPATH "/cresv.conf" /* channel resvs file */ |
67 |
|
#define NRESVPATH ETCPATH "/nresv.conf" /* nick resvs file */ |
68 |
|
#define DLPATH ETCPATH "/dline.conf" /* dline file */ |
70 |
– |
#define GPATH ETCPATH "/gline.conf" /* gline conffile */ |
69 |
|
#define XPATH ETCPATH "/xline.conf" /* xline file */ |
70 |
|
#define RXPATH ETCPATH "/rxline.conf" |
71 |
|
#define RKPATH ETCPATH "/rkline.conf" |
72 |
|
#define MPATH ETCPATH "/ircd.motd" /* MOTD file */ |
73 |
|
#define LPATH LOGPATH "/ircd.log" /* ircd logfile */ |
74 |
|
#define PPATH LOCALSTATEDIR "/ircd.pid" /* pid file */ |
77 |
– |
#define OPATH ETCPATH "/opers.motd" /* oper MOTD file */ |
75 |
|
#define LIPATH ETCPATH "/links.txt" /* cached links file */ |
76 |
|
|
77 |
< |
/* this file is included to supply default |
78 |
< |
* values for things which are now configurable at runtime. |
77 |
> |
/* |
78 |
> |
* This file is included to supply default values for things which |
79 |
> |
* are now configurable at runtime. |
80 |
|
*/ |
81 |
|
|
84 |
– |
#define HANGONRETRYDELAY 60 /* Recommended value: 30-60 seconds */ |
82 |
|
#define HYBRID_SOMAXCONN 25 |
83 |
|
#define MAX_TDKLINE_TIME (24*60*360) |
87 |
– |
#define HANGONGOODLINK 3600 /* Recommended value: 30-60 minutes */ |
84 |
|
|
85 |
|
/* tests show that about 7 fds are not registered by fdlist.c, these |
86 |
|
* include std* descriptors + some others (by OpenSSL etc.). Note this is |
108 |
|
/* ServerInfo default values */ |
109 |
|
#define NETWORK_NAME_DEFAULT "EFnet" /* default for network_name */ |
110 |
|
#define NETWORK_DESC_DEFAULT "Eris Free Network" /* default for network_desc */ |
111 |
+ |
#define SERVICE_NAME_DEFAULT "service.someserver" |
112 |
+ |
|
113 |
+ |
#define GLINE_REQUEST_EXPIRE_DEFAULT 600 |
114 |
|
|
115 |
|
/* General defaults */ |
116 |
|
#define MAXIMUM_LINKS_DEFAULT 0 /* default for maximum_links */ |