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

« back to all changes in this revision

Viewing changes to opendkim/opendkim-config.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2012-07-15 00:04:24 UTC
  • mfrom: (1.2.17) (3.2.10 experimental)
  • Revision ID: package-import@ubuntu.com-20120715000424-mp65oxojq6x11uzb
Tags: 2.6.4-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
        { "ResignAll",                  CONFIG_TYPE_BOOLEAN,    FALSE },
192
192
        { "ResignMailTo",               CONFIG_TYPE_STRING,     FALSE },
193
193
#endif /* _FFR_RESIGN */
 
194
#ifdef USE_UNBOUND
 
195
        { "ResolvConf",                 CONFIG_TYPE_STRING,     FALSE },
 
196
#endif /* USE_UNBOUND */
194
197
        { "ResolverTracing",            CONFIG_TYPE_BOOLEAN,    FALSE },
195
198
#ifdef USE_LUA
196
199
        { "ScreenPolicyScript",         CONFIG_TYPE_STRING,     FALSE },