[package] add unixodbc
Signed-off-by: Jiri Slachta <jiri@slachta.eu> git-svn-id: svn://svn.openwrt.org/openwrt/packages@31164 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
22
libs/unixodbc/files/unixodbc_conf.h
Normal file
22
libs/unixodbc/files/unixodbc_conf.h
Normal file
@ -0,0 +1,22 @@
|
||||
@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
|
||||
|
Reference in New Issue
Block a user