corrected copyright notices
[gnutls.git] / src / serv-args.h
blob27e47656ba8edfbc887d87a68478abfebb7b538e
1 /* -*- buffer-read-only: t -*- vi: set ro:
2 *
3 * DO NOT EDIT THIS FILE (serv-args.h)
4 *
5 * It has been AutoGen-ed November 8, 2012 at 11:35:50 PM by AutoGen 5.16
6 * From the definitions serv-args.def
7 * and the template file options
9 * Generated from AutoOpts 36:4:11 templates.
11 * AutoOpts is a copyrighted work. This header file is not encumbered
12 * by AutoOpts licensing, but is provided under the licensing terms chosen
13 * by the gnutls-serv author or copyright holder. AutoOpts is
14 * licensed under the terms of the LGPL. The redistributable library
15 * (``libopts'') is licensed under the terms of either the LGPL or, at the
16 * users discretion, the BSD license. See the AutoOpts and/or libopts sources
17 * for details.
19 * The gnutls-serv program is copyrighted and licensed
20 * under the following terms:
22 * Copyright (C) 2000-2012 Free Software Foundation, all rights reserved.
23 * This is free software. It is licensed for use, modification and
24 * redistribution under the terms of the
25 * GNU General Public License, version 3 or later
26 * <http://gnu.org/licenses/gpl.html>
28 * gnutls-serv is free software: you can redistribute it and/or modify it
29 * under the terms of the GNU General Public License as published by the
30 * Free Software Foundation, either version 3 of the License, or
31 * (at your option) any later version.
33 * gnutls-serv is distributed in the hope that it will be useful, but
34 * WITHOUT ANY WARRANTY; without even the implied warranty of
35 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
36 * See the GNU General Public License for more details.
38 * You should have received a copy of the GNU General Public License along
39 * with this program. If not, see <http://www.gnu.org/licenses/>.
42 * This file contains the programmatic interface to the Automated
43 * Options generated for the gnutls-serv program.
44 * These macros are documented in the AutoGen info file in the
45 * "AutoOpts" chapter. Please refer to that doc for usage help.
47 #ifndef AUTOOPTS_SERV_ARGS_H_GUARD
48 #define AUTOOPTS_SERV_ARGS_H_GUARD 1
49 #include "config.h"
50 #include <autoopts/options.h>
53 * Ensure that the library used for compiling this generated header is at
54 * least as new as the version current when the header template was released
55 * (not counting patch version increments). Also ensure that the oldest
56 * tolerable version is at least as old as what was current when the header
57 * template was released.
59 #define AO_TEMPLATE_VERSION 147460
60 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
61 || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
62 # error option template version mismatches autoopts/options.h header
63 Choke Me.
64 #endif
67 * Enumeration of each option:
69 typedef enum {
70 INDEX_OPT_DEBUG = 0,
71 INDEX_OPT_NOTICKET = 1,
72 INDEX_OPT_GENERATE = 2,
73 INDEX_OPT_QUIET = 3,
74 INDEX_OPT_NODB = 4,
75 INDEX_OPT_HTTP = 5,
76 INDEX_OPT_ECHO = 6,
77 INDEX_OPT_UDP = 7,
78 INDEX_OPT_MTU = 8,
79 INDEX_OPT_SRTP_PROFILES = 9,
80 INDEX_OPT_DISABLE_CLIENT_CERT = 10,
81 INDEX_OPT_REQUIRE_CLIENT_CERT = 11,
82 INDEX_OPT_HEARTBEAT = 12,
83 INDEX_OPT_X509FMTDER = 13,
84 INDEX_OPT_PRIORITY = 14,
85 INDEX_OPT_DHPARAMS = 15,
86 INDEX_OPT_X509CAFILE = 16,
87 INDEX_OPT_X509CRLFILE = 17,
88 INDEX_OPT_PGPKEYFILE = 18,
89 INDEX_OPT_PGPKEYRING = 19,
90 INDEX_OPT_PGPCERTFILE = 20,
91 INDEX_OPT_X509KEYFILE = 21,
92 INDEX_OPT_X509CERTFILE = 22,
93 INDEX_OPT_X509DSAKEYFILE = 23,
94 INDEX_OPT_X509DSACERTFILE = 24,
95 INDEX_OPT_X509ECCKEYFILE = 25,
96 INDEX_OPT_X509ECCCERTFILE = 26,
97 INDEX_OPT_PGPSUBKEY = 27,
98 INDEX_OPT_SRPPASSWD = 28,
99 INDEX_OPT_SRPPASSWDCONF = 29,
100 INDEX_OPT_PSKPASSWD = 30,
101 INDEX_OPT_PSKHINT = 31,
102 INDEX_OPT_OCSP_RESPONSE = 32,
103 INDEX_OPT_PORT = 33,
104 INDEX_OPT_LIST = 34,
105 INDEX_OPT_VERSION = 35,
106 INDEX_OPT_HELP = 36,
107 INDEX_OPT_MORE_HELP = 37
108 } teOptIndex;
110 #define OPTION_CT 38
111 #define GNUTLS_SERV_VERSION "@VERSION@"
112 #define GNUTLS_SERV_FULL_VERSION "gnutls-serv @VERSION@"
115 * Interface defines for all options. Replace "n" with the UPPER_CASED
116 * option name (as in the teOptIndex enumeration above).
117 * e.g. HAVE_OPT(DEBUG)
119 #define DESC(n) (gnutls_servOptions.pOptDesc[INDEX_OPT_## n])
120 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
121 #define OPT_ARG(n) (DESC(n).optArg.argString)
122 #define STATE_OPT(n) (DESC(n).fOptState & OPTST_SET_MASK)
123 #define COUNT_OPT(n) (DESC(n).optOccCt)
124 #define ISSEL_OPT(n) (SELECTED_OPT(&DESC(n)))
125 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
126 #define ENABLED_OPT(n) (! DISABLED_OPT(& DESC(n)))
127 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt)
128 #define STACKLST_OPT(n) (((tArgList*)(DESC(n).optCookie))->apzArgs)
129 #define CLEAR_OPT(n) STMTS( \
130 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
131 if ((DESC(n).fOptState & OPTST_INITENABLED) == 0) \
132 DESC(n).fOptState |= OPTST_DISABLED; \
133 DESC(n).optCookie = NULL )
135 /* * * * * *
137 * Enumeration of gnutls-serv exit codes
139 typedef enum {
140 GNUTLS_SERV_EXIT_SUCCESS = 0,
141 GNUTLS_SERV_EXIT_FAILURE = 1,
142 GNUTLS_SERV_EXIT_LIBOPTS_FAILURE = 70
143 } gnutls_serv_exit_code_t;
144 /* * * * * *
146 * Interface defines for specific options.
148 #define VALUE_OPT_DEBUG 'd'
150 #define OPT_VALUE_DEBUG (DESC(DEBUG).optArg.argInt)
151 #define VALUE_OPT_NOTICKET 1
152 #define VALUE_OPT_GENERATE 'g'
153 #define VALUE_OPT_QUIET 'q'
154 #define VALUE_OPT_NODB 4
155 #define VALUE_OPT_HTTP 5
156 #define VALUE_OPT_ECHO 6
157 #define VALUE_OPT_UDP 'u'
158 #define VALUE_OPT_MTU 8
160 #define OPT_VALUE_MTU (DESC(MTU).optArg.argInt)
161 #define VALUE_OPT_SRTP_PROFILES 9
162 #define VALUE_OPT_DISABLE_CLIENT_CERT 'a'
163 #define VALUE_OPT_REQUIRE_CLIENT_CERT 'r'
164 #define VALUE_OPT_HEARTBEAT 'b'
165 #define VALUE_OPT_X509FMTDER 13
166 #define VALUE_OPT_PRIORITY 14
167 #define VALUE_OPT_DHPARAMS 15
168 #define VALUE_OPT_X509CAFILE 16
169 #define VALUE_OPT_X509CRLFILE 17
170 #define VALUE_OPT_PGPKEYFILE 18
171 #define VALUE_OPT_PGPKEYRING 19
172 #define VALUE_OPT_PGPCERTFILE 20
173 #define VALUE_OPT_X509KEYFILE 21
174 #define VALUE_OPT_X509CERTFILE 22
175 #define VALUE_OPT_X509DSAKEYFILE 23
176 #define VALUE_OPT_X509DSACERTFILE 24
177 #define VALUE_OPT_X509ECCKEYFILE 25
178 #define VALUE_OPT_X509ECCCERTFILE 26
179 #define VALUE_OPT_PGPSUBKEY 27
180 #define VALUE_OPT_SRPPASSWD 28
181 #define VALUE_OPT_SRPPASSWDCONF 29
182 #define VALUE_OPT_PSKPASSWD 30
183 #define VALUE_OPT_PSKHINT 31
184 #define VALUE_OPT_OCSP_RESPONSE 32
185 #define VALUE_OPT_PORT 'p'
187 #define OPT_VALUE_PORT (DESC(PORT).optArg.argInt)
188 #define VALUE_OPT_LIST 'l'
189 #define VALUE_OPT_HELP 'h'
190 #define VALUE_OPT_MORE_HELP '!'
191 #define VALUE_OPT_VERSION 'v'
193 * Interface defines not associated with particular options
195 #define ERRSKIP_OPTERR STMTS(gnutls_servOptions.fOptSet &= ~OPTPROC_ERRSTOP)
196 #define ERRSTOP_OPTERR STMTS(gnutls_servOptions.fOptSet |= OPTPROC_ERRSTOP)
197 #define RESTART_OPT(n) STMTS( \
198 gnutls_servOptions.curOptIdx = (n); \
199 gnutls_servOptions.pzCurOpt = NULL)
200 #define START_OPT RESTART_OPT(1)
201 #define USAGE(c) (*gnutls_servOptions.pUsageProc)(&gnutls_servOptions, c)
202 /* extracted from opthead.tlib near line 484 */
204 #ifdef __cplusplus
205 extern "C" {
206 #endif
208 * global exported definitions
210 #include <gettext.h>
213 /* * * * * *
215 * Declare the gnutls-serv option descriptor.
217 extern tOptions gnutls_servOptions;
219 #if defined(ENABLE_NLS)
220 # ifndef _
221 # include <stdio.h>
222 static inline char* aoGetsText(char const* pz) {
223 if (pz == NULL) return NULL;
224 return (char*)gettext(pz);
226 # define _(s) aoGetsText(s)
227 # endif /* _() */
229 # define OPT_NO_XLAT_CFG_NAMES STMTS(gnutls_servOptions.fOptSet |= \
230 OPTPROC_NXLAT_OPT_CFG;)
231 # define OPT_NO_XLAT_OPT_NAMES STMTS(gnutls_servOptions.fOptSet |= \
232 OPTPROC_NXLAT_OPT|OPTPROC_NXLAT_OPT_CFG;)
234 # define OPT_XLAT_CFG_NAMES STMTS(gnutls_servOptions.fOptSet &= \
235 ~(OPTPROC_NXLAT_OPT|OPTPROC_NXLAT_OPT_CFG);)
236 # define OPT_XLAT_OPT_NAMES STMTS(gnutls_servOptions.fOptSet &= \
237 ~OPTPROC_NXLAT_OPT;)
239 #else /* ENABLE_NLS */
240 # define OPT_NO_XLAT_CFG_NAMES
241 # define OPT_NO_XLAT_OPT_NAMES
243 # define OPT_XLAT_CFG_NAMES
244 # define OPT_XLAT_OPT_NAMES
246 # ifndef _
247 # define _(_s) _s
248 # endif
249 #endif /* ENABLE_NLS */
251 #ifdef __cplusplus
253 #endif
254 #endif /* AUTOOPTS_SERV_ARGS_H_GUARD */
255 /* serv-args.h ends here */