+(4.2.7p97) 2010/12/19 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1760] from 4.2.6p3-RC12: ntpd Windows interpolation cannot be
disabled.
* from 4.2.6p3-RC12: Upgrade to libopts 34.0.9 from AutoGen 5.11.6pre5.
/*
* EDIT THIS FILE WITH CAUTION (clktest-opts.c)
*
- * It has been AutoGen-ed December 18, 2010 at 11:27:20 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:37:35 AM by AutoGen 5.11.6pre5
* From the definitions clktest-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
*
* Define the Clktest Option Environment
*/
-tSCC zPROGNAME[] = "CLKTEST";
-tSCC zUsageTitle[] =
-"clktest - test the clock line discipline - Ver. 4.2.7p96\n\
+static char const zPROGNAME[8] = "CLKTEST";
+static char const zUsageTitle[128] =
+"clktest - test the clock line discipline - Ver. 4.2.7p97\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... <tty_device>\n";
-tSCC zRcName[] = ".ntprc";
-tSCC* apzHomeList[] = {
- "$HOME",
- ".",
- NULL };
+static char const zRcName[7] = ".ntprc";
+static char const * const apzHomeList[3] = {
+ "$HOME",
+ ".",
+ NULL };
-tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org";
+static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
-tSCC zDetail[] = "\n\
+static char const zDetail[164] = "\n\
Clktest can be used to test the clock line discipline (CLKLDISC,\n\
it must be available), and to take a look at radio clocks attached\n\
to a serial port.\n";
-tSCC zFullVersion[] = CLKTEST_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+static char const zFullVersion[] = CLKTEST_FULL_VERSION;
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
#define clktest_full_usage NULL
#define clktest_short_usage NULL
+#ifndef PKGDATADIR
+# define PKGDATADIR ""
+#endif
+
tOptions clktestOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
},
10 /* full option count */, 5 /* user option count */,
clktest_full_usage, clktest_short_usage,
- NULL, NULL
+ NULL, NULL,
+ PKGDATADIR
};
/*
return res;
}
#endif /* defined TEST_CLKTEST_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (clktest-opts.h)
*
- * It has been AutoGen-ed December 18, 2010 at 11:27:20 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:37:35 AM by AutoGen 5.11.6pre5
* From the definitions clktest-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This header file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
* tolerable version is at least as old as what was current when the header
* template was released.
*/
-#define AO_TEMPLATE_VERSION 135173
+#define AO_TEMPLATE_VERSION 139264
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
} teOptIndex;
#define OPTION_CT 10
-#define CLKTEST_VERSION "4.2.7p96"
-#define CLKTEST_FULL_VERSION "clktest - test the clock line discipline - Ver. 4.2.7p96"
+#define CLKTEST_VERSION "4.2.7p97"
+#define CLKTEST_FULL_VERSION "clktest - test the clock line discipline - Ver. 4.2.7p97"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.c)
*
- * It has been AutoGen-ed December 18, 2010 at 11:21:19 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:36:18 AM by AutoGen 5.11.6pre5
* From the definitions ntpd-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
*
* Define the Ntpd Option Environment
*/
-tSCC zPROGNAME[] = "NTPD";
-tSCC zUsageTitle[] =
-"ntpd - NTP daemon program - Ver. 4.2.7p96\n\
+static char const zPROGNAME[5] = "NTPD";
+static char const zUsageTitle[132] =
+"ntpd - NTP daemon program - Ver. 4.2.7p97\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... \\\n\
\t\t[ <server1> ... <serverN> ]\n";
#define zRcName NULL
#define apzHomeList NULL
-tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org";
+static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
-tSCC zDetail[] = "\n\n";
-tSCC zFullVersion[] = NTPD_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+static char const zDetail[7] = "\n\n";
+static char const zFullVersion[] = NTPD_FULL_VERSION;
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
#define ntpd_full_usage NULL
#define ntpd_short_usage NULL
+#ifndef PKGDATADIR
+# define PKGDATADIR ""
+#endif
+
tOptions ntpdOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
},
36 /* full option count */, 33 /* user option count */,
ntpd_full_usage, ntpd_short_usage,
- NULL, NULL
+ NULL, NULL,
+ PKGDATADIR
};
/*
return res;
}
#endif /* defined TEST_NTPD_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.h)
*
- * It has been AutoGen-ed December 18, 2010 at 11:21:19 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:36:18 AM by AutoGen 5.11.6pre5
* From the definitions ntpd-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This header file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
* tolerable version is at least as old as what was current when the header
* template was released.
*/
-#define AO_TEMPLATE_VERSION 135173
+#define AO_TEMPLATE_VERSION 139264
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
} teOptIndex;
#define OPTION_CT 36
-#define NTPD_VERSION "4.2.7p96"
-#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p96"
+#define NTPD_VERSION "4.2.7p97"
+#define NTPD_FULL_VERSION "ntpd - NTP daemon program - Ver. 4.2.7p97"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntpd-opts.texi)
#
-# It has been AutoGen-ed December 18, 2010 at 11:23:30 AM by AutoGen 5.11.6pre3
+# It has been AutoGen-ed December 19, 2010 at 09:36:47 AM by AutoGen 5.11.6pre5
# From the definitions ntpd-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPD 1 2010-12-18 "( 4.2.7p96)" "Programmer's Manual"
+.TH NTPD 1 2010-12-19 "( 4.2.7p97)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpd.1)
.\"
-.\" It has been AutoGen-ed December 18, 2010 at 11:23:29 AM by AutoGen 5.11.6pre3
+.\" It has been AutoGen-ed December 19, 2010 at 09:36:47 AM by AutoGen 5.11.6pre5
.\" From the definitions ntpd-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.c)
*
- * It has been AutoGen-ed December 18, 2010 at 11:24:03 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:36:57 AM by AutoGen 5.11.6pre5
* From the definitions ntpdc-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
*
* Define the Ntpdc Option Environment
*/
-tSCC zPROGNAME[] = "NTPDC";
-tSCC zUsageTitle[] =
-"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p96\n\
+static char const zPROGNAME[6] = "NTPDC";
+static char const zUsageTitle[128] =
+"ntpdc - vendor-specific NTP query program - Ver. 4.2.7p97\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
-tSCC zRcName[] = ".ntprc";
-tSCC* apzHomeList[] = {
- "$HOME",
- ".",
- NULL };
+static char const zRcName[7] = ".ntprc";
+static char const * const apzHomeList[3] = {
+ "$HOME",
+ ".",
+ NULL };
-tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org";
+static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
-tSCC zDetail[] = "\n\
+static char const zDetail[618] = "\n\
The\n\
[= prog-name =]\n\
utility program is used to query an NTP daemon about its\n\
configuration options which can be specified at startup using\n\
ntpd's configuration file may also be specified at run time using\n\
[= prog-name =] .\n";
-tSCC zFullVersion[] = NTPDC_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+static char const zFullVersion[] = NTPDC_FULL_VERSION;
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
#define ntpdc_full_usage NULL
#define ntpdc_short_usage NULL
+#ifndef PKGDATADIR
+# define PKGDATADIR ""
+#endif
+
tOptions ntpdcOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
},
15 /* full option count */, 10 /* user option count */,
ntpdc_full_usage, ntpdc_short_usage,
- NULL, NULL
+ NULL, NULL,
+ PKGDATADIR
};
/*
return res;
}
#endif /* defined TEST_NTPDC_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.h)
*
- * It has been AutoGen-ed December 18, 2010 at 11:24:03 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:36:57 AM by AutoGen 5.11.6pre5
* From the definitions ntpdc-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This header file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
* tolerable version is at least as old as what was current when the header
* template was released.
*/
-#define AO_TEMPLATE_VERSION 135173
+#define AO_TEMPLATE_VERSION 139264
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
} teOptIndex;
#define OPTION_CT 15
-#define NTPDC_VERSION "4.2.7p96"
-#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p96"
+#define NTPDC_VERSION "4.2.7p97"
+#define NTPDC_FULL_VERSION "ntpdc - vendor-specific NTP query program - Ver. 4.2.7p97"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi)
#
-# It has been AutoGen-ed December 18, 2010 at 11:26:33 AM by AutoGen 5.11.6pre3
+# It has been AutoGen-ed December 19, 2010 at 09:37:11 AM by AutoGen 5.11.6pre5
# From the definitions ntpdc-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPDC 1 2010-12-18 "( 4.2.7p96)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-19 "( 4.2.7p97)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpdc.1)
.\"
-.\" It has been AutoGen-ed December 18, 2010 at 11:26:32 AM by AutoGen 5.11.6pre3
+.\" It has been AutoGen-ed December 19, 2010 at 09:37:10 AM by AutoGen 5.11.6pre5
.\" From the definitions ntpdc-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.c)
*
- * It has been AutoGen-ed December 18, 2010 at 11:26:34 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:37:11 AM by AutoGen 5.11.6pre5
* From the definitions ntpq-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
*
* Define the Ntpq Option Environment
*/
-tSCC zPROGNAME[] = "NTPQ";
-tSCC zUsageTitle[] =
-"ntpq - standard NTP query program - Ver. 4.2.7p96\n\
+static char const zPROGNAME[5] = "NTPQ";
+static char const zUsageTitle[120] =
+"ntpq - standard NTP query program - Ver. 4.2.7p97\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [ host ...]\n";
-tSCC zRcName[] = ".ntprc";
-tSCC* apzHomeList[] = {
- "$HOME",
- ".",
- NULL };
+static char const zRcName[7] = ".ntprc";
+static char const * const apzHomeList[3] = {
+ "$HOME",
+ ".",
+ NULL };
-tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org";
+static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
-tSCC zDetail[] = "\n\
+static char const zDetail[389] = "\n\
The\n\
[= prog-name =]\n\
utility program is used to query NTP servers which\n\
information about current state and/or changes in that state.\n\
The same formats are used in NTPv4, although some of the\n\
variables have changed and new ones added.\n";
-tSCC zFullVersion[] = NTPQ_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+static char const zFullVersion[] = NTPQ_FULL_VERSION;
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
#define ntpq_full_usage NULL
#define ntpq_short_usage NULL
+#ifndef PKGDATADIR
+# define PKGDATADIR ""
+#endif
+
tOptions ntpqOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
},
14 /* full option count */, 9 /* user option count */,
ntpq_full_usage, ntpq_short_usage,
- NULL, NULL
+ NULL, NULL,
+ PKGDATADIR
};
/*
return res;
}
#endif /* defined TEST_NTPQ_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.h)
*
- * It has been AutoGen-ed December 18, 2010 at 11:26:33 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:37:11 AM by AutoGen 5.11.6pre5
* From the definitions ntpq-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This header file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
* tolerable version is at least as old as what was current when the header
* template was released.
*/
-#define AO_TEMPLATE_VERSION 135173
+#define AO_TEMPLATE_VERSION 139264
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
} teOptIndex;
#define OPTION_CT 14
-#define NTPQ_VERSION "4.2.7p96"
-#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p96"
+#define NTPQ_VERSION "4.2.7p97"
+#define NTPQ_FULL_VERSION "ntpq - standard NTP query program - Ver. 4.2.7p97"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntpq-opts.texi)
#
-# It has been AutoGen-ed December 18, 2010 at 11:27:06 AM by AutoGen 5.11.6pre3
+# It has been AutoGen-ed December 19, 2010 at 09:37:26 AM by AutoGen 5.11.6pre5
# From the definitions ntpq-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPQ 1 2010-12-18 "( 4.2.7p96)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-19 "( 4.2.7p97)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpq.1)
.\"
-.\" It has been AutoGen-ed December 18, 2010 at 11:27:05 AM by AutoGen 5.11.6pre3
+.\" It has been AutoGen-ed December 19, 2010 at 09:37:25 AM by AutoGen 5.11.6pre5
.\" From the definitions ntpq-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.c)
*
- * It has been AutoGen-ed December 18, 2010 at 11:27:06 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:37:26 AM by AutoGen 5.11.6pre5
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
*
* Define the Ntpsnmpd Option Environment
*/
-tSCC zPROGNAME[] = "NTPSNMPD";
-tSCC zUsageTitle[] =
-"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p96\n\
+static char const zPROGNAME[9] = "NTPSNMPD";
+static char const zUsageTitle[104] =
+"ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p97\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
-tSCC zRcName[] = ".ntprc";
-tSCC* apzHomeList[] = {
- "$HOME",
- ".",
- NULL };
+static char const zRcName[7] = ".ntprc";
+static char const * const apzHomeList[3] = {
+ "$HOME",
+ ".",
+ NULL };
-tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org";
+static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
#define zDetail NULL
-tSCC zFullVersion[] = NTPSNMPD_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+static char const zFullVersion[] = NTPSNMPD_FULL_VERSION;
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
#define ntpsnmpd_full_usage NULL
#define ntpsnmpd_short_usage NULL
+#ifndef PKGDATADIR
+# define PKGDATADIR ""
+#endif
+
tOptions ntpsnmpdOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
},
8 /* full option count */, 3 /* user option count */,
ntpsnmpd_full_usage, ntpsnmpd_short_usage,
- NULL, NULL
+ NULL, NULL,
+ PKGDATADIR
};
/*
return res;
}
#endif /* defined TEST_NTPSNMPD_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h)
*
- * It has been AutoGen-ed December 18, 2010 at 11:27:06 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:37:26 AM by AutoGen 5.11.6pre5
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This header file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
* tolerable version is at least as old as what was current when the header
* template was released.
*/
-#define AO_TEMPLATE_VERSION 135173
+#define AO_TEMPLATE_VERSION 139264
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
} teOptIndex;
#define OPTION_CT 8
-#define NTPSNMPD_VERSION "4.2.7p96"
-#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p96"
+#define NTPSNMPD_VERSION "4.2.7p97"
+#define NTPSNMPD_FULL_VERSION "ntpsnmpd - NTP SNMP MIB agent - Ver. 4.2.7p97"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.texi)
#
-# It has been AutoGen-ed December 18, 2010 at 11:27:19 AM by AutoGen 5.11.6pre3
+# It has been AutoGen-ed December 19, 2010 at 09:37:34 AM by AutoGen 5.11.6pre5
# From the definitions ntpsnmpd-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPSNMPD 1 2010-12-18 "( 4.2.7p96)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-19 "( 4.2.7p97)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1)
.\"
-.\" It has been AutoGen-ed December 18, 2010 at 11:27:19 AM by AutoGen 5.11.6pre3
+.\" It has been AutoGen-ed December 19, 2010 at 09:37:34 AM by AutoGen 5.11.6pre5
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman1.tpl
.\"
# - Numeric values increment
# - empty 'increments' to 1
# - NEW 'increments' to empty
-point=96
+point=97
### betapoint is normally modified by script.
# ntp-stable Beta number (betapoint)
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.c)
*
- * It has been AutoGen-ed December 18, 2010 at 11:20:49 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:36:08 AM by AutoGen 5.11.6pre5
* From the definitions sntp-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
*
* Define the Sntp Option Environment
*/
-tSCC zPROGNAME[] = "SNTP";
-tSCC zUsageTitle[] =
-"sntp - standard SNTP program - Ver. 4.2.7p96\n\
+static char const zPROGNAME[5] = "SNTP";
+static char const zUsageTitle[122] =
+"sntp - standard SNTP program - Ver. 4.2.7p97\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]... hostname-or-IP ...\n";
-tSCC zRcName[] = ".ntprc";
-tSCC* apzHomeList[] = {
- "$HOME",
- ".",
- NULL };
-
-tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org";
-tSCC zExplain[] = "\n\n";
-tSCC zDetail[] = "\n\
+static char const zRcName[7] = ".ntprc";
+static char const * const apzHomeList[3] = {
+ "$HOME",
+ ".",
+ NULL };
+
+static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
+static char const zExplain[] = "\n\n";
+static char const zDetail[352] = "\n\
sntp implements the Simple Network Time Protocol, and is used to query\n\
an NTP or SNTP server and either display the time or set the local\n\
system's time (given suitable privilege).\n\n\
It can be run interactively from the command line or as a cron job.\n\n\
NTP and SNTP are defined by RFC 5905, which obsoletes RFC 4330 and RFC\n\
1305.\n";
-tSCC zFullVersion[] = SNTP_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+static char const zFullVersion[] = SNTP_FULL_VERSION;
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
#define sntp_full_usage NULL
#define sntp_short_usage NULL
+#ifndef PKGDATADIR
+# define PKGDATADIR ""
+#endif
+
tOptions sntpOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
},
17 /* full option count */, 12 /* user option count */,
sntp_full_usage, sntp_short_usage,
- NULL, NULL
+ NULL, NULL,
+ PKGDATADIR
};
/*
return res;
}
#endif /* defined TEST_SNTP_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (sntp-opts.h)
*
- * It has been AutoGen-ed December 18, 2010 at 11:20:49 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:36:08 AM by AutoGen 5.11.6pre5
* From the definitions sntp-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This header file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
* tolerable version is at least as old as what was current when the header
* template was released.
*/
-#define AO_TEMPLATE_VERSION 135173
+#define AO_TEMPLATE_VERSION 139264
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
} teOptIndex;
#define OPTION_CT 17
-#define SNTP_VERSION "4.2.7p96"
-#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.7p96"
+#define SNTP_VERSION "4.2.7p97"
+#define SNTP_FULL_VERSION "sntp - standard SNTP program - Ver. 4.2.7p97"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (sntp-opts.texi)
#
-# It has been AutoGen-ed December 18, 2010 at 11:21:09 AM by AutoGen 5.11.6pre3
+# It has been AutoGen-ed December 19, 2010 at 09:36:17 AM by AutoGen 5.11.6pre5
# From the definitions sntp-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH SNTP 1 2010-12-18 "( 4.2.7p96)" "Programmer's Manual"
+.TH SNTP 1 2010-12-19 "( 4.2.7p97)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (sntp.1)
.\"
-.\" It has been AutoGen-ed December 18, 2010 at 11:21:09 AM by AutoGen 5.11.6pre3
+.\" It has been AutoGen-ed December 19, 2010 at 09:36:16 AM by AutoGen 5.11.6pre5
.\" From the definitions sntp-opts.def
.\" and the template file agman1.tpl
.\"
clock. Run as root, it can correct the system clock to this offset as
well. It can be run as an interactive command or from a cron job.
- <p>This document applies to version 4.2.7p96 of <code>sntp</code>.
+ <p>This document applies to version 4.2.7p97 of <code>sntp</code>.
<p>The program implements the SNTP protocol as defined by RFC 5905, the NTPv4
IETF specification.
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c)
*
- * It has been AutoGen-ed December 18, 2010 at 11:27:21 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:37:37 AM by AutoGen 5.11.6pre5
* From the definitions ntp-keygen-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
*
* Define the Ntp_Keygen Option Environment
*/
-tSCC zPROGNAME[] = "NTP_KEYGEN";
-tSCC zUsageTitle[] =
-"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p96\n\
+static char const zPROGNAME[11] = "NTP_KEYGEN";
+static char const zUsageTitle[115] =
+"ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p97\n\
USAGE: %s [ -<flag> [<val>] | --<name>[{=| }<val>] ]...\n";
-tSCC zRcName[] = ".ntprc";
-tSCC* apzHomeList[] = {
- "$HOME",
- ".",
- NULL };
+static char const zRcName[7] = ".ntprc";
+static char const * const apzHomeList[3] = {
+ "$HOME",
+ ".",
+ NULL };
-tSCC zBugsAddr[] = "http://bugs.ntp.org, bugs@ntp.org";
+static char const zBugsAddr[34] = "http://bugs.ntp.org, bugs@ntp.org";
#define zExplain NULL
-tSCC zDetail[] = "\n\
+static char const zDetail[98] = "\n\
If there is no new host key, look for an existing one.\n\
If one is not found, create it.\n";
-tSCC zFullVersion[] = NTP_KEYGEN_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+static char const zFullVersion[] = NTP_KEYGEN_FULL_VERSION;
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 504 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
#define ntp_keygen_full_usage NULL
#define ntp_keygen_short_usage NULL
+#ifndef PKGDATADIR
+# define PKGDATADIR ""
+#endif
+
tOptions ntp_keygenOptions = {
OPTIONS_STRUCT_VERSION,
0, NULL, /* original argc + argv */
},
24 /* full option count */, 19 /* user option count */,
ntp_keygen_full_usage, ntp_keygen_short_usage,
- NULL, NULL
+ NULL, NULL,
+ PKGDATADIR
};
/*
return res;
}
#endif /* defined TEST_NTP_KEYGEN_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 641 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
*
- * It has been AutoGen-ed December 18, 2010 at 11:27:21 AM by AutoGen 5.11.6pre3
+ * It has been AutoGen-ed December 19, 2010 at 09:37:37 AM by AutoGen 5.11.6pre5
* From the definitions ntp-keygen-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:5:8 templates.
+ * Generated from AutoOpts 34:0:9 templates.
*
* AutoOpts is a copyrighted work. This header file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
* tolerable version is at least as old as what was current when the header
* template was released.
*/
-#define AO_TEMPLATE_VERSION 135173
+#define AO_TEMPLATE_VERSION 139264
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
} teOptIndex;
#define OPTION_CT 24
-#define NTP_KEYGEN_VERSION "4.2.7p96"
-#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p96"
+#define NTP_KEYGEN_VERSION "4.2.7p97"
+#define NTP_KEYGEN_FULL_VERSION "ntp-keygen (ntp) - Create a NTP host key - Ver. 4.2.7p97"
/*
* Interface defines for all options. Replace "n" with the UPPER_CASED
#
# EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.texi)
#
-# It has been AutoGen-ed December 18, 2010 at 11:28:20 AM by AutoGen 5.11.6pre3
+# It has been AutoGen-ed December 19, 2010 at 09:37:48 AM by AutoGen 5.11.6pre5
# From the definitions ntp-keygen-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTP-KEYGEN 1 2010-12-18 "(ntp 4.2.7p96)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-19 "(ntp 4.2.7p97)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1)
.\"
-.\" It has been AutoGen-ed December 18, 2010 at 11:28:15 AM by AutoGen 5.11.6pre3
+.\" It has been AutoGen-ed December 19, 2010 at 09:37:48 AM by AutoGen 5.11.6pre5
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman1.tpl
.\"