2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

1614. [port] win32: silence resource limit messages. [RT# 11101]

This commit is contained in:
Mark Andrews
2004-04-19 23:09:51 +00:00
parent 86548554f6
commit ea38808b7d
2 changed files with 9 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
1615. [port] Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
it is defined.
1614. [placeholder] rt11101
1614. [port] win32: silence resource limit messages. [RT# 11101]
1613. [placeholder] rt11119

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.47 2004/03/16 05:52:14 marka Exp $ */
/* $Id: config.c,v 1.48 2004/04/19 23:09:51 marka Exp $ */
#include <config.h>
@@ -44,14 +44,17 @@
static char defaultconf[] = "\
options {\n\
# blackhole {none;};\n\
coresize default;\n\
# blackhole {none;};\n"
#ifndef WIN32
" coresize default;\n\
datasize default;\n\
deallocate-on-exit true;\n\
files default;\n\
stacksize default;\n"
#endif
" deallocate-on-exit true;\n\
# directory <none>\n\
dump-file \"named_dump.db\";\n\
fake-iquery no;\n\
files default;\n\
has-old-clients false;\n\
heartbeat-interval 60;\n\
host-statistics no;\n\
@@ -77,7 +80,6 @@ options {\n\
serial-queries 20;\n\
serial-query-rate 20;\n\
server-id none;\n\
stacksize default;\n\
statistics-file \"named.stats\";\n\
statistics-interval 60;\n\
tcp-clients 100;\n\