(AC_CHECK_FUNCS): Add DINFINITY and DQNAN.
This commit is contained in:
parent
a73256d018
commit
1df728345b
1 changed files with 4 additions and 1 deletions
|
|
@ -595,9 +595,12 @@ AC_SUBST(DLPREOPEN)
|
|||
AC_CHECK_HEADERS([assert.h crt_externs.h])
|
||||
|
||||
# Reasons for testing:
|
||||
# DINFINITY - OSF specific
|
||||
# DQNAN - OSF specific
|
||||
# (DINFINITY and DQNAN are actually global variables, not functions)
|
||||
# _NSGetEnviron - Darwin specific
|
||||
#
|
||||
AC_CHECK_FUNCS([ctermid ftime fchown getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction siginterrupt strftime strptime symlink sync 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 unsetenv _NSGetEnviron])
|
||||
AC_CHECK_FUNCS([DINFINITY DQNAN ctermid ftime fchown getcwd geteuid gettimeofday lstat mkdir mknod nice readlink rename rmdir select setegid seteuid setlocale setpgid setsid sigaction siginterrupt strftime strptime symlink sync 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 unsetenv _NSGetEnviron])
|
||||
|
||||
AC_CHECK_HEADERS(crypt.h sys/resource.h sys/file.h)
|
||||
AC_CHECK_FUNCS(chroot flock getlogin cuserid getpriority setpriority getpass sethostname gethostname)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue