From 0fe7fe30b576d34155aad1f32a1bbd23eada93e4 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 21 May 1999 08:04:38 +0000 Subject: - add phpext_pgsql_ptr - semaphore update for glibc-2.1 systems --- ext/pgsql/php3_pgsql.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pgsql/php3_pgsql.h') diff --git a/ext/pgsql/php3_pgsql.h b/ext/pgsql/php3_pgsql.h index 097e168d94..765c124d10 100644 --- a/ext/pgsql/php3_pgsql.h +++ b/ext/pgsql/php3_pgsql.h @@ -117,4 +117,6 @@ extern pgsql_module php3_pgsql_module; #endif +#define phpext_pgsql_ptr pgsql_module_ptr + #endif /* _PHP3_PGSQL_H */ -- cgit v1.2.1