X-Git-Url: http://git.asbjorn.biz/?p=debian%2Fdhcpd-pools.git;a=blobdiff_plain;f=src%2Fdefaults.h;fp=src%2Fdefaults.h;h=1c81bfeda28ab522768838a0b57e9e429ee87509;hp=c34e4be6981d020fb72ed971a25dc5812b42f81b;hb=b492802dfa7bf928bbafe74194ca4f154c70f743;hpb=f6880ed5f48e1591007246760a64cfc33d5f1eb4 diff --git a/src/defaults.h b/src/defaults.h index c34e4be..1c81bfe 100644 --- a/src/defaults.h +++ b/src/defaults.h @@ -13,7 +13,7 @@ ** ** You should have received a copy of the GNU General Public License ** along with this program. If not, see . -*/ +*/ #ifndef DEFAULTS_H # define DEFAULTS_H 1 @@ -22,15 +22,12 @@ static const int MAXLEN = 1024; /* Total number of characters in all shared network names */ -static const int SHARED_NETWORKS_NAMES = 65536; +static const unsigned int SHARED_NETWORKS_NAMES = 65536; /* Maximum number of shared networks */ -static const int SHARED_NETWORKS = 8192; +static const unsigned int SHARED_NETWORKS = 8192; /* Maximum number of ranges */ -static const unsigned int RANGES = 65536; +unsigned int RANGES; -/* Merge sort split size */ -static const int MIN_MERGE_SIZE = 8; - -#endif /* DEFAULTS_H */ +#endif /* DEFAULTS_H */