Re: Windows: openssl & gssapi dislike each other

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Windows: openssl & gssapi dislike each other
Дата
Msg-id 9F58568C-EFE7-4EA9-92CC-6241D78010A9@yesql.se
обсуждение исходный текст
Ответ на Re: Windows: openssl & gssapi dislike each other  (Andres Freund <andres@anarazel.de>)
Список 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 по дате отправления: