1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 02:33:13 +02:00

BUILD : 1.7.4 (283) BUGS : N/A NOTES : Added better mysql detection to autoconf

git-svn-id: svn://svn.anope.org/anope/trunk@283 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@182 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-07-25 18:31:30 +00:00
parent c6fe2b8f4d
commit e5e4057f22
8 changed files with 932 additions and 983 deletions
+2 -11
View File
@@ -58,17 +58,8 @@
# define MYSQL_WARNING 2
# define MYSQL_ERROR 4
#ifdef HAVE_MYSQL_MYSQL_H
#ifdef MYSQL_HEADER_PREFIX
#include <mysql/mysql.h>
#include <mysql/errmsg.h>
#else
#include <mysql.h>
#include <errmsg.h>
#endif
#endif
#include "mysql.h"
#include "errmsg.h"
#endif
#if HAVE_STRINGS_H