1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-12 05:01:15 +03:00

more removals of PORTNAME_*

This commit is contained in:
Marc G. Fournier
1996-10-31 10:20:09 +00:00
parent bdd07411b4
commit 4df1a41478
3 changed files with 27 additions and 27 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.4 1996/08/14 05:01:53 scrappy Exp $
* $Header: /cvsroot/pgsql/src/backend/storage/ipc/ipc.c,v 1.5 1996/10/31 10:20:06 scrappy Exp $
*
* NOTES
*
@@ -41,7 +41,7 @@
#include "utils/memutils.h"
#include "utils/elog.h"
#if defined(PORTNAME_bsd44)
#if defined(bsd44)
int UsePrivateMemory = 1;
#else
int UsePrivateMemory = 0;