summaryrefslogtreecommitdiff
path: root/databases/mysql2odbc/files/patch-libfakesql.h
diff options
context:
space:
mode:
Diffstat (limited to 'databases/mysql2odbc/files/patch-libfakesql.h')
-rw-r--r--databases/mysql2odbc/files/patch-libfakesql.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/mysql2odbc/files/patch-libfakesql.h b/databases/mysql2odbc/files/patch-libfakesql.h
new file mode 100644
index 000000000000..a161d055ada0
--- /dev/null
+++ b/databases/mysql2odbc/files/patch-libfakesql.h
@@ -0,0 +1,17 @@
+--- libfakesql.h.orig Sat Aug 20 16:16:01 2005
++++ libfakesql.h Sat Aug 20 16:00:18 2005
+@@ -47,6 +47,14 @@
+
+ ///////////////////////////////////////////////////////////////////////////////
+
++#ifndef FALSE
++#define FALSE 0
++#endif
++
++#ifndef TRUE
++#define TRUE 1
++#endif
++
+ #define NAME_LEN 64 /* Field/table name length */
+ #define HOSTNAME_LENGTH 60
+ #define USERNAME_LENGTH 16