summaryrefslogtreecommitdiff
path: root/support/word2x/tune.h
blob: c589adb7ece22b65c5c2ae4b910007bedde67c15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* $Id: tuneable.h,v 1.14 1998/06/14 05:20:11 dps Exp $ */
/* These are tuneable within limits */

#ifndef __TUNE_H__
#define __TUNE_H__

/* Junk filter tuneables */
#define JUNK_FILT_BUFSIZE 1025
#define RESUME_CHARS 30
/* Min zeros before text to trigger document start */
#define ST_MIN_ZEROS 16
/* All ff text prelude options */
#define ALLOW_FF_LEADIN 1
#define ST_MIN_FF 30
/* sink junk mode trigger parameters */
#define SINK_MIN_TEXT 500
#define SINK_JUNK_CNT 4500
/* Max top bit ste run */
#define MAX_TOP_RUN 5
/* Not unicode */
#define ST_ASC_VCHARS 30
/* Rejects limit */
#define ST_REJ_LIMIT 10
/* Due to unicode OLE filename make with >32 or else */
#define ST_ASC_VCHARS_UNICODE 40
/* Make sure a unicode document restarts in unicode? */
#define AGGRESSIVE_UNICODE 1

#endif /* __TUNE_H__ */