From efc338be246089be082ed7117f418735a2acecdd Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 24 Jun 2020 14:40:17 +0000 Subject: re-generate unix/configure --- unix/configure | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/unix/configure b/unix/configure index a900a70..1562f6c 100755 --- a/unix/configure +++ b/unix/configure @@ -14715,6 +14715,9 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + +#include +#include int main() { extern int strstr(); exit(strstr("\0test", "test") ? 1 : 0); @@ -14882,6 +14885,9 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + +#include +#include int main() { extern int strtoul(); char *term, *string = "0"; @@ -15049,6 +15055,9 @@ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ + +#include +#include int main() { #include extern double strtod(); -- cgit v0.12