2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

Merge branch '1098-compile-failure-on-9-11-8-master' into 'master'

Resolve "Compile failure on 9.11.8"

See merge request isc-projects/bind9!2075
This commit is contained in:
Mark Andrews
2019-06-24 19:48:34 -04:00
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
5253. [port] Support platforms that don't define ULLONG_MAX.
[GL #1098]
5252. [func] Report if the last 'rndc reload/reconfig' failed in
rndc status. [GL !2040]

View File

@@ -43,6 +43,10 @@
#include "gen-unix.h"
#endif
#ifndef ULLONG_MAX
#define ULLONG_MAX (~0ULL)
#endif
#define INSIST(cond) \
if (!(cond)) { \
fprintf(stderr, "%s:%d: INSIST(%s)\n", \