Thread: pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with

pgsql: Replace unnecessary DISABLE_ZLIB define in pgcrypto with

From
alvherre@postgresql.org (Alvaro Herrera)
Date:
Log Message:
-----------
Replace unnecessary DISABLE_ZLIB define in pgcrypto with HAVE_LIBZ from core.

Patch from Marko Kreen.

Modified Files:
--------------
    pgsql/contrib/pgcrypto:
        Makefile (r1.24 -> r1.25)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/Makefile.diff?r1=1.24&r2=1.25)
        pgp-compress.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgcrypto/pgp-compress.c.diff?r1=1.5&r2=1.6)