~andreserl/ubuntu/lucid/bind9/bind9-apport-533601

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Internet Software Consortium, Inc, InterNIC, LaMont Jones
  • Date: 2009-07-28 22:03:14 UTC
  • mfrom: (1.6.1 upstream) (10.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090728220314-9wztcj047dxvvhdh
Tags: 1:9.6.1.dfsg.P1-1
[Internet Software Consortium, Inc]

* A specially crafted update packet will cause named to exit. 
  CVE-2009-0696, CERT VU#725188.  Closes: #538975

[InterNIC]

* Update db.root hints file.

[LaMont Jones]

* Move default zone definitions from named.conf to named.conf.default-zones.
   Closes: #492308
* use start-stop-daemon if rndc stop fails.  Closes: #536487
* lwresd: pidfile name was wrong in init script.  Closes: #527137

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* config.h.in.  Generated from configure.in by autoheader.  */
2
2
/*
3
 
 * Copyright (C) 2004, 2005, 2007  Internet Systems Consortium, Inc. ("ISC")
 
3
 * Copyright (C) 2004, 2005, 2007, 2009  Internet Systems Consortium, Inc. ("ISC")
4
4
 * Copyright (C) 1999-2003  Internet Software Consortium.
5
5
 *
6
6
 * Permission to use, copy, modify, and/or distribute this software for any
16
16
 * PERFORMANCE OF THIS SOFTWARE.
17
17
 */
18
18
 
19
 
/* $Id: acconfig.h,v 1.51 2007/06/19 23:46:59 tbox Exp $ */
 
19
/* $Id: acconfig.h,v 1.51.334.2 2009/02/16 23:47:15 tbox Exp $ */
20
20
 
21
21
/*! \file */
22
22
 
25
25
 *** it does not get installed.
26
26
 ***/
27
27
 
28
 
/** define to `int' if <sys/types.h> doesn't define.  */
29
 
#undef ssize_t
30
 
 
31
28
/** define on DEC OSF to enable 4.4BSD style sa_len support */
32
29
#undef _SOCKADDR_LEN
33
30
 
61
58
/** define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
62
59
#undef HAVE_IFLIST_SYSCTL
63
60
 
64
 
/** define if chroot() is available */
65
 
#undef HAVE_CHROOT
66
 
 
67
61
/** define if tzset() is available */
68
62
#undef HAVE_TZSET
69
63
 
115
109
 * The silly continuation line is to keep configure from
116
110
 * commenting out the #undef.
117
111
 */
118
 
 
 
112
 
119
113
#undef \
120
114
        va_start
121
115
#define va_start(ap, last) \
163
157
/* Solaris hack to get select_large_fdset. */
164
158
#undef FD_SETSIZE
165
159
 
 
160
/* Defined if GeoIP supports IPv6 lookups */
 
161
#undef GEOIP_V6
 
162
 
 
163
/* Define to 1 if you have the `chroot' function. */
 
164
#undef HAVE_CHROOT
 
165
 
166
166
/* Define to 1 if you have the <dlfcn.h> header file. */
167
167
#undef HAVE_DLFCN_H
168
168
 
214
214
/* Define to 1 if you have the <memory.h> header file. */
215
215
#undef HAVE_MEMORY_H
216
216
 
 
217
/* Define to 1 if you have the `nanosleep' function. */
 
218
#undef HAVE_NANOSLEEP
 
219
 
217
220
/* Define to 1 if you have the <net/if6.h> header file. */
218
221
#undef HAVE_NET_IF6_H
219
222
 
303
306
/* Define to 1 if you have the ANSI C header files. */
304
307
#undef STDC_HEADERS
305
308
 
 
309
/* Define if you want GeoIP support. */
 
310
#undef SUPPORT_GEOIP
 
311
 
306
312
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
307
313
#undef TIME_WITH_SYS_TIME
308
314