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/interfaces/libpq/fe-auth.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'src/interfaces/libpq/fe-auth.c') diff --git a/src/interfaces/libpq/fe-auth.c b/src/interfaces/libpq/fe-auth.c index 62f5ad4f8e..f9732893b8 100644 --- a/src/interfaces/libpq/fe-auth.c +++ b/src/interfaces/libpq/fe-auth.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.30 1999/07/17 20:18:43 momjian Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.31 1999/07/19 02:27:14 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -25,10 +25,12 @@ * */ +#include + +#include "postgres.h" #include "libpq-fe.h" #include "libpq-int.h" #include "fe-auth.h" -#include "postgres.h" #ifdef WIN32 #include "win32.h" @@ -37,11 +39,8 @@ #ifndef MAXHOSTNAMELEN #include /* for MAXHOSTNAMELEN on some */ #endif -#if !defined(NO_UNISTD_H) -#include -#endif #include -#endif /* WIN32 */ +#endif #ifdef HAVE_CRYPT_H #include -- cgit v1.2.1