~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/global/data_redirect.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (58.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140211074430-kwkoxdz0fbajn0fj
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
#include <dict_db.h>
73
73
#include <dict_dbm.h>
74
74
#include <dict_cdb.h>
 
75
#include <dict_lmdb.h>
75
76
#include <warn_stat.h>
76
77
 
77
78
/* Global directory. */
99
100
    DICT_TYPE_HASH, 1,
100
101
    DICT_TYPE_BTREE, 1,
101
102
    DICT_TYPE_DBM, 1,
 
103
    DICT_TYPE_LMDB, 1,
102
104
    DICT_TYPE_CDB, 1,                   /* not a read-write map type */
103
105
    "sdbm", 1,                          /* legacy 3rd-party TLS */
104
106
    "dbz", 1,                           /* just in case */