• Magnus Hagander's avatar
    Detect presence of SSL_get_current_compression · c9e1ad7f
    Magnus Hagander authored
    Apparently we still build against OpenSSL so old that it doesn't
    have this function, so add an autoconf check for it to make the
    buildfarm happy. If the function doesn't exist, always return
    that compression is disabled, since presumably the actual
    compression functionality is always missing.
    
    For now, hardcode the function as present on MSVC, since we should
    hopefully be well beyond those old versions on that platform.
    c9e1ad7f
pg_config.h.in 24.6 KB