Browse CVS Repository
Diff of /freewnn/FreeWnn/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 403 |
dnl Checks for symbol |
dnl Checks for symbol |
| 404 |
dnl |
dnl |
| 405 |
|
|
|
AC_MSG_CHECKING(for RAND_MAX) |
|
|
AC_EGREP_CPP(yes, |
|
|
[#include <stdlib.h> |
|
|
#ifdef RAND_MAX |
|
|
yes |
|
|
#endif |
|
|
],AC_DEFINE(HAVE_RAND_MAX)) |
|
|
|
|
| 406 |
dnl |
dnl |
| 407 |
dnl Checks for library functions. |
dnl Checks for library functions. |
| 408 |
dnl |
dnl |
| 420 |
dnl FreeWnn do not use the 3rd parameter of wait3(). |
dnl FreeWnn do not use the 3rd parameter of wait3(). |
| 421 |
dnl AC_FUNC_WAIT3 |
dnl AC_FUNC_WAIT3 |
| 422 |
|
|
| 423 |
AC_CHECK_FUNCS(drand48 fchmod getopt \ |
AC_CHECK_FUNCS(random drand48 fchmod getopt \ |
| 424 |
gethostname select socket closesocket setsockopt send recv \ |
gethostname select socket closesocket setsockopt send recv \ |
| 425 |
getdtablesize getrlimit syslog vsyslog setenv snprintf) |
getdtablesize getrlimit syslog vsyslog setenv snprintf) |
| 426 |
dnl for bcopy/index -> memcpy/strchr conversion (preparation): |
dnl for bcopy/index -> memcpy/strchr conversion (preparation): |
|
|
Legend:
| Removed from v.1.30 |
|
| changed lines |
| |
Added in v.1.31 |
|
|
|