mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04:00
define ULLONG_MAX if not already defined
(cherry picked from commit 4110b9184d)
This commit is contained in:
parent
7d499f8fb8
commit
79eed4e5c6
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