1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Removed PORTNAME_. Use OS version only.

This commit is contained in:
Bruce Momjian
1996-11-04 04:00:56 +00:00
parent 510ebf75a1
commit 7e42f4814d
17 changed files with 78 additions and 80 deletions

View File

@@ -20,7 +20,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.11 1996/10/07 21:17:01 scrappy Exp $
* $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.12 1996/11/04 04:00:02 momjian Exp $
*
* Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb
*
@@ -46,7 +46,7 @@
#include <stdio.h>
#include <string.h>
#include <sys/param.h> /* for MAXHOSTNAMELEN on most */
#ifdef PORTNAME_sparc_solaris
#ifdef sparc_solaris
#include <netdb.h> /* for MAXHOSTNAMELEN on some */
#endif