4 * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
6 * It has been AutoGen-ed Tuesday December 8, 2009 at 08:14:55 AM EST
7 * From the definitions ntp-keygen-opts.def
8 * and the template file options
10 * Generated from AutoOpts 29:0:4 templates.
14 * This file was produced by an AutoOpts template. AutoOpts is a
15 * copyrighted work. This header file is not encumbered by AutoOpts
16 * licensing, but is provided under the licensing terms chosen by the
17 * ntp-keygen author or copyright holder. AutoOpts is licensed under
18 * the terms of the LGPL. The redistributable library (``libopts'') is
19 * licensed under the terms of either the LGPL or, at the users discretion,
20 * the BSD license. See the AutoOpts and/or libopts sources for details.
22 * This source file is copyrighted and licensed under the following terms:
24 * ntp-keygen copyright 1970-2009 David L. Mills and/or others - all rights reserved
26 * see html/copyright.html
29 * This file contains the programmatic interface to the Automated
30 * Options generated for the ntp-keygen program.
31 * These macros are documented in the AutoGen info file in the
32 * "AutoOpts" chapter. Please refer to that doc for usage help.
34 #ifndef AUTOOPTS_NTP_KEYGEN_OPTS_H_GUARD
35 #define AUTOOPTS_NTP_KEYGEN_OPTS_H_GUARD
37 #include <autoopts/options.h>
40 * Ensure that the library used for compiling this generated header is at
41 * least as new as the version current when the header template was released
42 * (not counting patch version increments). Also ensure that the oldest
43 * tolerable version is at least as old as what was current when the header
44 * template was released.
46 #define AO_TEMPLATE_VERSION 118784
47 #if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
48 || (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
49 # error option template version mismatches autoopts/options.h header
54 * Enumeration of each option:
57 INDEX_OPT_CERTIFICATE
= 0,
58 INDEX_OPT_DEBUG_LEVEL
= 1,
59 INDEX_OPT_SET_DEBUG_LEVEL
= 2,
61 INDEX_OPT_GQ_PARAMS
= 4,
62 INDEX_OPT_GQ_KEYS
= 5,
63 INDEX_OPT_HOST_KEY
= 6,
65 INDEX_OPT_ISSUER_NAME
= 8,
67 INDEX_OPT_MODULUS
= 10,
68 INDEX_OPT_PVT_CERT
= 11,
69 INDEX_OPT_PVT_PASSWD
= 12,
70 INDEX_OPT_GET_PVT_PASSWD
= 13,
71 INDEX_OPT_SIGN_KEY
= 14,
72 INDEX_OPT_SUBJECT_NAME
= 15,
73 INDEX_OPT_TRUSTED_CERT
= 16,
74 INDEX_OPT_MV_PARAMS
= 17,
75 INDEX_OPT_MV_KEYS
= 18,
76 INDEX_OPT_VERSION
= 19,
78 INDEX_OPT_MORE_HELP
= 21,
79 INDEX_OPT_SAVE_OPTS
= 22,
80 INDEX_OPT_LOAD_OPTS
= 23
84 #define NTP_KEYGEN_VERSION "4.2.4p8"
85 #define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.4p8"
88 * Interface defines for all options. Replace "n" with the UPPER_CASED
89 * option name (as in the teOptIndex enumeration above).
90 * e.g. HAVE_OPT( CERTIFICATE )
92 #define DESC(n) (ntp_keygenOptions.pOptDesc[INDEX_OPT_## n])
93 #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))
94 #define OPT_ARG(n) (DESC(n).optArg.argString)
95 #define STATE_OPT(n) (DESC(n).fOptState & OPTST_SET_MASK)
96 #define COUNT_OPT(n) (DESC(n).optOccCt)
97 #define ISSEL_OPT(n) (SELECTED_OPT(&DESC(n)))
98 #define ISUNUSED_OPT(n) (UNUSED_OPT(& DESC(n)))
99 #define ENABLED_OPT(n) (! DISABLED_OPT(& DESC(n)))
100 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt)
101 #define STACKLST_OPT(n) (((tArgList*)(DESC(n).optCookie))->apzArgs)
102 #define CLEAR_OPT(n) STMTS( \
103 DESC(n).fOptState &= OPTST_PERSISTENT_MASK; \
104 if ( (DESC(n).fOptState & OPTST_INITENABLED) == 0) \
105 DESC(n).fOptState |= OPTST_DISABLED; \
106 DESC(n).optCookie = NULL )
109 * Make sure there are no #define name conflicts with the option names
111 #ifndef NO_OPTION_NAME_WARNINGS
113 # warning undefining CERTIFICATE due to option name conflict
117 # warning undefining DEBUG_LEVEL due to option name conflict
120 # ifdef SET_DEBUG_LEVEL
121 # warning undefining SET_DEBUG_LEVEL due to option name conflict
122 # undef SET_DEBUG_LEVEL
125 # warning undefining ID_KEY due to option name conflict
129 # warning undefining GQ_PARAMS due to option name conflict
133 # warning undefining GQ_KEYS due to option name conflict
137 # warning undefining HOST_KEY due to option name conflict
141 # warning undefining IFFKEY due to option name conflict
145 # warning undefining ISSUER_NAME due to option name conflict
149 # warning undefining MD5KEY due to option name conflict
153 # warning undefining MODULUS due to option name conflict
157 # warning undefining PVT_CERT due to option name conflict
161 # warning undefining PVT_PASSWD due to option name conflict
164 # ifdef GET_PVT_PASSWD
165 # warning undefining GET_PVT_PASSWD due to option name conflict
166 # undef GET_PVT_PASSWD
169 # warning undefining SIGN_KEY due to option name conflict
173 # warning undefining SUBJECT_NAME due to option name conflict
177 # warning undefining TRUSTED_CERT due to option name conflict
181 # warning undefining MV_PARAMS due to option name conflict
185 # warning undefining MV_KEYS due to option name conflict
188 #else /* NO_OPTION_NAME_WARNINGS */
191 # undef SET_DEBUG_LEVEL
202 # undef GET_PVT_PASSWD
208 #endif /* NO_OPTION_NAME_WARNINGS */
211 * Interface defines for specific options.
214 #define VALUE_OPT_CERTIFICATE 'c'
217 #define VALUE_OPT_DEBUG_LEVEL 'd'
220 #define VALUE_OPT_SET_DEBUG_LEVEL 'D'
223 #define VALUE_OPT_ID_KEY 'e'
226 #define VALUE_OPT_GQ_PARAMS 'G'
229 #define VALUE_OPT_GQ_KEYS 'g'
232 #define VALUE_OPT_HOST_KEY 'H'
235 #define VALUE_OPT_IFFKEY 'I'
238 #define VALUE_OPT_ISSUER_NAME 'i'
240 #define VALUE_OPT_MD5KEY 'M'
242 #define VALUE_OPT_MODULUS 'm'
243 #define OPT_VALUE_MODULUS (DESC(MODULUS).optArg.argInt)
246 #define VALUE_OPT_PVT_CERT 'P'
249 #define VALUE_OPT_PVT_PASSWD 'p'
252 #define VALUE_OPT_GET_PVT_PASSWD 'q'
255 #define VALUE_OPT_SIGN_KEY 'S'
258 #define VALUE_OPT_SUBJECT_NAME 's'
261 #define VALUE_OPT_TRUSTED_CERT 'T'
264 #define VALUE_OPT_MV_PARAMS 'V'
265 #define OPT_VALUE_MV_PARAMS (DESC(MV_PARAMS).optArg.argInt)
268 #define VALUE_OPT_MV_KEYS 'v'
269 #define OPT_VALUE_MV_KEYS (DESC(MV_KEYS).optArg.argInt)
272 #define VALUE_OPT_VERSION 'v'
273 #define VALUE_OPT_HELP '?'
274 #define VALUE_OPT_MORE_HELP '!'
275 #define VALUE_OPT_SAVE_OPTS '>'
276 #define VALUE_OPT_LOAD_OPTS '<'
277 #define SET_OPT_SAVE_OPTS(a) STMTS( \
278 DESC(SAVE_OPTS).fOptState &= OPTST_PERSISTENT_MASK; \
279 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
280 DESC(SAVE_OPTS).optArg.argString = (char const*)(a) )
282 * Interface defines not associated with particular options
284 #define ERRSKIP_OPTERR STMTS( ntp_keygenOptions.fOptSet &= ~OPTPROC_ERRSTOP )
285 #define ERRSTOP_OPTERR STMTS( ntp_keygenOptions.fOptSet |= OPTPROC_ERRSTOP )
286 #define RESTART_OPT(n) STMTS( \
287 ntp_keygenOptions.curOptIdx = (n); \
288 ntp_keygenOptions.pzCurOpt = NULL )
289 #define START_OPT RESTART_OPT(1)
290 #define USAGE(c) (*ntp_keygenOptions.pUsageProc)( &ntp_keygenOptions, c )
291 /* extracted from /usr/local/gnu/autogen-5.9.1/share/autogen/opthead.tpl near line 360 */
295 * Declare the ntp-keygen option descriptor.
301 extern tOptions ntp_keygenOptions
;
306 static inline char* aoGetsText( char const* pz
) {
307 if (pz
== NULL
) return NULL
;
308 return (char*)gettext( pz
);
310 # define _(s) aoGetsText(s)
311 # else /* ENABLE_NLS */
313 # endif /* ENABLE_NLS */
319 #endif /* AUTOOPTS_NTP_KEYGEN_OPTS_H_GUARD */
320 /* ntp-keygen-opts.h ends here */