ntpd-opts.h (ntp-4.2.8p14) | : | ntpd-opts.h (ntp-4.2.8p15) | ||
---|---|---|---|---|
/* | /* | |||
* EDIT THIS FILE WITH CAUTION (ntpd-opts.h) | * EDIT THIS FILE WITH CAUTION (ntpd-opts.h) | |||
* | * | |||
* It has been AutoGen-ed March 3, 2020 at 05:40:30 PM by AutoGen 5.18.5 | * It has been AutoGen-ed June 23, 2020 at 02:20:04 AM by AutoGen 5.18.5 | |||
* From the definitions ntpd-opts.def | * From the definitions ntpd-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 ntpd author or copyright holder. AutoOpts is | * by the ntpd 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 109 | skipping to change at line 109 | |||
INDEX_OPT_USEPCC = 32, | INDEX_OPT_USEPCC = 32, | |||
INDEX_OPT_PCCFREQ = 33, | INDEX_OPT_PCCFREQ = 33, | |||
INDEX_OPT_MDNS = 34, | INDEX_OPT_MDNS = 34, | |||
INDEX_OPT_VERSION = 35, | INDEX_OPT_VERSION = 35, | |||
INDEX_OPT_HELP = 36, | INDEX_OPT_HELP = 36, | |||
INDEX_OPT_MORE_HELP = 37 | INDEX_OPT_MORE_HELP = 37 | |||
} teOptIndex; | } teOptIndex; | |||
/** count of all options for ntpd */ | /** count of all options for ntpd */ | |||
#define OPTION_CT 38 | #define OPTION_CT 38 | |||
/** ntpd version */ | /** ntpd version */ | |||
#define NTPD_VERSION "4.2.8p14" | #define NTPD_VERSION "4.2.8p15" | |||
/** Full ntpd version text */ | /** Full ntpd version text */ | |||
#define NTPD_FULL_VERSION "ntpd 4.2.8p14" | #define NTPD_FULL_VERSION "ntpd 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) (ntpdOptions.pOptDesc[INDEX_OPT_## n]) | #define DESC(n) (ntpdOptions.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 |