Version 2.2

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2006-03-27 00:00:00 +02:00
parent 61b6acf2f5
commit 658fe50312
14 changed files with 697 additions and 163 deletions

View file

@ -32,6 +32,9 @@
#ifndef OUTPUT_FORMAT
# define OUTPUT_FORMAT "text"
#endif
#ifndef OUTPUT_LIMIT
# define OUTPUT_LIMIT "77"
#endif
/* Maximum line length in dhcpd.conf and dhcpd.leases */
static const int MAXLEN = 1024;