~ubuntu-branches/ubuntu/trusty/opendkim/trusty

« back to all changes in this revision

Viewing changes to build-config.h.in

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-06-08 14:38:25 UTC
  • mfrom: (1.2.14) (3.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120608143825-ehz9xxdvii6podhh
Tags: 2.6.0-1
* New upstream release (now DFSG free so tarball repacking no longer
  required)
  - Rename libopendkim6 to libopendkim7 to match new soname
    - Update package and dependencies in debian/control
    - Rename .install and .doc files
  - Drop --enable-xtags from configure in debian/rules since it is now on by
    default
  - Update debian/copyright
  - Remove dversionmangle from debian/watch
  - Update README.Debian to reflect documentation no longer being stripped
* Correct copyright/license information in libar/ar-strl.h based on feedback
  from upstream (correction already implemented upstream for the next
  relese)
* Set --sysconfdir=/etc in configure so that generated man pages refer to
  the correct configuration file locations

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
/* Define to 1 if you have the `fork' function. */
29
29
#undef HAVE_FORK
30
30
 
31
 
/* Define to 1 if you have the `getaddrinfo()' function. */
 
31
/* Define to 1 if you have the `getaddrinfo' function. */
32
32
#undef HAVE_GETADDRINFO
33
33
 
34
34
/* Define to 1 if you have the `getcwd' function. */
40
40
/* Define to 1 if you have the `gethostbyname' function. */
41
41
#undef HAVE_GETHOSTBYNAME
42
42
 
 
43
/* Define to 1 if you have the `gethostbyname2' function. */
 
44
#undef HAVE_GETHOSTBYNAME2
 
45
 
43
46
/* Define to 1 if you have the `gethostname' function. */
44
47
#undef HAVE_GETHOSTNAME
45
48
 
326
329
/* enable support for SleepyCat/Berkeley DB libraries */
327
330
#undef USE_DB
328
331
 
 
332
/* support for Erlang access */
 
333
#undef USE_ERLANG
 
334
 
329
335
/* Define to 1 to use libgnutls instead of OpenSSL. */
330
336
#undef USE_GNUTLS
331
337
 
 
338
/* use libjansson to parse REPUTE replies */
 
339
#undef USE_JANSSON
 
340
 
332
341
/* OpenLDAP support for datasets enabled */
333
342
#undef USE_LDAP
334
343
 
338
347
/* support for Lua scripting */
339
348
#undef USE_LUA
340
349
 
 
350
/* OpenLDAP MDB support for datasets enabled */
 
351
#undef USE_MDB
 
352
 
341
353
/* ODBX support for datasets enabled */
342
354
#undef USE_ODBX
343
355
 
350
362
/* use unbound DNSSEC libary for DNS */
351
363
#undef USE_UNBOUND
352
364
 
 
365
/* use libxml2 to parse REPUTE replies */
 
366
#undef USE_XML2
 
367
 
353
368
/* Version number of package */
354
369
#undef VERSION
355
370
 
383
398
/* enable oversign feature */
384
399
#undef _FFR_OVERSIGN
385
400
 
386
 
/* enable parsetime feature */
387
 
#undef _FFR_PARSETIME
388
 
 
389
401
/* enable postgresql_reconnect_hack feature */
390
402
#undef _FFR_POSTGRESQL_RECONNECT_HACK
391
403
 
413
425
/* enable selector_header feature */
414
426
#undef _FFR_SELECTOR_HEADER
415
427
 
416
 
/* enable select_canonicalization feature */
417
 
#undef _FFR_SELECT_CANONICALIZATION
418
 
 
419
428
/* enable sender_macro feature */
420
429
#undef _FFR_SENDER_MACRO
421
430
 
 
431
/* enable socketdb feature */
 
432
#undef _FFR_SOCKETDB
 
433
 
422
434
/* enable stats feature */
423
435
#undef _FFR_STATS
424
436
 
428
440
/* enable vbr feature */
429
441
#undef _FFR_VBR
430
442
 
431
 
/* enable xtags feature */
432
 
#undef _FFR_XTAGS
433
 
 
434
443
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
435
444
   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
436
445
   #define below would cause a syntax error. */