cmake: delete unused HAVE_LIBSSH2, HAVE_LIBSOCKET macros

- `HAVE_LIBSSH2`: unused in source. Not defined in CMake.

- `HAVE_LIBSOCKET`: unused in source. Used internally in CMake.

autotools sets them implicitly, so add them to the flag comparison
ignore-list.

Closes #14178
This commit is contained in:
Viktor Szakats 2024-07-13 18:47:54 +02:00
parent c09db8b51b
commit 09cdf7e531
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
4 changed files with 2 additions and 12 deletions

View file

@ -107,9 +107,6 @@
/* Define if you have the <io.h> header file. */
#undef HAVE_IO_H
/* Define if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
/* Define if you have GSS API. */
#define HAVE_GSSAPI