Rev 432 | Rev 3247 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 432 | Rev 1792 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | char *ignoredic= "sys/indignore"; |
32 | char *ignoredic= "sys/indignore"; |
33 | char *conffile= "log/wims.conf"; |
33 | char *conffile= "log/wims.conf"; |
34 | char *mlistbase= "list"; |
34 | char *mlistbase= "list"; |
35 | 35 | ||
36 | char lang[MAX_LANGS][4]={ |
36 | char lang[MAX_LANGS][4]={ |
37 | "en","fr","cn","es","it","nl","si","ca" |
37 | "en","fr","cn","es","it","nl","si","ca","pt" |
38 | }; |
38 | }; |
39 | #define DEFAULT_LANGCNT 6 |
39 | #define DEFAULT_LANGCNT 6 |
40 | char allang[MAX_LANGS][4]={ |
40 | char allang[MAX_LANGS][4]={ |
41 | "en","fr","cn","es","it","nl","tw","de","si","ca" |
41 | "en","fr","cn","es","it","nl","tw","de","si","ca","pt" |
42 | }; |
42 | }; |
43 | #define allangcnt 8 |
43 | #define allangcnt 8 |
44 | char ignore[MAX_LANGS][MAX_LINELEN+1]; |
44 | char ignore[MAX_LANGS][MAX_LINELEN+1]; |
45 | char mlistfile[MAX_LANGS][256]; |
45 | char mlistfile[MAX_LANGS][256]; |
46 | int langcnt; |
46 | int langcnt; |