configure/cmake: remove unused define HAVE_FREEIFADDRS

Closes #7276
This commit is contained in:
Gergely Nagy 2021-06-18 10:04:38 +02:00 committed by Daniel Stenberg
parent 9bf0e7b2ef
commit 343e6beda3
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 0 additions and 92 deletions

View file

@ -131,9 +131,6 @@
/* Define to 1 if you have the freeaddrinfo function. */
#define HAVE_FREEADDRINFO 1
/* Define to 1 if you have the freeifaddrs function. */
#define HAVE_FREEIFADDRS 1
/* Define to 1 if you have the ftruncate function. */
#define HAVE_FTRUNCATE 1

View file

@ -163,9 +163,6 @@
/* Define to 1 if you have the freeaddrinfo function. */
#cmakedefine HAVE_FREEADDRINFO 1
/* Define to 1 if you have the freeifaddrs function. */
#cmakedefine HAVE_FREEIFADDRS 1
/* Define to 1 if you have the ftruncate function. */
#cmakedefine HAVE_FTRUNCATE 1