Skip to content

Commit 57df611

Browse files
committed
Fix build.
1 parent e05bd8a commit 57df611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
#define NS_MAXDNAME MAXDNAME
5151
#define NS_MAXLABEL MAXLABEL
5252
#endif
53+
#ifndef NS_MAXLABELS
54+
#define NS_MAXLABELS 128
55+
#endif
5356

5457
/* decode an rfc1035 dns search order option into a space
5558
* separated string. returns length of string (including

0 commit comments

Comments
 (0)