Mercurial > hg > octave-max
comparison configure.ac @ 10251:28e5a5f826bc
configure.ac: delete checks for signal functions
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 03 Feb 2010 03:32:02 -0500 |
parents | 2d47356a7a1a |
children | 8cf32587d8f1 |
comparison
equal
deleted
inserted
replaced
10250:2d47356a7a1a | 10251:28e5a5f826bc |
---|---|
1493 getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \ | 1493 getegid geteuid getgid getgrent getgrgid getgrnam getpgrp getpid \ |
1494 getppid getpwent getpwuid getuid getwd _kbhit kill \ | 1494 getppid getpwent getpwuid getuid getwd _kbhit kill \ |
1495 lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \ | 1495 lgamma lgammaf lgamma_r lgammaf_r localtime_r log1p log1pf \ |
1496 mkstemp pipe poll putenv raise \ | 1496 mkstemp pipe poll putenv raise \ |
1497 realpath resolvepath rindex roundl select setgrent setlocale \ | 1497 realpath resolvepath rindex roundl select setgrent setlocale \ |
1498 setpwent setvbuf sigaction siglongjmp sigpending sigprocmask sigsuspend \ | 1498 setpwent setvbuf siglongjmp \ |
1499 snprintf strdup strerror strsignal tempnam tgammaf trunc umask \ | 1499 snprintf strdup strerror strsignal tempnam tgammaf trunc umask \ |
1500 uname usleep utime vfprintf vsprintf vsnprintf waitpid \ | 1500 uname usleep utime vfprintf vsprintf vsnprintf waitpid \ |
1501 _chmod _snprintf x_utime _utime32) | 1501 _chmod _snprintf x_utime _utime32) |
1502 | 1502 |
1503 AC_LANG_PUSH(C++) | 1503 AC_LANG_PUSH(C++) |