Deleted Added
full compact
sntp-opts.h (182007) sntp-opts.h (200576)
1/*
2 * EDIT THIS FILE WITH CAUTION (sntp-opts.h)
3 *
1/*
2 * EDIT THIS FILE WITH CAUTION (sntp-opts.h)
3 *
4 * It has been AutoGen-ed Sunday August 17, 2008 at 05:27:23 AM EDT
4 * It has been AutoGen-ed Tuesday December 8, 2009 at 08:14:49 AM EST
5 * From the definitions sntp-opts.def
6 * and the template file options
7 *
8 * Generated from AutoOpts 29:0:4 templates.
9 */
10
11/*
12 * This file was produced by an AutoOpts template. AutoOpts is a

--- 129 unchanged lines hidden (view full) ---

142 INDEX_OPT_VERSION = 8,
143 INDEX_OPT_HELP = 9,
144 INDEX_OPT_MORE_HELP = 10,
145 INDEX_OPT_SAVE_OPTS = 11,
146 INDEX_OPT_LOAD_OPTS = 12
147} teOptIndex;
148
149#define OPTION_CT 13
5 * From the definitions sntp-opts.def
6 * and the template file options
7 *
8 * Generated from AutoOpts 29:0:4 templates.
9 */
10
11/*
12 * This file was produced by an AutoOpts template. AutoOpts is a

--- 129 unchanged lines hidden (view full) ---

142 INDEX_OPT_VERSION = 8,
143 INDEX_OPT_HELP = 9,
144 INDEX_OPT_MORE_HELP = 10,
145 INDEX_OPT_SAVE_OPTS = 11,
146 INDEX_OPT_LOAD_OPTS = 12
147} teOptIndex;
148
149#define OPTION_CT 13
150#define SNTP_VERSION "4.2.4p5"
151#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.4p5"
150#define SNTP_VERSION "4.2.4p8"
151#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.4p8"
152
153/*
154 * Interface defines for all options. Replace "n" with the UPPER_CASED
155 * option name (as in the teOptIndex enumeration above).
156 * e.g. HAVE_OPT( IPV4 )
157 */
158#define DESC(n) (sntpOptions.pOptDesc[INDEX_OPT_## n])
159#define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))

--- 86 unchanged lines hidden (view full) ---

246 */
247#define ERRSKIP_OPTERR STMTS( sntpOptions.fOptSet &= ~OPTPROC_ERRSTOP )
248#define ERRSTOP_OPTERR STMTS( sntpOptions.fOptSet |= OPTPROC_ERRSTOP )
249#define RESTART_OPT(n) STMTS( \
250 sntpOptions.curOptIdx = (n); \
251 sntpOptions.pzCurOpt = NULL )
252#define START_OPT RESTART_OPT(1)
253#define USAGE(c) (*sntpOptions.pUsageProc)( &sntpOptions, c )
152
153/*
154 * Interface defines for all options. Replace "n" with the UPPER_CASED
155 * option name (as in the teOptIndex enumeration above).
156 * e.g. HAVE_OPT( IPV4 )
157 */
158#define DESC(n) (sntpOptions.pOptDesc[INDEX_OPT_## n])
159#define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n)))

--- 86 unchanged lines hidden (view full) ---

246 */
247#define ERRSKIP_OPTERR STMTS( sntpOptions.fOptSet &= ~OPTPROC_ERRSTOP )
248#define ERRSTOP_OPTERR STMTS( sntpOptions.fOptSet |= OPTPROC_ERRSTOP )
249#define RESTART_OPT(n) STMTS( \
250 sntpOptions.curOptIdx = (n); \
251 sntpOptions.pzCurOpt = NULL )
252#define START_OPT RESTART_OPT(1)
253#define USAGE(c) (*sntpOptions.pUsageProc)( &sntpOptions, c )
254/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 360 */
254/* extracted from /usr/local/gnu/autogen-5.9.1/share/autogen/opthead.tpl near line 360 */
255
256/* * * * * *
257 *
258 * Declare the sntp option descriptor.
259 */
260#ifdef __cplusplus
261extern "C" {
262#endif

--- 21 unchanged lines hidden ---
255
256/* * * * * *
257 *
258 * Declare the sntp option descriptor.
259 */
260#ifdef __cplusplus
261extern "C" {
262#endif

--- 21 unchanged lines hidden ---