ntpq-opts.h (ntp-4.2.8p14) | : | ntpq-opts.h (ntp-4.2.8p15) | ||
---|---|---|---|---|
/* | /* | |||
* EDIT THIS FILE WITH CAUTION (ntpq-opts.h) | * EDIT THIS FILE WITH CAUTION (ntpq-opts.h) | |||
* | * | |||
* It has been AutoGen-ed March 3, 2020 at 05:41:14 PM by AutoGen 5.18.5 | * It has been AutoGen-ed June 23, 2020 at 02:20:48 AM by AutoGen 5.18.5 | |||
* From the definitions ntpq-opts.def | * From the definitions ntpq-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 ntpq author or copyright holder. AutoOpts is | * by the ntpq 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 87 | skipping to change at line 87 | |||
INDEX_OPT_WIDE = 10, | INDEX_OPT_WIDE = 10, | |||
INDEX_OPT_VERSION = 11, | INDEX_OPT_VERSION = 11, | |||
INDEX_OPT_HELP = 12, | INDEX_OPT_HELP = 12, | |||
INDEX_OPT_MORE_HELP = 13, | INDEX_OPT_MORE_HELP = 13, | |||
INDEX_OPT_SAVE_OPTS = 14, | INDEX_OPT_SAVE_OPTS = 14, | |||
INDEX_OPT_LOAD_OPTS = 15 | INDEX_OPT_LOAD_OPTS = 15 | |||
} teOptIndex; | } teOptIndex; | |||
/** count of all options for ntpq */ | /** count of all options for ntpq */ | |||
#define OPTION_CT 16 | #define OPTION_CT 16 | |||
/** ntpq version */ | /** ntpq version */ | |||
#define NTPQ_VERSION "4.2.8p14" | #define NTPQ_VERSION "4.2.8p15" | |||
/** Full ntpq version text */ | /** Full ntpq version text */ | |||
#define NTPQ_FULL_VERSION "ntpq 4.2.8p14" | #define NTPQ_FULL_VERSION "ntpq 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) (ntpqOptions.pOptDesc[INDEX_OPT_## n]) | #define DESC(n) (ntpqOptions.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 |