|
Lines 602-607
AC_CHECK_HEADERS([assert.h crt_externs.h
Link Here
|
| 602 |
# (DINFINITY and DQNAN are actually global variables, not functions) |
602 |
# (DINFINITY and DQNAN are actually global variables, not functions) |
| 603 |
# chsize - an MS-DOS-ism, found in mingw |
603 |
# chsize - an MS-DOS-ism, found in mingw |
| 604 |
# clog10 - not in mingw (though others like clog and csqrt are) |
604 |
# clog10 - not in mingw (though others like clog and csqrt are) |
|
|
605 |
# clog,cexp - not in FreeBSD (though others are, like cabs) |
| 605 |
# fesetround - available in C99, but not older systems |
606 |
# fesetround - available in C99, but not older systems |
| 606 |
# ftruncate - posix, but probably not older systems (current mingw |
607 |
# ftruncate - posix, but probably not older systems (current mingw |
| 607 |
# has it as an inline for chsize) |
608 |
# has it as an inline for chsize) |
|
Lines 614-620
AC_CHECK_HEADERS([assert.h crt_externs.h
Link Here
|
| 614 |
# isblank - available as a GNU extension or in C99 |
615 |
# isblank - available as a GNU extension or in C99 |
| 615 |
# _NSGetEnviron - Darwin specific |
616 |
# _NSGetEnviron - Darwin specific |
| 616 |
# |
617 |
# |
| 617 |
AC_CHECK_FUNCS([DINFINITY DQNAN chsize clog10 ctermid fesetround ftime ftruncate fchown getcwd geteuid gettimeofday gmtime_r ioctl lstat mkdir mknod nice readdir_r readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction siginterrupt stat64 strftime strptime symlink sync sysconf tcgetpgrp tcsetpgrp times uname waitpid strdup system usleep atexit on_exit chown link fcntl ttyname getpwent getgrent kill getppid getpgrp fork setitimer getitimer strchr strcmp index bcopy memcpy rindex truncate unsetenv isblank _NSGetEnviron]) |
618 |
AC_CHECK_FUNCS([DINFINITY DQNAN chsize clog10 clog cexp ctermid fesetround ftime ftruncate fchown getcwd geteuid gettimeofday gmtime_r ioctl lstat mkdir mknod nice readdir_r readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction siginterrupt stat64 strftime strptime symlink sync sysconf tcgetpgrp tcsetpgrp times uname waitpid strdup system usleep atexit on_exit chown link fcntl ttyname getpwent getgrent kill getppid getpgrp fork setitimer getitimer strchr strcmp index bcopy memcpy rindex truncate unsetenv isblank _NSGetEnviron]) |
| 618 |
|
619 |
|
| 619 |
# Reasons for testing: |
620 |
# Reasons for testing: |
| 620 |
# netdb.h - not in mingw |
621 |
# netdb.h - not in mingw |