Browse CVS Repository
Diff of /freewnn/FreeWnn/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 415 |
AC_FUNC_MEMCMP |
AC_FUNC_MEMCMP |
| 416 |
AC_TYPE_SIGNAL |
AC_TYPE_SIGNAL |
| 417 |
AC_FUNC_WAIT3 |
AC_FUNC_WAIT3 |
|
AC_CHECK_FUNCS(gethostname select socket strtol) |
|
|
AC_CHECK_FUNCS(drand48) |
|
| 418 |
AC_CHECK_FUNCS(perror) |
AC_CHECK_FUNCS(perror) |
| 419 |
AC_CHECK_FUNCS(closesocket setsockopt send recv) |
AC_CHECK_FUNCS(drand48 strtol) |
| 420 |
|
AC_CHECK_FUNCS(fchmod) |
| 421 |
AC_CHECK_FUNC(setpgrp) |
AC_CHECK_FUNC(setpgrp) |
| 422 |
|
AC_FUNC_SETPGRP |
| 423 |
|
AC_CHECK_FUNCS(gethostname select) |
| 424 |
|
AC_CHECK_FUNCS(socket closesocket setsockopt send recv) |
| 425 |
AC_CHECK_FUNCS(vsyslog) |
AC_CHECK_FUNCS(vsyslog) |
| 426 |
dnl for bcopy/index -> memcpy/strchr conversion (preparation): |
dnl for bcopy/index -> memcpy/strchr conversion (preparation): |
| 427 |
dnl AC_CHECK_FUNCS(strchr memcpy) |
dnl AC_CHECK_FUNCS(strchr memcpy) |
|
AC_FUNC_SETPGRP |
|
| 428 |
|
|
| 429 |
dnl Check fallback functions for jserver (should use AC_REPLACE_FUNCS?) |
dnl Check fallback functions for jserver (should use AC_REPLACE_FUNCS?) |
| 430 |
JS_SUPPORTOBJS= |
JS_SUPPORTOBJS= |
|
|
Legend:
| Removed from v.1.21 |
|
| changed lines |
| |
Added in v.1.22 |
|
|
|