home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / generic / configure < prev    next >
Encoding:
Text File  |  1994-07-29  |  1008 b   |  42 lines

  1. # This file is generated from configure.in by Autoconf.  DO NOT EDIT!
  2.  
  3.  
  4. if [ ! "$inhibit_glue" ]; then
  5.  
  6. # For signame.c, used in make_siglist.
  7. for ac_func in psignal
  8. do
  9. ac_tr_func=HAVE_`echo $ac_func | tr '[a-z]' '[A-Z]'`
  10. test -n "$silent" || echo "checking for ${ac_func}"
  11. cat > conftest.${ac_ext} <<EOF
  12. #include "confdefs.h"
  13. #include <ctype.h>
  14. int main() { return 0; }
  15. int t() { 
  16. /* The GNU C library defines this for functions which it implements
  17.     to always fail with ENOSYS.  Some functions are actually named
  18.     something starting with __ and the normal name is an alias.  */
  19. #if defined (__stub_${ac_func}) || defined (__stub___${ac_func})
  20. choke me
  21. #else
  22. /* Override any gcc2 internal prototype to avoid an error.  */
  23. extern char ${ac_func}(); ${ac_func}();
  24. #endif
  25. ; return 0; }
  26. EOF
  27. if eval $ac_compile; then
  28.   rm -rf conftest*
  29.   {
  30. test -n "$verbose" && \
  31. echo "    defining ${ac_tr_func}"
  32. echo "#define" ${ac_tr_func} "1" >> confdefs.h
  33. DEFS="$DEFS -D${ac_tr_func}=1"
  34. }
  35.  
  36.  
  37. fi
  38. rm -f conftest*
  39. done
  40.  
  41. fi
  42.