Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
7f1c97f5
Commit
7f1c97f5
authored
May 01, 2000
by
David Lawrence
Browse files
include <isc/boolean.h> for ISC_TF()
parent
b0998367
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/config/confpvt.h
View file @
7f1c97f5
...
...
@@ -22,6 +22,8 @@
***** Module Info
*****/
#include
<isc/boolean.h>
/*
* Some private definitions for config module internal use.
*/
...
...
@@ -36,6 +38,7 @@
#define DNS_C_CLEARBIT(bit, flags) \
(*(flags) &= ~((dns_c_setbits_t)1 << (bit)))
#define DNS_C_CHECKBIT(bit,flags) \
ISC_TF((*(flags) & ((dns_c_setbits_t)1 << (bit))) == ((dns_c_setbits_t)1 << (bit)))
ISC_TF((*(flags) & ((dns_c_setbits_t)1 << (bit))) == \
((dns_c_setbits_t)1 << (bit)))
#endif
/* CONFIG_CONFPVT_H */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment