diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-25 07:38:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-06-25 07:38:27 (GMT) |
commit | 53a1c724ce9fb550d72eb58cf3599411674da0c2 (patch) | |
tree | 449d8c1cc6194a4789aba2a199397abd7f1a4696 /unix/configure | |
parent | 3f90f816f86882d82b3bda1af1d503759acf5039 (diff) | |
parent | 56d2c7e23c1acd887d31a182324a9861cb6e68dd (diff) | |
download | tcl-53a1c724ce9fb550d72eb58cf3599411674da0c2.zip tcl-53a1c724ce9fb550d72eb58cf3599411674da0c2.tar.gz tcl-53a1c724ce9fb550d72eb58cf3599411674da0c2.tar.bz2 |
Merge 8.5
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unix/configure b/unix/configure index b064de4..73a8eac 100755 --- a/unix/configure +++ b/unix/configure @@ -14922,6 +14922,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); @@ -15089,6 +15092,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"; @@ -16462,6 +16468,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include <stdlib.h> + #include <string.h> #define OURVAR "havecopy=yes" int main (int argc, char *argv[]) { |