From 79e78f0b80c0d832fcb9f394fc354520bcdcf9b6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 28 Jul 1997 00:57:08 +0000 Subject: Added SCO support, from Daniel Harris. --- src/backend/tcop/postgres.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 57262eada50..7b39d6915ca 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.34 1997/07/24 20:15:03 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.35 1997/07/28 00:55:28 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -29,6 +29,9 @@ #ifndef MAXHOSTNAMELEN #include /* for MAXHOSTNAMELEN on some */ #endif +#ifndef MAXHOSTNAMELEN /* for MAXHOSTNAMELEN under sco3.2v5.0.2 */ +#include +#endif #include #ifdef aix #include @@ -1271,7 +1274,7 @@ PostgresMain(int argc, char *argv[]) */ if (IsUnderPostmaster == false) { puts("\nPOSTGRES backend interactive interface"); - puts("$Revision: 1.34 $ $Date: 1997/07/24 20:15:03 $"); + puts("$Revision: 1.35 $ $Date: 1997/07/28 00:55:28 $"); } /* ---------------- -- cgit v1.2.3