mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-18 00:26:11 -04:00
define ULLONG_MAX if not already defined
(cherry picked from commit 4110b9184d)
This commit is contained in:
parent
79765491c0
commit
7c963d0fc4
1 changed files with 4 additions and 0 deletions
|
|
@ -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", \
|
||||
|
|
|
|||
Loading…
Reference in a new issue