cmake: do not propagate unused HAVE_GSSAPI_GSSAPI_KRB5_H to C

Closes #15174
This commit is contained in:
Viktor Szakats 2024-10-07 12:56:04 +02:00
parent e888069f5a
commit a79f20d376
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
3 changed files with 3 additions and 5 deletions

View file

@ -48,6 +48,7 @@ my %remove = (
'#define HAVE_DECL_GETPWUID_R_MISSING 1' => 1,
'#define HAVE_DLFCN_H 1' => 1,
'#define HAVE_GETHOSTBYNAME 1' => 1,
'#define HAVE_GSSAPI_GSSAPI_KRB5_H 1' => 1,
'#define HAVE_INTTYPES_H 1' => 1,
'#define HAVE_IOCTL 1' => 1,
'#define HAVE_LDAP_H 1' => 1,