aboutsummaryrefslogtreecommitdiffstats
path: root/extension/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-07-26 23:03:08 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-07-26 23:03:08 +0300
commitdfff2221d2d36ef3fba2a3970440079e2415f8b2 (patch)
tree1bac0ef853458058e4de288c451e6418b64a20c1 /extension/configure
parent11cdf30aa3c7b397ba0702a043f5a44f3607b218 (diff)
downloadegawk-dfff2221d2d36ef3fba2a3970440079e2415f8b2.tar.gz
egawk-dfff2221d2d36ef3fba2a3970440079e2415f8b2.tar.bz2
egawk-dfff2221d2d36ef3fba2a3970440079e2415f8b2.zip
Robustify extension/readdir.c.
Diffstat (limited to 'extension/configure')
-rwxr-xr-xextension/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/extension/configure b/extension/configure
index 94be75b9..4fa61f37 100755
--- a/extension/configure
+++ b/extension/configure
@@ -11462,7 +11462,7 @@ then
CFLAGS="$CFLAGS -Wall -Wextra"
fi
-for ac_header in fnmatch.h time.h sys/time.h sys/select.h
+for ac_header in dirent.h fnmatch.h time.h sys/time.h sys/select.h
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
@@ -11476,7 +11476,7 @@ fi
done
-for ac_func in fnmatch gettimeofday nanosleep select GetSystemTimeAsFileTime
+for ac_func in fdopendir fnmatch gettimeofday nanosleep select GetSystemTimeAsFileTime
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"