We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05bd8a commit 57df611Copy full SHA for 57df611
1 file changed
src/common.c
@@ -50,6 +50,9 @@
50
#define NS_MAXDNAME MAXDNAME
51
#define NS_MAXLABEL MAXLABEL
52
#endif
53
+#ifndef NS_MAXLABELS
54
+#define NS_MAXLABELS 128
55
+#endif
56
57
/* decode an rfc1035 dns search order option into a space
58
* separated string. returns length of string (including
0 commit comments