~ubuntu-branches/ubuntu/precise/pdnsd/precise

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-03-09 18:54:22 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110309185422-33hwmg565m18dpu4
Tags: 1.2.8-par-1
* New Maintainer. (Closes: #596302)
* New Upstream Releases. (Closes: #596302, LP: #712938)
* debian/patches/05_fix_spelling.patch: Fix spelling errors.
* debian/patches/04_ipv6_localhost.patch. Adding ipv6 in localhost.
  (Closes: #466332, #504211)
* debian/init.d:
  - Add init status. (Closes: #476538)
  - Don't says starting pdnsd if already started. (Closes: #487467)
* deban/changelog: Fix incorrect date in 1.2.7-par-1 (Closes: #527352)
* debian/control:
  - Add Vcs-Browser and Vcs-Git to alioth.
  - Bump Standards-Version to 3.9.1.
* debian/copyright: Updated as per DEP-5 specification.
* debian/pdnsd-recurse.conf:
  - Adding recurse mode. (Closes: #602262)
  - Fixing recursive neg section. (Closes: #519656)
* doc/pdnsd.conf.in: Separate ip address by new line. Thanks to
  Raphael Geissert. (Closes: #597734)
* perm_cache size set to default. (Closes: #602329)
  - doc/pdnsd.conf.in
  - debian/pdnsd.conf
  - debian/pdnsd-recurse.conf
  - debian/pdnsd-resolvconf.conf
* debian/002_NetMan_pdnsd: add compabilty with WiFi. 
  (Closes: #617373, LP: #452351)
* Ack'd NMU upload. (Closes: #548173)
* Update debconf Indonesian translations. (Closes: #610148)
* Switch to quilt system.

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
/* Define to the one symbol short name of this package. */
391
391
#undef PACKAGE_TARNAME
392
392
 
 
393
/* Define to the home page for this package. */
 
394
#undef PACKAGE_URL
 
395
 
393
396
/* Define to the version of this package. */
394
397
#undef PACKAGE_VERSION
395
398
 
398
401
 
399
402
/* If using the C implementation of alloca, define if you know the
400
403
   direction of stack growth for your system; otherwise it will be
401
 
   automatically deduced at run-time.
 
404
   automatically deduced at runtime.
402
405
        STACK_DIRECTION > 0 => grows toward higher addresses
403
406
        STACK_DIRECTION < 0 => grows toward lower addresses
404
407
        STACK_DIRECTION = 0 => direction of growth unknown */
413
416
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
414
417
#undef TM_IN_SYS_TIME
415
418
 
416
 
/* Version number of package */
417
 
#undef VERSION
418
 
 
 
419
/* Enable extensions on AIX 3, Interix.  */
 
420
#ifndef _ALL_SOURCE
 
421
# undef _ALL_SOURCE
 
422
#endif
419
423
/* Enable GNU extensions on systems that have them.  */
420
424
#ifndef _GNU_SOURCE
421
425
# undef _GNU_SOURCE
422
426
#endif
 
427
/* Enable threading extensions on Solaris.  */
 
428
#ifndef _POSIX_PTHREAD_SEMANTICS
 
429
# undef _POSIX_PTHREAD_SEMANTICS
 
430
#endif
 
431
/* Enable extensions on HP NonStop.  */
 
432
#ifndef _TANDEM_SOURCE
 
433
# undef _TANDEM_SOURCE
 
434
#endif
 
435
/* Enable general extensions on Solaris.  */
 
436
#ifndef __EXTENSIONS__
 
437
# undef __EXTENSIONS__
 
438
#endif
 
439
 
 
440
 
 
441
/* Version number of package */
 
442
#undef VERSION
 
443
 
 
444
/* Define to 1 if on MINIX. */
 
445
#undef _MINIX
 
446
 
 
447
/* Define to 2 if the system does not provide POSIX.1 features except with
 
448
   this defined. */
 
449
#undef _POSIX_1_SOURCE
 
450
 
 
451
/* Define to 1 if you need to in order for `stat' and other things to work. */
 
452
#undef _POSIX_SOURCE
423
453
 
424
454
/* Define to empty if `const' does not conform to ANSI C. */
425
455
#undef const
427
457
/* Define to `int' if <sys/types.h> does not define. */
428
458
#undef pid_t
429
459
 
430
 
/* Define to `unsigned' if <sys/types.h> does not define. */
 
460
/* Define to `unsigned int' if <sys/types.h> does not define. */
431
461
#undef size_t