Re: Windows: openssl & gssapi dislike each other - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Windows: openssl & gssapi dislike each other
Date
Msg-id 9F58568C-EFE7-4EA9-92CC-6241D78010A9@yesql.se
Whole thread Raw
In response to Re: Windows: openssl & gssapi dislike each other  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
> On 31 Jan 2025, at 16:29, Andres Freund <andres@anarazel.de> wrote:

>> #ifdef ENABLE_GSS
>> -#if defined(HAVE_GSSAPI_H)
>> -#include <gssapi.h>
>> -#else
>> -#include <gssapi/gssapi.h>
>> -#endif /* HAVE_GSSAPI_H */
>> +#include "libpq/pg-gssapi.h"
>> #endif /* ENABLE_GSS */
>
> This #ifdef ENABLE_GSS probably isn't necessary anymore.

Yeah, I only left it for code documentation reasons to keep readers from
thinking the ifdef was missing and had to go chase it in the new file.  It's
definitely not required though I for sure don't mind removing it if others feel
it's pointless.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgresql.conf.sample ordering for IO, worker related GUCs
Next
From: James Hunter
Date:
Subject: Re: RFC: Packing the buffer lookup table