tidy-up: drop unused CURL_INADDR_NONE macro and in_addr_t type

Closes #16318
This commit is contained in:
Viktor Szakats 2025-02-13 12:05:30 +01:00
parent 4aec6cdfd3
commit 90b72607fa
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
8 changed files with 0 additions and 115 deletions

View file

@ -106,21 +106,6 @@ int main(void)
}
#endif
#ifdef HAVE_IN_ADDR_T
#include <sys/types.h>
#include <sys/socket.h>
#include <arpa/inet.h>
int main(void)
{
if((in_addr_t *) 0)
return 0;
if(sizeof(in_addr_t))
return 0;
;
return 0;
}
#endif
#ifdef HAVE_BOOL_T
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>