head	1.2;
access;
symbols
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.11.03.19.40.38;	author mharo;	state dead;
branches;
next	1.1;

1.1
date	2002.11.01.17.12.50;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.2
log
@58774 Andrew J. Caines <A.J.Caines@@halplant.com>
upgrade to 1.2.9

58415 Melvyn Sopacua <mdev@@idg.nl>
add WITH_OPENSSL

57385 Martin Matuska <martin@@tradex.sk>
adds rc_subr support

54783 Bruce M Simpson <bms@@spc.org>
Ability to support multiple versions MYSQL and LDAP using the WITH_*
variables.
I ended up using the stuff provided in bsd.port.mk with his patches
@
text
@--- ./contrib/mod_sql_postgres.c.orig	Sun Oct  6 21:47:43 2002
+++ ./contrib/mod_sql_postgres.c	Sun Oct  6 21:47:50 2002
@@@@ -35,7 +35,7 @@@@
 
 #define _POSTGRES_PORT "5432"
 
-#include <pgsql/libpq-fe.h>
+#include <libpq-fe.h>
 #include "conf.h"
 #include "../contrib/mod_sql.h"
 
@


1.1
log
@make pgsql support work again

PR:		43741
Submitted by:	Rong-en Fan <rafan@@infor.org>
Approved by:	maintainer (mharo) timeout (1 month)
@
text
@@

