mirror of
https://git.freebsd.org/ports.git
synced 2025-05-21 03:23:10 -04:00
* MOVED Added antry about move * databases/Makefile Remove databases/myodbc Add databases/mysql-connector-odbc * databases/myodbc Removed * databases/mysql-connector-odbc Update to 3.51.12 Reorganize Makefile Now default DRIVER_MANAGER is unixodbc PR: 89939 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) Repocopy by: marcus
15 lines
362 B
C
15 lines
362 B
C
--- driver/myodbc3.h.orig Sun Oct 9 22:33:40 2005
|
|
+++ driver/myodbc3.h Thu Oct 27 16:16:05 2005
|
|
@@ -101,7 +101,12 @@
|
|
#include <ltdl.h>
|
|
#include <sql.h>
|
|
#include <sqlext.h>
|
|
+
|
|
+# if defined(HAVE_IODBCINST_H)
|
|
+#include <iodbcinst.h>
|
|
+#elif defined(HAVE_ODBCINST_H)
|
|
#include <odbcinst.h>
|
|
+# endif
|
|
|
|
#ifndef SYSTEM_ODBC_INI
|
|
#define BOTH_ODBC_INI ODBC_BOTH_DSN
|