Subversion Repositories Tewi

Rev

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

Rev 81 Rev 123
Line 1... Line 1...
1
/* $Id: tw_config.h 81 2024-09-19 12:40:33Z nishi $ */
1
/* $Id: tw_config.h 123 2024-09-22 13:43:47Z 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
#include "tw_http.h"
6
#include "tw_http.h"
Line 58... Line 58...
58
	char* name;
58
	char* name;
59
	int port;
59
	int port;
60
	char* sslkey;
60
	char* sslkey;
61
	char* sslcert;
61
	char* sslcert;
62
	char* root;
62
	char* root;
-
 
63
	int hideport;
63
	struct tw_dir_entry dirs[MAX_DIRS];
64
	struct tw_dir_entry dirs[MAX_DIRS];
64
	int dir_count;
65
	int dir_count;
65
	struct tw_mime_entry mimes[MAX_DIRS];
66
	struct tw_mime_entry mimes[MAX_DIRS];
66
	int mime_count;
67
	int mime_count;
67
	struct tw_icon_entry icons[MAX_DIRS];
68
	struct tw_icon_entry icons[MAX_DIRS];