]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
revert d10fbdec for lib/dns/gen.c as it is a build platform executable
authorMark Andrews <marka@isc.org>
Sun, 22 Dec 2019 20:37:13 +0000 (07:37 +1100)
committerMark Andrews <marka@isc.org>
Sun, 22 Dec 2019 20:37:13 +0000 (07:37 +1100)
lib/dns/gen.c

index 99f0395b3a3b6e96b18f6cec2205ae426835d14e..6c6e55d4c667ec1d151fadd790cd23ea9201103a 100644 (file)
@@ -26,8 +26,6 @@
 
 #include <sys/types.h>
 
-#include <isc/platform.h>
-
 #include <ctype.h>
 #include <limits.h>
 #include <stdint.h>
 #include <errno.h>
 #include <limits.h>
 
+#ifndef PATH_MAX
+#define PATH_MAX 1024
+#endif
+
 #ifdef WIN32
 #include "gen-win32.h"
 #else