ntp-keygen-opts.h (ntp-4.2.8p14) | : | ntp-keygen-opts.h (ntp-4.2.8p15) | ||
---|---|---|---|---|
/* | /* | |||
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h) | * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h) | |||
* | * | |||
* It has been AutoGen-ed March 3, 2020 at 05:41:28 PM by AutoGen 5.18.5 | * It has been AutoGen-ed June 23, 2020 at 02:21:03 AM by AutoGen 5.18.5 | |||
* From the definitions ntp-keygen-opts.def | * From the definitions ntp-keygen-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 ntp-keygen author or copyright holder. AutoOpts is | * by the ntp-keygen 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 97 | skipping to change at line 97 | |||
INDEX_OPT_MV_KEYS = 20, | INDEX_OPT_MV_KEYS = 20, | |||
INDEX_OPT_VERSION = 21, | INDEX_OPT_VERSION = 21, | |||
INDEX_OPT_HELP = 22, | INDEX_OPT_HELP = 22, | |||
INDEX_OPT_MORE_HELP = 23, | INDEX_OPT_MORE_HELP = 23, | |||
INDEX_OPT_SAVE_OPTS = 24, | INDEX_OPT_SAVE_OPTS = 24, | |||
INDEX_OPT_LOAD_OPTS = 25 | INDEX_OPT_LOAD_OPTS = 25 | |||
} teOptIndex; | } teOptIndex; | |||
/** count of all options for ntp-keygen */ | /** count of all options for ntp-keygen */ | |||
#define OPTION_CT 26 | #define OPTION_CT 26 | |||
/** ntp-keygen version */ | /** ntp-keygen version */ | |||
#define NTP_KEYGEN_VERSION "4.2.8p14" | #define NTP_KEYGEN_VERSION "4.2.8p15" | |||
/** Full ntp-keygen version text */ | /** Full ntp-keygen version text */ | |||
#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.2.8p14" | #define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 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(IMBITS) | * e.g. HAVE_OPT(IMBITS) | |||
*/ | */ | |||
#define DESC(n) (ntp_keygenOptions.pOptDesc[INDEX_OPT_## n]) | #define DESC(n) (ntp_keygenOptions.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 |