Deleted Added
full compact
ntpsnmpd-opts.h (298770) ntpsnmpd-opts.h (301301)
1/*
2 * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h)
3 *
1/*
2 * EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h)
3 *
4 * It has been AutoGen-ed April 26, 2016 at 08:29:43 PM by AutoGen 5.18.5
4 * It has been AutoGen-ed June 2, 2016 at 07:37:55 AM by AutoGen 5.18.5
5 * From the definitions ntpsnmpd-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 ntpsnmpd author or copyright holder. AutoOpts is

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

71 INDEX_OPT_HELP = 4,
72 INDEX_OPT_MORE_HELP = 5,
73 INDEX_OPT_SAVE_OPTS = 6,
74 INDEX_OPT_LOAD_OPTS = 7
75} teOptIndex;
76/** count of all options for ntpsnmpd */
77#define OPTION_CT 8
78/** ntpsnmpd version */
5 * From the definitions ntpsnmpd-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 ntpsnmpd author or copyright holder. AutoOpts is

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

71 INDEX_OPT_HELP = 4,
72 INDEX_OPT_MORE_HELP = 5,
73 INDEX_OPT_SAVE_OPTS = 6,
74 INDEX_OPT_LOAD_OPTS = 7
75} teOptIndex;
76/** count of all options for ntpsnmpd */
77#define OPTION_CT 8
78/** ntpsnmpd version */
79#define NTPSNMPD_VERSION "4.2.8p7"
79#define NTPSNMPD_VERSION "4.2.8p8"
80/** Full ntpsnmpd version text */
80/** Full ntpsnmpd version text */
81#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.2.8p7"
81#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.2.8p8"
82
83/**
84 * Interface defines for all options. Replace "n" with the UPPER_CASED
85 * option name (as in the teOptIndex enumeration above).
86 * e.g. HAVE_OPT(NOFORK)
87 */
88#define DESC(n) (ntpsnmpdOptions.pOptDesc[INDEX_OPT_## n])
89/** 'true' if an option has been specified in any way */

--- 154 unchanged lines hidden ---
82
83/**
84 * Interface defines for all options. Replace "n" with the UPPER_CASED
85 * option name (as in the teOptIndex enumeration above).
86 * e.g. HAVE_OPT(NOFORK)
87 */
88#define DESC(n) (ntpsnmpdOptions.pOptDesc[INDEX_OPT_## n])
89/** 'true' if an option has been specified in any way */

--- 154 unchanged lines hidden ---