]> jfr.im git - irc/quakenet/newserv.git/blobdiff - configure.ini
LUA: port luadb to dbapi2 to drop postgres dependency
[irc/quakenet/newserv.git] / configure.ini
index 0caaa2cba77baf6cc221c1f10602c5aabc4ddbff..7bb1f2fc23aae59888493aa70b37dfed47233448 100644 (file)
@@ -3,7 +3,7 @@
 
 # libraries we're gonna search for
 [core]
-libs=pgsql mysql lua pcre sqlite
+libs=pgsql mysql lua pcre sqlite z
 
 # dummy libraries, if a module requires one of these then it needs one of the supplied libraries
 # the first one will be chosen by default, override with --with-key=value
@@ -31,7 +31,6 @@ carrot=
 horse=
 newsearch=pcre
 trojanscan=mysql pcre
-silly=
 tutorbot=
 fsck=
 nterfacer=pcre
@@ -58,7 +57,6 @@ nsmstats=
 serverlist=pcre
 patricia=
 sqlite=sqlite
-log=
 usercount=
 patricianick=
 patriciasearch=
@@ -80,8 +78,10 @@ fakeusers=
 raw=
 nickwatch=
 patrol=
-regexgline=pcre mysql
+regexgline=pcre dbapi
 facepalm=
+a4stats=lua
+rbl=
 
 [options]
 EVENT_ENGINE=poll
@@ -109,6 +109,10 @@ additionaldirs=5.1
 [libsqlite]
 alwayspresent=1
 
+[libz]
+libname=z
+include=zlib.h
+
 # search these paths for libraries/includes
 [search]
 lib=/usr/lib /usr/local/lib /usr/lib/i386-linux-gnu /usr/lib/x86_64-linux-gnu