From: Kurt Zeilenga Date: Mon, 26 Apr 1999 23:55:08 +0000 (+0000) Subject: Add vfork comment X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~136 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=51fba2644a96549f3011d205392b3200e864dc3c;p=openldap Add vfork comment --- diff --git a/configure.in b/configure.in index 8bbe32b472..956cec6f8c 100644 --- a/configure.in +++ b/configure.in @@ -1528,6 +1528,8 @@ AC_FUNC_MEMCMP dnl AM_FUNC_MKTIME dnl checks for sys/time.h and unistd.h AC_FUNC_STRFTIME dnl AM_FUNC_STRTOD + +dnl we should use vfork instead of fork in a number of places... dnl AC_FUNC_VFORK AC_FUNC_VPRINTF