--- net/http/http_auth_gssapi_posix.h.orig 2022-02-28 16:54:41 UTC +++ net/http/http_auth_gssapi_posix.h @@ -20,6 +20,9 @@ #if BUILDFLAG(IS_APPLE) #include #elif BUILDFLAG(IS_FREEBSD) +#ifndef GSS_C_DELEG_POLICY_FLAG +#define GSS_C_DELEG_POLICY_FLAG 32768 +#endif #include #else #include