Update Solution.pm for HAVE_GSSAPI[_GSSAPI]_EXT_H, too.
authorTom Lane <[email protected]>
Mon, 17 Apr 2023 20:00:39 +0000 (16:00 -0400)
committerTom Lane <[email protected]>
Mon, 17 Apr 2023 20:00:39 +0000 (16:00 -0400)
Commit d48ac0070 was still a brick shy of a load.
Per buildfarm (via Andrew Dunstan).

Discussion: https://postgr.es/m/08dd6053-deee-52e9-954b-eb69232905c9@dunslane.net

src/tools/msvc/Solution.pm

index 37c0a99e181ef4d9b044aeff3b8ccee8a56e91ef..ef10cda5766c1cb9109066ec439deab0a87b5350 100644 (file)
@@ -262,6 +262,8 @@ sub GenerateFiles
                HAVE_GETOPT_LONG                            => undef,
                HAVE_GETPEEREID                             => undef,
                HAVE_GETPEERUCRED                           => undef,
+               HAVE_GSSAPI_EXT_H                           => undef,
+               HAVE_GSSAPI_GSSAPI_EXT_H                    => undef,
                HAVE_GSSAPI_GSSAPI_H                        => undef,
                HAVE_GSSAPI_H                               => undef,
                HAVE_HMAC_CTX_FREE                          => undef,