Browse CVS Repository
Diff of /freewnn/FreeWnn/configure.in
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 365 |
AC_HEADER_STDC |
AC_HEADER_STDC |
| 366 |
AC_HEADER_SYS_WAIT |
AC_HEADER_SYS_WAIT |
| 367 |
AC_HEADER_TIME |
AC_HEADER_TIME |
| 368 |
AC_CHECK_HEADERS(fcntl.h sgtty.h syslog.h unistd.h \ |
AC_CHECK_HEADERS(fcntl.h syslog.h unistd.h utmp.h \ |
| 369 |
sys/file.h sys/ioctl.h sys/time.h sys/types.h sys/param.h \ |
sys/file.h sys/ioctl.h sys/time.h sys/types.h sys/param.h \ |
| 370 |
malloc.h strings.h memory.h \ |
malloc.h strings.h memory.h \ |
| 371 |
curses.h ncurses.h term.h termio.h \ |
curses.h ncurses.h sgtty.h term.h termio.h termios.h \ |
| 372 |
) |
) |
| 373 |
dnl If you don't use ansidecl.h, use this (and modify Wnn/jserver/error.c) |
dnl If you don't use ansidecl.h, use this (and modify Wnn/jserver/error.c) |
| 374 |
dnl AC_CHECK_HEADERS(stdarg.h varargs.h, break) |
dnl AC_CHECK_HEADERS(stdarg.h varargs.h, break) |
| 411 |
dnl for bcopy/index -> memcpy/strchr conversion (preparation): |
dnl for bcopy/index -> memcpy/strchr conversion (preparation): |
| 412 |
AC_CHECK_FUNCS(bcopy bzero bcmp index rindex \ |
AC_CHECK_FUNCS(bcopy bzero bcmp index rindex \ |
| 413 |
memcpy memmove memset strchr strrchr) |
memcpy memmove memset strchr strrchr) |
| 414 |
|
dnl utmp functions for uum. |
| 415 |
|
AC_CHECK_FUNCS(saveutmp) |
| 416 |
|
|
| 417 |
dnl Check fallback functions for jserver (should use AC_REPLACE_FUNCS?) |
dnl Check fallback functions for jserver (should use AC_REPLACE_FUNCS?) |
| 418 |
JS_SUPPORTOBJS= |
JS_SUPPORTOBJS= |
|
|
Legend:
| Removed from v.1.34 |
|
| changed lines |
| |
Added in v.1.35 |
|
|
|