From f3d25a747288dee52c0ca103f88882f220591e29 Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Fri, 27 Oct 2023 14:10:59 +0800 Subject: unixodbc: Remove custom unixodbc_conf.h As unixodbc_conf.h is now generated by configure instead of odbc_config[1], it is not necessary to use a custom copy of the header file anymore. [1]: https://github.com/lurcher/unixODBC/commit/be3341cdc61623a533d3a17529cc65b101bfa8a0 Signed-off-by: Jeffery To --- libs/unixodbc/files/unixodbc_conf.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 libs/unixodbc/files/unixodbc_conf.h (limited to 'libs/unixodbc/files') diff --git a/libs/unixodbc/files/unixodbc_conf.h b/libs/unixodbc/files/unixodbc_conf.h deleted file mode 100644 index f149d02b1..000000000 --- a/libs/unixodbc/files/unixodbc_conf.h +++ /dev/null @@ -1,22 +0,0 @@ -@ifndef HAVE_UNISTD_H - @define HAVE_UNISTD_H -@endif -@ifndef HAVE_PWD_H - @define HAVE_PWD_H -@endif -@ifndef HAVE_SYS_TYPES_H - @define HAVE_SYS_TYPES_H -@endif -@ifndef HAVE_LONG_LONG - @define HAVE_LONG_LONG -@endif -@ifndef ODBCINT64 - @define ODBCINT64 long -@endif -@ifndef UODBCINT64 - @define UODBCINT64 unsigned long -@endif -@ifndef SIZEOF_LONG_INT - @define SIZEOF_LONG_INT __SIZEOF_LONG__ -@endif - \ No newline at end of file -- cgit v1.2.3