Deleted Added
full compact
ntpsnmpd-opts.h (293423) ntpsnmpd-opts.h (294554)
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 January 7, 2016 at 11:32:04 PM by AutoGen 5.18.5
4 * It has been AutoGen-ed January 20, 2016 at 04:19:14 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
13 * licensed under the terms of the LGPL. The redistributable library
14 * (``libopts'') is licensed under the terms of either the LGPL or, at the
15 * users discretion, the BSD license. See the AutoOpts and/or libopts sources
16 * for details.
17 *
18 * The ntpsnmpd program is copyrighted and licensed
19 * under the following terms:
20 *
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
13 * licensed under the terms of the LGPL. The redistributable library
14 * (``libopts'') is licensed under the terms of either the LGPL or, at the
15 * users discretion, the BSD license. See the AutoOpts and/or libopts sources
16 * for details.
17 *
18 * The ntpsnmpd program is copyrighted and licensed
19 * under the following terms:
20 *
21 * Copyright (C) 1992-2015 The University of Delaware and Network Time Foundation, all rights reserved.
21 * Copyright (C) 1992-2016 The University of Delaware and Network Time Foundation, all rights reserved.
22 * This is free software. It is licensed for use, modification and
23 * redistribution under the terms of the NTP License, copies of which
24 * can be seen at:
25 * <http://ntp.org/license>
26 * <http://opensource.org/licenses/ntp-license.php>
27 *
28 * Permission to use, copy, modify, and distribute this software and its
29 * documentation for any purpose with or without fee is hereby granted,

--- 41 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 */
22 * This is free software. It is licensed for use, modification and
23 * redistribution under the terms of the NTP License, copies of which
24 * can be seen at:
25 * <http://ntp.org/license>
26 * <http://opensource.org/licenses/ntp-license.php>
27 *
28 * Permission to use, copy, modify, and distribute this software and its
29 * documentation for any purpose with or without fee is hereby granted,

--- 41 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.8p5"
79#define NTPSNMPD_VERSION "4.2.8p6"
80/** Full ntpsnmpd version text */
80/** Full ntpsnmpd version text */
81#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.2.8p5"
81#define NTPSNMPD_FULL_VERSION "ntpsnmpd 4.2.8p6"
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 ---