~ubuntu-branches/ubuntu/lucid/bogofilter/lucid-security

« back to all changes in this revision

Viewing changes to src/globals.h

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-06 05:41:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090506054152-tgameecssbuv4np6
Tags: 1.2.0-2ubuntu1
* Merge from debian unstable, remaining changes: LP: #372497
  - don't build qdbm.
  - Don't build tokyocabinet support as it's in universe.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: globals.h 6659 2007-04-01 16:53:09Z m-a $ */
 
1
/* $Id: globals.h 6777 2009-02-01 03:49:48Z relson $ */
2
2
 
3
3
#ifndef GLOBALS_H
4
4
#define GLOBALS_H
51
51
extern  double  spam_cutoff;
52
52
extern  double  thresh_update;
53
53
 
 
54
extern  uint    token_count_fix;
 
55
extern  uint    token_count_min;
 
56
extern  uint    token_count_max;
 
57
 
54
58
extern  int     abort_on_error;
55
59
extern  bool    stats_in_header;
56
60