Remove HAVE_ macros from mdbtools.h and mdbsql.h

Generate mdbtools.h at configure-time. This ensures that the public
interface matches the compiled structures.

See #316
This commit is contained in:
Evan Miller
2021-08-04 15:29:23 -04:00
parent a44a8ed8ae
commit e88e3cc7e7
4 changed files with 37 additions and 24 deletions

View File

@@ -1,4 +1,8 @@
include_HEADERS = mdbtools.h mdbsql.h
EXTRA_DIST = mdbtools.h.in
include_HEADERS = mdbtools.h
if SQL
include_HEADERS += mdbsql.h
endif
if FAKE_GLIB
include_HEADERS += mdbfakeglib.h
endif