mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
Use AC_USE_SYSTEM_EXTENSIONS
Defining _XOPEN_SOURCE explicitly in the source file leads to all kinds of cross-platform headaches, plus incompatibilities between configure-time capabilities and compile-time features. Let autoconf sort out how to expose the largest number of functions in a way that is consistent between configuration and compilation.
This commit is contained in:
@@ -17,9 +17,6 @@
|
||||
*/
|
||||
|
||||
#include <stdarg.h>
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#define _XOPEN_SOURCE 700
|
||||
#endif
|
||||
#include "mdbsql.h"
|
||||
|
||||
#ifdef HAVE_STRPTIME
|
||||
|
||||
Reference in New Issue
Block a user