OSDN Git Service

Created some changes for autotool
[ultramonkey-l7/sslproxy.git] / parameter / parameter_enum.h
1 /*
2  * @file  parameter_enum.h
3  * @brief parameter module constants enumeration.
4  *
5  * L7VSD: Linux Virtual Server for Layer7 Load Balancing
6  * Copyright (C) 2008  NTT COMWARE Corporation.
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2.1 of the License, or (at your option) any later version.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with this library; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
21  * 02110-1301 USA
22  *      
23  **********************************************************************/
24
25 #ifndef __PARAMETER_ENUM_H__
26 #define __PARAMETER_ENUM_H__
27
28 /*!
29  * enumerate section
30  */
31 enum PARAMETER_COMPONENT_TAG
32 {
33         PARAM_COMP_ALL,
34         PARAM_COMP_NOCAT,
35         PARAM_COMP_LOGGER,
36         PARAM_COMP_SSLPROXY
37 };
38         
39 #endif  //__PARAMETER_ENUM_H__