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
bc4410b8
Commit
bc4410b8
authored
Feb 25, 2014
by
Mark Andrews
Browse files
remove ENABLE_SIT
parent
53ebc095
Changes
3
Hide whitespace changes
Inline
Side-by-side
config.h.in
View file @
bc4410b8
...
...
@@ -173,9 +173,6 @@ int sigwait(const unsigned int *set, int *sig);
/* Define to enable rpz-nsip rules. */
#undef ENABLE_RPZ_NSIP
/* Define to enable 'sit' support. */
#undef ENABLE_SIT
/* Solaris hack to get select_large_fdset. */
#undef FD_SETSIZE
...
...
configure
View file @
bc4410b8
...
...
@@ -19064,9 +19064,6 @@ HAVE_SIT=
case "$enable_sit" in
yes)
$as_echo "#define ENABLE_SIT 1" >>confdefs.h
ISC_PLATFORM_USESIT="#define ISC_PLATFORM_USESIT 1"
HAVE_SIT=1
;;
...
...
configure.in
View file @
bc4410b8
...
...
@@ -3448,7 +3448,6 @@ HAVE_SIT=
case "$enable_sit" in
yes)
AC_DEFINE(ENABLE_SIT, 1, [Define to enable 'sit' support.])
ISC_PLATFORM_USESIT="#define ISC_PLATFORM_USESIT 1"
HAVE_SIT=1
;;
...
...
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