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

« back to all changes in this revision

Viewing changes to src/globals.c

  • 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.c 6517 2006-07-03 00:17:46Z relson $ */
 
1
/* $Id: globals.c 6777 2009-02-01 03:49:48Z relson $ */
2
2
 
3
3
/*****************************************************************************
4
4
 
49
49
uint    max_multi_token_len = 0;
50
50
uint    multi_token_count   = MUL_TOKEN_CNT;
51
51
 
 
52
uint    token_count_fix = 0;
 
53
uint    token_count_min = 0;
 
54
uint    token_count_max = 0;
 
55
 
52
56
const char      *update_dir;
53
57
/*@observer@*/
54
58
const char      *stats_prefix;