Commit 90ebf43
committed
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`.2 files changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
| 730 | + | |
| 731 | + | |
| 732 | + | |
| 733 | + | |
| 734 | + | |
727 | 735 | | |
728 | 736 | | |
729 | 737 | | |
| |||
0 commit comments