home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / glibc-1.06 / sysdeps / unix / common / configure.in < prev    next >
Encoding:
Text File  |  1993-05-05  |  353 b   |  9 lines

  1. GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
  2.  
  3. # Find out what this system calls `sys_siglist'.
  4. AC_HAVE_FUNCS(sys_siglist _sys_siglist)
  5.  
  6. # Find out the name of the table the system's <ctype.h> uses for character
  7. # classification.  This is used by sysdeps/unix/common/glue-ctype.c.
  8. AC_HAVE_FUNCS(_ctype_ __ctype_ __ctype _ctype__)
  9.