]> jfr.im git - irc/quakenet/newserv.git/blame - configure.ini
CHANSERV: fix issue where chanserv_relay doesn't wait for db to be loaded before...
[irc/quakenet/newserv.git] / configure.ini
CommitLineData
d5713c3b
Q
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]
6libs=pgsql mysql lua pcre sqlite
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]
11dbapi=pgsql sqlite
12
13# module dependencies
14[modules]
15lib=
16core=
17irc=
18parser=
19server=
20nick=
21miscreply=
22testmod=
23channel=
24localuser=
25control=dbapi
26proxyscan=dbapi
27chanserv=dbapi pcre
28nickrate=
29chanstats=
30carrot=
31horse=
32newsearch=pcre
33trojanscan=mysql pcre
34silly=
35tutorbot=
36fsck=
37nterfacer=pcre
38pqsql=pgsql
39geoip=
40clonehistogram=
41lua=lua
42versionscan=
43chanfix=
44settime=
45helpmod2=
46splitlist=
47qabot=
48lameisp=
49request=pcre
50chandump=
51authext=
52chanindex=
53bans=
54chanprofile=
55ticketauth=
56nsmstats=
57#jupe=
58serverlist=pcre
59patricia=
60sqlite=sqlite
61log=
62usercount=
63patricianick=
64patriciasearch=
65xsb=
66authdump=
67dbapi2=dbapi
68auth=
69trusts=dbapi
70clonearmy=
71# SHOULD BE trusts
72glines=
73fakeq=dbapi
74numerictracker=dbapi
75signontracker=
76invalidbans=
77whowas=
78jupe=
79fakeusers=
80raw=
81nickwatch=
82patrol=
83regexgline=pcre mysql
84facepalm=
85
86[options]
87EVENT_ENGINE=poll
88XSB_ENGINE=pre
89
90# libraries
91[libpgsql]
92libname=pq postgresql
93include=libpq-fe.h
94
95[libmysql]
96include=mysql.h
97headerpath=../
98soname=mysqlclient
99
100[libpcre]
101include=pcre.h
102
103[liblua]
104libname=lua lua51 lua5.1
105include=lua.h
106format=lib%s.a
107additionaldirs=5.1
108
109[libsqlite]
110alwayspresent=1
111
112# search these paths for libraries/includes
113[search]
114lib=/usr/lib /usr/local/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu
115include=/usr/include /usr/local/include
116
117# additional variables for various systems
118[osvars]
119FreeBSD=CFLAGS+=-fgnu89-inline
120Linux=LIBDL=-ldl
121Linux=CFLAGS+=-Wno-format-y2k