1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-16 15:02:33 +03:00

First clean compile without a "PORTNAME" variable being set...

This commit is contained in:
Marc G. Fournier
1997-12-20 00:11:13 +00:00
parent 93e74460a9
commit 10ff1eea60
10 changed files with 234 additions and 251 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.13 1997/09/18 20:22:27 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/fmgr/dfmgr.c,v 1.14 1997/12/20 00:10:42 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -26,7 +26,8 @@
#include "access/heapam.h"
#include "nodes/pg_list.h"
#include "port-protos.h" /* system specific function prototypes */
#include "dynloader.h"
#ifdef __ultrix
#include <dl.h>
#endif