1 # This file is generated from configure.in by Autoconf. DO NOT EDIT!
4 if [ ! "$inhibit_glue" ]; then
6 # For signame.c, used in make_siglist.
9 ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
10 echo "checking for ${ac_func}" 1>&4
11 if eval "test \"`echo '${'ac_cv_func_${ac_func}'+set}'`\" = set"; then
12 echo " using cached value for ac_cv_func_${ac_func}" 1>&5
14 cat > conftest.${ac_ext} <<EOF
17 int main() { return 0; }
19 /* The GNU C library defines this for functions which it implements
20 to always fail with ENOSYS. Some functions are actually named
21 something starting with __ and the normal name is an alias. */
22 #if defined (__stub_${ac_func}) || defined (__stub___${ac_func})
25 /* Override any gcc2 internal prototype to avoid an error. */
26 extern char ${ac_func}(); ${ac_func}();
30 if eval $ac_compile; then
32 eval "ac_cv_func_${ac_func}=yes"
35 eval "ac_cv_func_${ac_func}=no"
40 if eval "test \"`echo '$ac_cv_func_'${ac_func}`\" = yes"; then
43 test "$verbose" = yes && \
44 echo " defining ${ac_tr_func}"
45 echo "#define" ${ac_tr_func} "1" >> confdefs.h
46 DEFS="$DEFS -D${ac_tr_func}=1"