Subversion Repositories wimsdev

Rev

Rev 8147 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8147 Rev 8185
Line 16... Line 16...
16
 */
16
 */
17
 
17
 
18
/* This is an internal program,
18
/* This is an internal program,
19
 * used to show statistics of frequentation, module by module. */
19
 * used to show statistics of frequentation, module by module. */
20
 
20
 
21
#include "../wims.h"
-
 
22
#include "../Lib/libwims.h"
21
#include "../Lib/libwims.h"
-
 
22
 
23
#define MAX_FLEN 102400
23
#define MAX_FLEN 102400
24
#define MAX_LANGS   16
24
#define MAX_LANGS MAX_LANGUAGES /*#define MAX_LANGS   16*/
25
char mbuf[MAX_LINELEN+1];
25
char mbuf[MAX_LINELEN+1];
26
char mbase[MAX_LINELEN+1];
26
char mbase[MAX_LINELEN+1];
27
char indexfile[MAX_LINELEN+1];
27
char indexfile[MAX_LINELEN+1];
28
char modify_time[1024];
28
char modify_time[1024];
29
char vbuf[MAX_LINELEN+1];
29
char vbuf[MAX_LINELEN+1];