From e44c93180172b892993fcb77370c5546606b34ab Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 19 Jul 1999 02:27:16 +0000 Subject: Re-add getopt.h check, remove NT-specific tests for it. --- src/backend/tcop/postgres.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 6dfd32f6b10..ea357ba613a 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.125 1999/07/17 20:17:51 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.126 1999/07/19 02:27:06 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -39,7 +39,7 @@ #include #include #include -#ifdef __CYGWIN32__ +#ifdef HAVE_GETOPT_H #include #endif @@ -1494,7 +1494,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.125 $ $Date: 1999/07/17 20:17:51 $\n"); + puts("$Revision: 1.126 $ $Date: 1999/07/19 02:27:06 $\n"); } /* ---------------- -- cgit v1.2.3