More functions unavailable on some systems.
authorJim Blandy <jimb@red-bean.com>
Wed, 7 Aug 1996 20:25:10 +0000 (20:25 +0000)
committerJim Blandy <jimb@red-bean.com>
Wed, 7 Aug 1996 20:25:10 +0000 (20:25 +0000)
commit1fd838affc9b1e15924743ed98ea94121cf9bfcf
treea6cc80728a9e320568c5dc277abd5021ce259aed
parent339d28a35e1ddff16faeb0f5a2ae0901198a7190
More functions unavailable on some systems.
* configure.in (AC_CHECK_FUNCS): Add ctermid, setpgid, setsid,
tcgetpgrp, tcsetpgrp, and waitpid to the list of functions to
check for.
* configure, scmconfig.h.in: Updated, using autoconf and autoheader.
* posix.c (scm_sys_ctermid, scm_sys_setpgid, scm_sys_setsid,
scm_sys_tcgetpgrp, scm_sys_tcsetpgrp, scm_sys_waitpid): Put the
bodies of these functions in "#ifdef HAVE_MUMBLE" clauses, with a
stub that signals an error as the #else.
libguile/configure
libguile/configure.in
libguile/posix.c
libguile/scmconfig.h.in