import of dnsmasq-2.25.tar.gz

This commit is contained in:
Simon Kelley
2006-01-14 20:33:46 +00:00
parent b8187c80a8
commit e17fb629a2
19 changed files with 2171 additions and 354 deletions

View File

@@ -26,6 +26,9 @@ static char *compile_opts =
#ifdef HAVE_BROKEN_RTC
"no-RTC "
#endif
#ifdef HAVE_RTNETLINK
"RTNetlink "
#endif
#ifndef HAVE_ISC_READER
"no-"
#endif
@@ -37,7 +40,7 @@ static char *compile_opts =
#ifdef NO_GETTEXT
"no-"
#endif
"i18n";
"I18N ";
static volatile int sigterm, sighup, sigusr1, sigalarm, num_kids, in_child;