+Tue Aug 16 17:58:09 1994 Mark Eichin (eichin@cygnus.com)
+
+ * krcp.c: check HAVE_VFORK_H
+ configure.in: use AC_VFORK (runtime test -- consider just using
+ fork instead.)
+
Sat Aug 13 02:04:37 1994 Mark Eichin (eichin@perdiem)
* Makefile.in (DEFINES): set LOGIN_PROGRAM correctly.
dnl dbm libs for use of an_to_ln
AC_HAVE_LIBRARY(-lndbm)
AC_HAVE_LIBRARY(-ldbm)
+AC_VFORK
AC_FUNC_CHECK(strsave,AC_DEFINE(HAS_STRSAVE))
AC_FUNC_CHECK(utimes,AC_DEFINE(HAS_UTIMES))
AC_FUNC_CHECK(getutent,AC_DEFINE(HAVE_GETUTENT))
#include <netdb.h>
#include <errno.h>
#include <string.h>
+#ifdef HAVE_VFORK_H
+#include <vfork.h>
+#endif
#ifdef HAVE_SETRESUID
#ifndef HAVE_SETREUID