diff options
Diffstat (limited to 'extension/configure')
-rwxr-xr-x | extension/configure | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/extension/configure b/extension/configure index f59548c1..efae5568 100755 --- a/extension/configure +++ b/extension/configure @@ -14002,7 +14002,8 @@ fi fi fi -for ac_header in dirent.h fnmatch.h limits.h time.h sys/time.h sys/select.h sys/param.h +for ac_header in dirent.h fnmatch.h limits.h time.h sys/time.h sys/select.h \ + sys/param.h signal.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" @@ -14016,8 +14017,9 @@ fi done -for ac_func in fdopendir fnmatch gettimeofday \ - getdtablesize nanosleep select GetSystemTimeAsFileTime +for ac_func in fcntl fdopendir fnmatch gettimeofday \ + getdtablesize kill nanosleep select sigaction sigprocmask \ + 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" |