1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

autoconf test for and set HAVE_VFORK

This commit is contained in:
Marc G. Fournier
1997-02-06 06:15:49 +00:00
parent e72b1ccd30
commit a7257ff41f
2 changed files with 5 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.36 1997/01/27 22:37:48 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/postmaster/postmaster.c,v 1.37 1997/02/06 06:15:49 scrappy Exp $
*
* NOTES
*
@@ -86,7 +86,7 @@
#if defined(DBX_VERSION)
# define FORK() (0)
#else
# if defined(NO_VFORK)
# ifndef HAVE_VFORK)
# define FORK() fork()
# else
# define FORK() vfork()