Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicly define NI_MAXHOST and NI_MAXSERV
They should come with <netdb.h> if the appropriate feature test macros are defined. But defining the right ones (e.g. _POSIX_C_SOURCE with value 200112L or even 200809L), ideally in configure.ac, requires more investigation, given that different macros are spread around the codebase. This change is aimed at quickly fixing the build on macOS.
- Loading branch information