added system call macros for x86 and x86_64 for implementing pio based on vfork
This commit is contained in:
9
qse/configure
vendored
9
qse/configure
vendored
@ -16179,12 +16179,13 @@ _ACEOF
|
||||
fi
|
||||
done
|
||||
|
||||
for ac_func in posix_spawn
|
||||
for ac_func in fork vfork posix_spawn
|
||||
do :
|
||||
ac_fn_c_check_func "$LINENO" "posix_spawn" "ac_cv_func_posix_spawn"
|
||||
if test "x$ac_cv_func_posix_spawn" = xyes; then :
|
||||
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
|
||||
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
|
||||
if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define HAVE_POSIX_SPAWN 1
|
||||
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
||||
_ACEOF
|
||||
|
||||
fi
|
||||
|
Reference in New Issue
Block a user