Call AC_CHECK_SIZEOF(long int) in configure.ac and always place config.h before sql...
authorHiroshi Inoue <h-inoue@dream.email.ne.jp>
Wed, 23 May 2018 07:34:22 +0000 (16:34 +0900)
committerHiroshi Inoue <h-inoue@dream.email.ne.jp>
Wed, 23 May 2018 07:34:22 +0000 (16:34 +0900)
commit31086a6a9575b9c80f939089abafbde3bf6e1da2
treebba7cc9d62718673121e4fda759947ecc5ad82e5
parentc04f6bae5434f8e9bdbef9660028606527fcf29f
Call AC_CHECK_SIZEOF(long int) in configure.ac and always place config.h before sql....h. Due to this change, sqltypes.h of unixODBC can recognize SIZEOF_LONG_INT used in psqlodbc driver.
configure.ac
test/Makefile.in
test/reset-db.c
test/src/common.h