]> jfr.im git - irc/quakenet/newserv.git/blobdiff - configure.ini
Update README.md
[irc/quakenet/newserv.git] / configure.ini
index 8d2104a0a8c76ca33a5eff1870c443eb675f23a3..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,7 +30,7 @@ chanstats=
 carrot=
 horse=
 newsearch=pcre
-trojanscan=mysql pcre
+trojanscan=mariadb pcre
 tutorbot=
 fsck=
 nterfacer=pcre
@@ -78,7 +78,7 @@ fakeusers=
 raw=
 nickwatch=
 patrol=
-regexgline=pcre regexgline
+regexgline=pcre dbapi
 facepalm=
 a4stats=lua
 rbl=
@@ -92,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