Subversion Repositories Tewi

Rev

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

Rev 123 Rev 128
Line 1... Line 1...
1
/* $Id: tw_config.h 123 2024-09-22 13:43:47Z nishi $ */
1
/* $Id: tw_config.h 128 2024-09-23 10:19:19Z 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 79... Line 79...
79
	struct tw_config_entry root;
79
	struct tw_config_entry root;
80
	struct tw_config_entry vhosts[MAX_VHOSTS];
80
	struct tw_config_entry vhosts[MAX_VHOSTS];
81
	void* modules[MAX_MODULES];
81
	void* modules[MAX_MODULES];
82
	int module_count;
82
	int module_count;
83
	int vhost_count;
83
	int vhost_count;
-
 
84
	char* server_admin;
84
	char* server_root;
85
	char* server_root;
85
	char* extension;
86
	char* extension;
86
};
87
};
87
 
88
 
88
void tw_config_init(void);
89
void tw_config_init(void);