diff options
| author | Bruce Momjian | 1996-11-04 04:00:56 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1996-11-04 04:00:56 +0000 |
| commit | 7e42f4814d4914cb2be1cbe042cce547109dd6ce (patch) | |
| tree | bb11e0ddfcc20bbb863741d73e6c3142b35efdea /src/bin | |
| parent | 510ebf75a189db52bfaac0a74b078fa58611ed03 (diff) | |
Removed PORTNAME_. Use OS version only.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/monitor/monitor.c | 4 | ||||
| -rw-r--r-- | src/bin/pg4_dump/common.c | 2 | ||||
| -rw-r--r-- | src/bin/pg_dump/common.c | 4 | ||||
| -rw-r--r-- | src/bin/pg_dump/pg_dump.c | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/src/bin/monitor/monitor.c b/src/bin/monitor/monitor.c index 7770b00ddc7..b1f95546373 100644 --- a/src/bin/monitor/monitor.c +++ b/src/bin/monitor/monitor.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/monitor/Attic/monitor.c,v 1.5 1996/07/23 03:03:24 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/bin/monitor/Attic/monitor.c,v 1.6 1996/11/04 03:59:26 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,7 +20,7 @@ #ifndef WIN32 #include <unistd.h> #endif -#if defined(PORTNAME_sparc_solaris) || defined(PORTNAME_i386_solaris) +#if defined(sparc_solaris) || defined(i386_solaris) #include <netdb.h> /* for MAXHOSTNAMELEN on some */ #endif #include <sys/types.h> diff --git a/src/bin/pg4_dump/common.c b/src/bin/pg4_dump/common.c index 0bf6cca533f..caa941b5718 100644 --- a/src/bin/pg4_dump/common.c +++ b/src/bin/pg4_dump/common.c @@ -16,7 +16,7 @@ #include <stdlib.h> #include <stdio.h> #include <sys/param.h> /* for MAXHOSTNAMELEN on most */ -#if defined(PORTNAME_sparc_solaris) || defined(PORTNAME_i386_solaris) +#if defined(sparc_solaris) || defined(i386_solaris) #include <netdb.h> /* for MAXHOSTNAMELEN on some */ #endif diff --git a/src/bin/pg_dump/common.c b/src/bin/pg_dump/common.c index 431f8343cc4..ac03f9e2e17 100644 --- a/src/bin/pg_dump/common.c +++ b/src/bin/pg_dump/common.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.6 1996/10/07 03:30:31 scrappy Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_dump/common.c,v 1.7 1996/11/04 03:59:53 momjian Exp $ * * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2 * @@ -23,7 +23,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 diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 4910f921c8d..d7b47041092 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -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 |
