Subversion Repositories Tewi

Rev

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

Rev 257 Rev 258
Line 1... Line 1...
1
/* $Id: tw_config.h 257 2024-10-04 05:34:27Z nishi $ */
1
/* $Id: tw_config.h 258 2024-10-04 05:53:35Z nishi $ */
2
 
2
 
3
#ifndef __TW_CONFIG_H__
3
#ifndef __TW_CONFIG_H__
4
#define __TW_CONFIG_H__
4
#define __TW_CONFIG_H__
5
 
5
 
6
#ifdef __cplusplus
6
#ifdef __cplusplus
Line 41... Line 41...
41
#define MAX_VHOSTS 1024
41
#define MAX_VHOSTS 1024
42
#define MAX_MODULES 1024
42
#define MAX_MODULES 1024
43
#define MAX_DIRS 1024
43
#define MAX_DIRS 1024
44
#define MAX_MIME 4096
44
#define MAX_MIME 4096
45
#define MAX_ICON 1024
45
#define MAX_ICON 1024
46
#define MAX_INDEX 1024
46
#define MAX_INDEX 32
47
#define MAX_README 8
47
#define MAX_README 8
48
 
48
 
49
#if defined(_MSC_VER) || defined(__BORLANDC__)
49
#if defined(_MSC_VER) || defined(__BORLANDC__)
50
#define NUM1024 1024UL
50
#define NUM1024 1024UL
51
#else
51
#else