|
@@ -34,7 +34,7 @@ AC_PROG_CC_C99 |
|
|
AC_CONFIG_HEADER(config.h) |
|
|
AC_CONFIG_HEADER(config.h) |
|
|
AC_CONFIG_HEADER(json_config.h) |
|
|
AC_CONFIG_HEADER(json_config.h) |
|
|
AC_HEADER_STDC |
|
|
AC_HEADER_STDC |
|
|
AC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h locale.h xlocale.h endian.h) |
|
|
|
|
|
|
|
|
AC_CHECK_HEADERS(fcntl.h limits.h strings.h syslog.h unistd.h [sys/cdefs.h] [sys/param.h] stdarg.h endian.h) |
|
|
AC_CHECK_HEADER(inttypes.h,[AC_DEFINE([JSON_C_HAVE_INTTYPES_H],[1],[Public define for json_inttypes.h])]) |
|
|
AC_CHECK_HEADER(inttypes.h,[AC_DEFINE([JSON_C_HAVE_INTTYPES_H],[1],[Public define for json_inttypes.h])]) |
|
|
|
|
|
|
|
|
# Checks for typedefs, structures, and compiler characteristics. |
|
|
# Checks for typedefs, structures, and compiler characteristics. |
|
@@ -45,7 +45,7 @@ AC_TYPE_SIZE_T |
|
|
AC_FUNC_VPRINTF |
|
|
AC_FUNC_VPRINTF |
|
|
AC_FUNC_MEMCMP |
|
|
AC_FUNC_MEMCMP |
|
|
AC_CHECK_FUNCS([realloc]) |
|
|
AC_CHECK_FUNCS([realloc]) |
|
|
AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp setlocale uselocale) |
|
|
|
|
|
|
|
|
AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp) |
|
|
AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]]) |
|
|
AC_CHECK_DECLS([INFINITY], [], [], [[#include <math.h>]]) |
|
|
AC_CHECK_DECLS([nan], [], [], [[#include <math.h>]]) |
|
|
AC_CHECK_DECLS([nan], [], [], [[#include <math.h>]]) |
|
|
AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]]) |
|
|
AC_CHECK_DECLS([isnan], [], [], [[#include <math.h>]]) |
|
|