AC_INIT(libspatialite, 5.1.0, a.furieri@lqt.it)
AC_LANG(C)
AC_CONFIG_MACRO_DIR([m4])
AC_USE_SYSTEM_EXTENSIONS
AM_INIT_AUTOMAKE([foreign no-define])
AM_MAINTAINER_MODE
#include <sys/types.h>
#include <stdlib.h>
#include <stdio.h>
#include <strings.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include <memory.h>
#include <float.h>
#if defined(_WIN32) && !defined(__MINGW32__)
*/
#include <assert.h>
#include "config-msvc.h"
#include <io.h>
#include "config.h"
#endif
#define isatty _isatty
#define fileno _fileno
#else
#include <spatialite/sqlite.h>
#include <spatialite/debug.h>
#include <errno.h>
#ifdef _WIN32
#include <windows.h>