From 0e010a54a3b17fe6a66c1ed71caff9dc0fac4c2b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 14 Feb 2003 14:05:00 +0000 Subject: Update FAQ's in head and 7.3.X. --- src/backend/libpq/auth.c | 7 ++++++- src/include/pg_config.h.in | 8 +++++++- 2 files changed, 13 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/backend/libpq/auth.c b/src/backend/libpq/auth.c index 2ee4a689ae..e6edef6b67 100644 --- a/src/backend/libpq/auth.c +++ b/src/backend/libpq/auth.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.96 2003/01/06 09:58:23 petere Exp $ + * $Header: /cvsroot/pgsql/src/backend/libpq/auth.c,v 1.97 2003/02/14 14:05:00 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -43,7 +43,12 @@ static int recv_and_check_password_packet(Port *port); char *pg_krb_server_keyfile; #ifdef USE_PAM +#ifdef HAVE_PAM_PAM_APPL_H +#include +#endif +#ifdef HAVE_SECURITY_PAM_APPL_H #include +#endif #define PGSQL_PAM_SERVICE "postgresql" /* Service name passed to PAM */ diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index ba878df0ac..953fd4597b 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -8,7 +8,7 @@ * or in pg_config.h afterwards. Of course, if you edit pg_config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: pg_config.h.in,v 1.38 2003/01/25 05:19:47 tgl Exp $ + * $Id: pg_config.h.in,v 1.39 2003/02/14 14:05:00 momjian Exp $ */ #ifndef PG_CONFIG_H @@ -344,6 +344,9 @@ /* Set to 1 if you have */ #undef HAVE_NETINET_TCP_H +/* Set to 1 if you have */ +#undef HAVE_PAM_PAM_APPL_H + /* Set to 1 if you have */ #undef HAVE_READLINE_H @@ -353,6 +356,9 @@ /* Set to 1 if you have */ #undef HAVE_READLINE_READLINE_H +/* Set to 1 if you have */ +#undef HAVE_SECURITY_PAM_APPL_H + /* Set to 1 if you have */ #undef HAVE_SYS_IPC_H -- cgit v1.2.1