diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-24 14:40:17 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-24 14:40:17 (GMT) |
commit | efc338be246089be082ed7117f418735a2acecdd (patch) | |
tree | ea38a42c61749d4f187ce00dab9f7418d4b2e803 | |
parent | 034bd13a3cd5781c916ced37c764a6634e458499 (diff) | |
download | tcl-efc338be246089be082ed7117f418735a2acecdd.zip tcl-efc338be246089be082ed7117f418735a2acecdd.tar.gz tcl-efc338be246089be082ed7117f418735a2acecdd.tar.bz2 |
re-generate unix/configure
-rwxr-xr-x | unix/configure | 9 |
1 files changed, 9 insertions, 0 deletions
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 <stdlib.h> +#include <string.h> 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 <stdlib.h> +#include <string.h> 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 <stdlib.h> +#include <string.h> int main() { #include <stdlib.h> extern double strtod(); |