sntp-opts.h (ntp-4.2.8p14) | : | sntp-opts.h (ntp-4.2.8p15) | ||
---|---|---|---|---|
/* | /* | |||
* EDIT THIS FILE WITH CAUTION (sntp-opts.h) | * EDIT THIS FILE WITH CAUTION (sntp-opts.h) | |||
* | * | |||
* It has been AutoGen-ed March 3, 2020 at 05:39:58 PM by AutoGen 5.18.5 | * It has been AutoGen-ed June 23, 2020 at 02:19:32 AM by AutoGen 5.18.5 | |||
* From the definitions sntp-opts.def | * From the definitions sntp-opts.def | |||
* and the template file options | * and the template file options | |||
* | * | |||
* Generated from AutoOpts 41:1:16 templates. | * Generated from AutoOpts 41:1:16 templates. | |||
* | * | |||
* AutoOpts is a copyrighted work. This header file is not encumbered | * AutoOpts is a copyrighted work. This header file is not encumbered | |||
* by AutoOpts licensing, but is provided under the licensing terms chosen | * by AutoOpts licensing, but is provided under the licensing terms chosen | |||
* by the sntp author or copyright holder. AutoOpts is | * by the sntp author or copyright holder. AutoOpts is | |||
* licensed under the terms of the LGPL. The redistributable library | * licensed under the terms of the LGPL. The redistributable library | |||
* (``libopts'') is licensed under the terms of either the LGPL or, at the | * (``libopts'') is licensed under the terms of either the LGPL or, at the | |||
skipping to change at line 94 | skipping to change at line 94 | |||
INDEX_OPT_WAIT = 17, | INDEX_OPT_WAIT = 17, | |||
INDEX_OPT_VERSION = 18, | INDEX_OPT_VERSION = 18, | |||
INDEX_OPT_HELP = 19, | INDEX_OPT_HELP = 19, | |||
INDEX_OPT_MORE_HELP = 20, | INDEX_OPT_MORE_HELP = 20, | |||
INDEX_OPT_SAVE_OPTS = 21, | INDEX_OPT_SAVE_OPTS = 21, | |||
INDEX_OPT_LOAD_OPTS = 22 | INDEX_OPT_LOAD_OPTS = 22 | |||
} teOptIndex; | } teOptIndex; | |||
/** count of all options for sntp */ | /** count of all options for sntp */ | |||
#define OPTION_CT 23 | #define OPTION_CT 23 | |||
/** sntp version */ | /** sntp version */ | |||
#define SNTP_VERSION "4.2.8p14" | #define SNTP_VERSION "4.2.8p15" | |||
/** Full sntp version text */ | /** Full sntp version text */ | |||
#define SNTP_FULL_VERSION "sntp 4.2.8p14" | #define SNTP_FULL_VERSION "sntp 4.2.8p15" | |||
/** | /** | |||
* Interface defines for all options. Replace "n" with the UPPER_CASED | * Interface defines for all options. Replace "n" with the UPPER_CASED | |||
* option name (as in the teOptIndex enumeration above). | * option name (as in the teOptIndex enumeration above). | |||
* e.g. HAVE_OPT(IPV4) | * e.g. HAVE_OPT(IPV4) | |||
*/ | */ | |||
#define DESC(n) (sntpOptions.pOptDesc[INDEX_OPT_## n]) | #define DESC(n) (sntpOptions.pOptDesc[INDEX_OPT_## n]) | |||
/** 'true' if an option has been specified in any way */ | /** 'true' if an option has been specified in any way */ | |||
#define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n))) | #define HAVE_OPT(n) (! UNUSED_OPT(& DESC(n))) | |||
/** The string argument to an option. The argument type must be \"string\". */ | /** The string argument to an option. The argument type must be \"string\". */ | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |