Dash:
[t2-trunk.git] / package / network / unreal-ircd / config.in
blob058c1318fd88e2a0f487f010b88ff04049f84446
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../unreal-ircd/config.in
5 # Copyright (C) 2004 - 2005 The T2 SDE Project
6 # Copyright (C) 1998 - 2004 ROCK Linux Project
7
8 # More information can be found in the files COPYING and README.
9
10 # This program is free software; you can redistribute it and/or modify
11 # it under the terms of the GNU General Public License as published by
12 # the Free Software Foundation; version 2 of the License. A copy of the
13 # GNU General Public License can be found in the file COPYING.
14 # --- T2-COPYRIGHT-NOTE-END ---
16 if pkgcheck unreal-ircd X
17 then
18         menu_begin MENU_PKG_UNREAL 'Unreal Ircd Package Options'
19                 text 'Install prefix for Unreal Ircd' \
20                         SDECFG_PKG_UNREAL_PREFIX "/opt/unrealircd"
21                 text 'Maximum number of connections Unreal my have' \
22                         SDECFG_PKG_UNREAL_MAXCON "150"
23                 text 'What is the maximum sendq length you wish to have' \
24                         SDECFG_PKG_UNREAL_MAXSENDQ "1000"
25                 text 'How many buffer pools would you like?' \
26                         SDECFG_PKG_UNREAL_BUFPOOLS "18"
27                 text 'What listen() backlog value do you wish to use?' \
28                         SDECFG_PKG_UNREAL_BACKLOG  "4"
29                 text 'How far back do you want to keep the nickname history?' \
30                         SDECFG_PKG_UNREAL_NICKHIST "2000"
31                 bool 'Use dynamic modules (recommended)' \
32                         SDECFG_PKG_UNREAL_DMODS 1
33                 bool 'Use zipped links    (recommended)' \
34                         SDECFG_PKG_UNREAL_ZIP 1
35                 bool 'Use SSL-Libraries   (needs ssl-libs)' \
36                         SDECFG_PKG_UNREAL_SSL 0
37                 bool 'Use IPv6 for Unreal-Ircd' \
38                         SDECFG_PKG_UNREAL_IP6 0
39                 bool 'Use anti-spoof functionality' \
40                         SDECFG_PKG_UNREAL_ANTISPOOF 0
41                 bool 'Enable Unreal-Ircd to act as Hub-Server (recommended)' \
42                         SDECFG_PKG_UNREAL_HUB 1
43                 text 'Addidtional configure options' \
44                         SDECFG_PKG_UNREAL_ADDITIONAL ""
45         menu_end