| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fbf02e3 commit 524a9d6
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,6 +38,19 @@ | |||
| 38 | 38 | #include <vector> | |
| 39 | 39 | #include <unordered_set> | |
| 40 | 40 | ||
| 41 | + #ifndef T_CAA | ||
| 42 | + # define T_CAA 257 /* Certification Authority Authorization */ | ||
| 43 | + #endif | ||
| 44 | + | ||
| 45 | + // OpenBSD does not define these | ||
| 46 | + #ifndef AI_ALL | ||
| 47 | + # define AI_ALL 0 | ||
| 48 | + #endif | ||
| 49 | + #ifndef AI_V4MAPPED | ||
| 50 | + # define AI_V4MAPPED 0 | ||
| 51 | + #endif | ||
| 52 | + | ||
| 53 | + | ||
| 41 | 54 | namespace node { | |
| 42 | 55 | namespace cares_wrap { | |
| 43 | 56 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,14 +32,6 @@ | |||
| 32 | 32 | # include <arpa/nameser.h> | |
| 33 | 33 | #endif | |
| 34 | 34 | ||
| 35 | - #ifndef T_CAA | ||
| 36 | - # define T_CAA 257 /* Certification Authority Authorization */ | ||
| 37 | - #endif | ||
| 38 | - | ||
| 39 | - #if defined(__OpenBSD__) | ||
| 40 | - # define AI_V4MAPPED 0 | ||
| 41 | - #endif | ||
| 42 | - | ||
| 43 | 35 | namespace node { | |
| 44 | 36 | namespace cares_wrap { | |
| 45 | 37 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments