summaryrefslogtreecommitdiff
path: root/support/word2x/tune.h
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/word2x/tune.h
Initial commit
Diffstat (limited to 'support/word2x/tune.h')
-rw-r--r--support/word2x/tune.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/support/word2x/tune.h b/support/word2x/tune.h
new file mode 100644
index 0000000000..c589adb7ec
--- /dev/null
+++ b/support/word2x/tune.h
@@ -0,0 +1,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__ */
+