From fe979ae406fd20aba6c662bf74397a12d58dea45 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 31 Oct 2003 18:14:11 +0000 Subject: [PATCH] Back-patch removal of unnecessary inclusion of , so that 7.3.5 will build out-of-the-box on Solaris. --- src/interfaces/libpq/fe-connect.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/interfaces/libpq/fe-connect.c b/src/interfaces/libpq/fe-connect.c index 887e5ced68..6a0170807f 100644 --- a/src/interfaces/libpq/fe-connect.c +++ b/src/interfaces/libpq/fe-connect.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.213.2.2 2003/01/30 19:50:07 tgl Exp $ + * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.213.2.3 2003/10/31 18:14:11 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -42,9 +42,6 @@ #ifndef HAVE_STRDUP #include "strdup.h" #endif -#ifdef HAVE_CRYPT_H -#include -#endif #include "mb/pg_wchar.h" -- 2.50.0