d527fa0b4114335c11e4b0e8d505e7213449d095
2 * Copyright (C) 2005 Andreas Steffen
3 * Hochschule fuer Technik Rapperswil, Switzerland
5 * This program is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License as published by the
7 * Free Software Foundation; either version 2 of the License, or (at your
8 * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
10 * This program is distributed in the hope that it will be useful, but
11 * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 * RCSID $Id: keywords.h,v 1.8 2006/04/17 10:30:27 as Exp $
22 /* config setup keywords */
28 /* pluto/charon keywords */
47 #define KW_PLUTO_FIRST KW_PLUTODEBUG
48 #define KW_PLUTO_LAST KW_PKCS11PROXY
56 #define KW_KLIPS_FIRST KW_KLIPSDEBUG
57 #define KW_KLIPS_LAST KW_HIDETOS
59 #define KW_SETUP_FIRST KW_INTERFACES
60 #define KW_SETUP_LAST KW_HIDETOS
62 /* conn section keywords */
88 #define KW_CONN_FIRST KW_CONN_SETUP
89 #define KW_CONN_LAST KW_XAUTH
91 /* ca section keywords */
102 #define KW_CA_FIRST KW_CA_SETUP
103 #define KW_CA_LAST KW_OCSPURI2
125 #define KW_END_FIRST KW_HOST
126 #define KW_END_LAST KW_IFACE
128 /* left end keywords */
147 #define KW_LEFT_FIRST KW_LEFT
148 #define KW_LEFT_LAST KW_LEFTGROUPS
150 /* right end keywords */
154 KW_RIGHTSUBNETWITHIN
,
169 #define KW_RIGHT_FIRST KW_RIGHT
170 #define KW_RIGHT_LAST KW_RIGHTGROUPS
172 /* general section keywords */
178 #endif /* _KEYWORDS_H_ */