2020-06-11 07:45:53 +00:00
|
|
|
Index: osdl-aim-7/src/suite.h
|
|
|
|
|
===================================================================
|
|
|
|
|
--- osdl-aim-7.orig/src/suite.h
|
|
|
|
|
+++ osdl-aim-7/src/suite.h
|
2015-04-09 12:27:46 +00:00
|
|
|
@@ -52,8 +52,8 @@
|
|
|
|
|
|
|
|
|
|
#define WORKLD 100
|
|
|
|
|
#define MAX_WORK 1024
|
|
|
|
|
-#define WORKFILE "/usr/local/share/reaim/workfile.short"
|
|
|
|
|
-#define CONFIGFILE "/usr/local/share/reaim/reaim.config"
|
2015-04-09 13:19:08 +00:00
|
|
|
+#define WORKFILE "/usr/share/reaim/workfile"
|
|
|
|
|
+#define CONFIGFILE "/usr/share/reaim/reaim.config"
|
2015-04-09 12:27:46 +00:00
|
|
|
#define LOGFILEPREFIX "reaim"
|
|
|
|
|
#define STROKES 50 /* baud rate per user typing */
|
|
|
|
|
#define MAXITR 10 /* max number of iteration */
|