Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #2485 - DimitrisJim:freebsd_ai_consts, r=Amanieu
Add AI_* constants to freebdslike platforms. For dragonfly, some of the constants (`AI_MASK`, `AI_V4MAPPED_CFG` and `AI_DEFAULT`) are behind a `__BSD_VISIBLE` define. What's the best way to handle these? Header files for [dragonfly](https://git.quantumachine.net/mirror/DragonFlyBSD/src/branch/master/include/netdb.h) and [freebsd](https://cgit.freebsd.org/src/tree/include/netdb.h). For now, I've just added all common names to `freebdslike`.
- Loading branch information