]> jfr.im git - irc/quakenet/newserv.git/blob - configure.ini
Merge chanserv-live into default.
[irc/quakenet/newserv.git] / configure.ini
1 # you can override most of these options in configure.ini.local -- don't change this file
2 # unless you want these settings by default
3
4 # libraries we're gonna search for
5 [core]
6 libs=pgsql mysql lua pcre sqlite z
7
8 # dummy libraries, if a module requires one of these then it needs one of the supplied libraries
9 # the first one will be chosen by default, override with --with-key=value
10 [selectlibs]
11 dbapi=pgsql sqlite
12
13 # module dependencies
14 [modules]
15 lib=
16 core=
17 irc=
18 parser=
19 server=
20 nick=
21 miscreply=
22 testmod=
23 channel=
24 localuser=
25 control=dbapi
26 proxyscan=dbapi
27 chanserv=dbapi pcre
28 nickrate=
29 chanstats=
30 carrot=
31 horse=
32 newsearch=pcre
33 trojanscan=mysql pcre
34 silly=
35 tutorbot=
36 fsck=
37 nterfacer=pcre
38 pqsql=pgsql
39 geoip=
40 clonehistogram=
41 lua=lua
42 versionscan=
43 chanfix=
44 settime=
45 helpmod2=
46 splitlist=
47 qabot=
48 lameisp=
49 request=pcre
50 chandump=
51 authext=
52 chanindex=
53 bans=
54 chanprofile=
55 ticketauth=
56 nsmstats=
57 #jupe=
58 serverlist=pcre
59 patricia=
60 sqlite=sqlite
61 log=
62 usercount=
63 patricianick=
64 patriciasearch=
65 xsb=
66 authdump=
67 dbapi2=dbapi
68 auth=
69 trusts=dbapi
70 clonearmy=
71 # SHOULD BE trusts
72 glines=
73 fakeq=dbapi
74 numerictracker=dbapi
75 signontracker=
76 invalidbans=
77 whowas=
78 jupe=
79 fakeusers=
80 raw=
81 nickwatch=
82 patrol=
83 regexgline=pcre mysql
84 facepalm=
85 a4stats=lua
86
87 [options]
88 EVENT_ENGINE=poll
89 XSB_ENGINE=pre
90
91 # libraries
92 [libpgsql]
93 libname=pq postgresql
94 include=libpq-fe.h
95
96 [libmysql]
97 include=mysql.h
98 headerpath=../
99 soname=mysqlclient
100
101 [libpcre]
102 include=pcre.h
103
104 [liblua]
105 libname=lua lua51 lua5.1
106 include=lua.h
107 format=lib%s.a
108 additionaldirs=5.1
109
110 [libsqlite]
111 alwayspresent=1
112
113 [libz]
114 libname=z
115 include=zlib.h
116
117 # search these paths for libraries/includes
118 [search]
119 lib=/usr/lib /usr/local/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu
120 include=/usr/include /usr/local/include
121
122 # additional variables for various systems
123 [osvars]
124 FreeBSD=CFLAGS+=-fgnu89-inline
125 Linux=LIBDL=-ldl
126 Linux=CFLAGS+=-Wno-format-y2k