diff options
Diffstat (limited to 'databases/unixODBC/files/patch-exe-odbc-config.c')
-rw-r--r-- | databases/unixODBC/files/patch-exe-odbc-config.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/unixODBC/files/patch-exe-odbc-config.c b/databases/unixODBC/files/patch-exe-odbc-config.c deleted file mode 100644 index 686da5ebaaae..000000000000 --- a/databases/unixODBC/files/patch-exe-odbc-config.c +++ /dev/null @@ -1,19 +0,0 @@ ---- exe/odbc-config.c.orig 2008/05/20 13:43:47 1.7 -+++ exe/odbc-config.c 2008/11/27 13:44:43 1.8 -@@ -66,12 +66,12 @@ - printf( "#ifndef HAVE_LONG_LONG\n #define HAVE_LONG_LONG\n#endif\n" ); - #endif - --#ifdef ODBCINT64 -- printf( "#ifndef ODBCINT64\n #define ODBCINT64\n#endif\n" ); -+#ifdef ODBCINT64_TYPE -+ printf( "#ifndef ODBCINT64\n #define ODBCINT64 %s\n#endif\n", ODBCINT64_TYPE ); - #endif - --#ifdef UODBCINT64 -- printf( "#ifndef UODBCINT64\n #define UODBCINT64\n#endif\n" ); -+#ifdef UODBCINT64_TYPE -+ printf( "#ifndef UODBCINT64\n #define UODBCINT64 %s\n#endif\n", UODBCINT64_TYPE ); - #endif - - #ifdef DISABLE_INI_CACHING |