~ubuntu-branches/ubuntu/utopic/lebiniou/utopic

« back to all changes in this revision

Viewing changes to src/options.h

  • Committer: Package Import Robot
  • Author(s): Olivier Girondel
  • Date: 2011-10-22 21:04:28 UTC
  • mfrom: (6.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20111022210428-98wk8rbx1mj3wuzo
Tags: 3.13-1
* New upstream release 3.13.
* Put all library flags in LIBS instead of LDFLAGS. (Closes: #647100)

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
  BEQ_TEST       = 1 << 27, /* testing plugins */
59
59
  BEQ_DEBUG      = 1 << 28, /* for debug */
60
60
  BEQ_FIRST      = 1 << 29, /* insert plugin at the begining */
61
 
  BEQ_FLUSH      = 1 << 30  /* clear the sequence before inserting the plugin */
 
61
  BEQ_FLUSH      = 1 << 30, /* clear the sequence before inserting the plugin */
 
62
  BEQ_BYPASS     = 1 << 31  /* plugin can be temporarily disabled */
62
63
} PluginOptions_e;
63
64
 
64
65
#define MAX_STYPES 11           /* user-selectable types */