From 94735f0ad7f67c56afa1513381c73e8f62cd44fc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 6 May 2013 00:22:27 -0400 Subject: Remove use of vfork(). GCC was giving us warnings, most OS's now just run fork() when you call vfork(), and looking at the standard definition of vfork() we are a long way from using it safely anyway: you're not allowed to even call a function before you exec(). --- config.ami.template | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config.ami.template') diff --git a/config.ami.template b/config.ami.template index 78e2e75..4202363 100644 --- a/config.ami.template +++ b/config.ami.template @@ -109,9 +109,6 @@ this program. If not, see . */ /* Define if utime(file, NULL) sets file's timestamp to the present. */ /* #undef HAVE_UTIME_NULL */ -/* Define if you have . */ -/* #undef HAVE_VFORK_H */ - /* Define if you have the wait3 system call. */ /* #undef HAVE_WAIT3 */ @@ -176,9 +173,6 @@ this program. If not, see . */ instead of . */ /* #undef UMAX4_3 */ -/* Define vfork as fork if vfork does not work. */ -/* #undef vfork */ - /* Name of this package (needed by automake) */ #define PACKAGE "%PACKAGE%" -- cgit v1.2.3