~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to src/util/mac_expand.h

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
  */
23
23
#define MAC_EXP_FLAG_NONE       (0)
24
24
#define MAC_EXP_FLAG_RECURSE    (1<<0)
 
25
#define MAC_EXP_FLAG_APPEND     (1<<1)
25
26
 
26
27
 /*
27
28
  * Real lookup or just a test?