lurcher / unixODBC

The unixODBC Project goals are to develop and promote unixODBC to be the definitive standard for ODBC on non MS Windows platforms.
GNU Lesser General Public License v2.1
100 stars 52 forks source link

Introduce unixodbc.h as a new public header containing relevant build-time preprocessor definitions #101

Closed hughmcmaster closed 2 years ago

hughmcmaster commented 2 years ago

This patchset:

  1. Updates Makefile.am to better handle unixodbc_conf.h installation and *.ini files.
  2. Updates variables to use round brackets for consistency.
  3. Uses MKDIR_P for portability.
  4. Splits the preprocessor definitions listed in #99 from unixodbc_conf.h to a new public header, unixodbc.h.
  5. Installs unixodbc_conf.h in a subdirectory to ensure it is a private header.