Deleted Added
full compact
ntp-keygen-opts.h (294554) ntp-keygen-opts.h (298695)
1/*
2 * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
3 *
1/*
2 * EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
3 *
4 * It has been AutoGen-ed January 20, 2016 at 04:19:32 AM by AutoGen 5.18.5
4 * It has been AutoGen-ed April 26, 2016 at 08:30:02 PM by AutoGen 5.18.5
5 * From the definitions ntp-keygen-opts.def
6 * and the template file options
7 *
8 * Generated from AutoOpts 41:0:16 templates.
9 *
10 * AutoOpts is a copyrighted work. This header file is not encumbered
11 * by AutoOpts licensing, but is provided under the licensing terms chosen
12 * by the ntp-keygen author or copyright holder. AutoOpts is

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

89 INDEX_OPT_HELP = 22,
90 INDEX_OPT_MORE_HELP = 23,
91 INDEX_OPT_SAVE_OPTS = 24,
92 INDEX_OPT_LOAD_OPTS = 25
93} teOptIndex;
94/** count of all options for ntp-keygen */
95#define OPTION_CT 26
96/** ntp-keygen version */
5 * From the definitions ntp-keygen-opts.def
6 * and the template file options
7 *
8 * Generated from AutoOpts 41:0:16 templates.
9 *
10 * AutoOpts is a copyrighted work. This header file is not encumbered
11 * by AutoOpts licensing, but is provided under the licensing terms chosen
12 * by the ntp-keygen author or copyright holder. AutoOpts is

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

89 INDEX_OPT_HELP = 22,
90 INDEX_OPT_MORE_HELP = 23,
91 INDEX_OPT_SAVE_OPTS = 24,
92 INDEX_OPT_LOAD_OPTS = 25
93} teOptIndex;
94/** count of all options for ntp-keygen */
95#define OPTION_CT 26
96/** ntp-keygen version */
97#define NTP_KEYGEN_VERSION "4.2.8p6"
97#define NTP_KEYGEN_VERSION "4.2.8p7"
98/** Full ntp-keygen version text */
98/** Full ntp-keygen version text */
99#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.2.8p6"
99#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) 4.2.8p7"
100
101/**
102 * Interface defines for all options. Replace "n" with the UPPER_CASED
103 * option name (as in the teOptIndex enumeration above).
104 * e.g. HAVE_OPT(IMBITS)
105 */
106#define DESC(n) (ntp_keygenOptions.pOptDesc[INDEX_OPT_## n])
107/** 'true' if an option has been specified in any way */

--- 279 unchanged lines hidden ---
100
101/**
102 * Interface defines for all options. Replace "n" with the UPPER_CASED
103 * option name (as in the teOptIndex enumeration above).
104 * e.g. HAVE_OPT(IMBITS)
105 */
106#define DESC(n) (ntp_keygenOptions.pOptDesc[INDEX_OPT_## n])
107/** 'true' if an option has been specified in any way */

--- 279 unchanged lines hidden ---