mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-18 00:37:01 +00:00
use bitmap for booleans and other config that has known size
Bitmaps are more c style than bool coming from c++ land. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
5ed9958b69
commit
b524296016
4 changed files with 72 additions and 72 deletions
|
|
@ -43,7 +43,6 @@
|
|||
#include <errno.h>
|
||||
#include <limits.h>
|
||||
#include <netinet/in.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue