~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
  • Date: 2009-01-26 10:33:42 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090126103342-zfv3z8v6jgci62tg
* New upstream patch release
  - supportable version of fix from 9.5.0.dfsg.P2-5.1
  - CVE-2009-0025:  Closes: #511936
  - 2475: Overly agressive cache entry removal.  Closes: #511768
  - other bug fixes worthy of patch-release inclusion

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
/* Define to enable "rrset-order fixed" syntax. */
161
161
#undef DNS_RDATASET_FIXED
162
162
 
 
163
/* Solaris hack to get select_large_fdset. */
 
164
#undef FD_SETSIZE
 
165
 
163
166
/* Define to 1 if you have the <dlfcn.h> header file. */
164
167
#undef HAVE_DLFCN_H
165
168
 
232
235
/* Define to 1 if you have the <sys/capability.h> header file. */
233
236
#undef HAVE_SYS_CAPABILITY_H
234
237
 
 
238
/* Define to 1 if you have the <sys/devpoll.h> header file. */
 
239
#undef HAVE_SYS_DEVPOLL_H
 
240
 
 
241
/* Define to 1 if you have the <sys/dyntune.h> header file. */
 
242
#undef HAVE_SYS_DYNTUNE_H
 
243
 
235
244
/* Define to 1 if you have the <sys/param.h> header file. */
236
245
#undef HAVE_SYS_PARAM_H
237
246
 
308
317
   first (like Motorola and SPARC, unlike Intel and VAX). */
309
318
#undef WORDS_BIGENDIAN
310
319
 
311
 
/* Enabling GNU libc extensions */
312
 
#undef _GNU_SOURCE
313
 
 
314
320
/* Define to empty if `const' does not conform to ANSI C. */
315
321
#undef const
316
322