]> jfr.im git - irc/quakenet/newserv.git/blobdiff - configure.ini
Update README.md
[irc/quakenet/newserv.git] / configure.ini
index 69ebb000390b1b10ad077e04f8e987e7b0c717d7..85c5834398a56171342fdf0350cf5c8a2d5be2f5 100644 (file)
@@ -3,7 +3,7 @@
 
 # libraries we're gonna search for
 [core]
-libs=pgsql mysql lua pcre sqlite z
+libs=pgsql mariadb 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
@@ -30,8 +30,7 @@ chanstats=
 carrot=
 horse=
 newsearch=pcre
-trojanscan=mysql pcre
-silly=
+trojanscan=mariadb pcre
 tutorbot=
 fsck=
 nterfacer=pcre
@@ -58,7 +57,6 @@ nsmstats=
 serverlist=pcre
 patricia=
 sqlite=sqlite
-log=
 usercount=
 patricianick=
 patriciasearch=
@@ -80,9 +78,10 @@ fakeusers=
 raw=
 nickwatch=
 patrol=
-regexgline=pcre mysql
+regexgline=pcre dbapi
 facepalm=
 a4stats=lua
+rbl=
 
 [options]
 EVENT_ENGINE=poll
@@ -93,10 +92,10 @@ XSB_ENGINE=pre
 libname=pq postgresql
 include=libpq-fe.h
 
-[libmysql]
+[libmariadb]
 include=mysql.h
 headerpath=../
-soname=mysqlclient
+soname=mariadb
 
 [libpcre]
 include=pcre.h