[dovecot-cvs] dovecot/src/auth db-mysql.h,1.3,1.4
cras at dovecot.org
cras at dovecot.org
Fri Jul 30 05:07:49 EEST 2004
Update of /home/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv24832/src/auth
Modified Files:
db-mysql.h
Log Message:
Better MySQL checking. Patch by John Dennis
Index: db-mysql.h
===================================================================
RCS file: /home/cvs/dovecot/src/auth/db-mysql.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- db-mysql.h 26 Jul 2004 17:06:35 -0000 1.3
+++ db-mysql.h 30 Jul 2004 02:07:47 -0000 1.4
@@ -1,13 +1,8 @@
#ifndef __DB_MYSQL_H
#define __DB_MYSQL_H
-#ifdef HAVE_MYSQL_MYSQL_H
-# include <mysql/mysql.h>
-# include <mysql/errmsg.h>
-#else
-# include <mysql.h>
-# include <errmsg.h>
-#endif
+#include <mysql.h>
+#include <errmsg.h>
struct mysql_connection;
struct mysql_request;
More information about the dovecot-cvs
mailing list