/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.c)
*
- * It has been AutoGen-ed November 27, 2010 at 11:50:26 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:50:12 AM by AutoGen 5.11.6pre3
* From the definitions ntpd-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
#define zExplain NULL
tSCC zDetail[] = "\n\n";
tSCC zFullVersion[] = NTPD_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 493 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
}
#endif /* defined DEBUG */
#endif /* defined(TEST_NTPD_OPTS) */
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from /usr/local/share/autogen/optmain.tpl near line 107 */
#if defined(TEST_NTPD_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTPD_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 626 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntpd-opts.h)
*
- * It has been AutoGen-ed November 27, 2010 at 11:50:26 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:50:12 AM by AutoGen 5.11.6pre3
* From the definitions ntpd-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 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 135171
+#define AO_TEMPLATE_VERSION 135173
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
DESC(n).fOptState |= OPTST_DISABLED; \
DESC(n).optCookie = NULL )
+/* * * * * *
+ *
+ * Enumeration of ntpd exit codes
+ */
+typedef enum {
+ NTPD_EXIT_SUCCESS = 0,
+ NTPD_EXIT_FAILURE = 1
+} ntpd_exit_code_t;
+
/*
* Make sure there are no #define name conflicts with the option names
*/
ntpdOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntpdOptions.pUsageProc)(&ntpdOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 408 */
+/* extracted from /usr/local/share/autogen/opthead.tpl near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntpd-opts.texi)
#
-# It has been AutoGen-ed November 27, 2010 at 11:51:07 PM by AutoGen 5.11.3
+# It has been AutoGen-ed December 17, 2010 at 01:50:28 AM by AutoGen 5.11.6pre3
# From the definitions ntpd-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPD 1 2010-11-27 "( 4.2.6p3-RC11)" "Programmer's Manual"
+.TH NTPD 1 2010-12-17 "( 4.2.6p3-RC11)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpd.1)
.\"
-.\" It has been AutoGen-ed November 27, 2010 at 11:51:06 PM by AutoGen 5.11.3
+.\" It has been AutoGen-ed December 17, 2010 at 01:50:27 AM by AutoGen 5.11.6pre3
.\" 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 November 27, 2010 at 11:51:15 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:50:31 AM by AutoGen 5.11.6pre3
* From the definitions ntpdc-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
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 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 493 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
}
#endif /* defined(TEST_NTPDC_OPTS) */
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from /usr/local/share/autogen/optmain.tpl near line 107 */
#if defined(TEST_NTPDC_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTPDC_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 626 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntpdc-opts.h)
*
- * It has been AutoGen-ed November 27, 2010 at 11:51:15 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:50:31 AM by AutoGen 5.11.6pre3
* From the definitions ntpdc-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 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 135171
+#define AO_TEMPLATE_VERSION 135173
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
DESC(n).fOptState |= OPTST_DISABLED; \
DESC(n).optCookie = NULL )
+/* * * * * *
+ *
+ * Enumeration of ntpdc exit codes
+ */
+typedef enum {
+ NTPDC_EXIT_SUCCESS = 0,
+ NTPDC_EXIT_FAILURE = 1
+} ntpdc_exit_code_t;
+
/*
* Make sure there are no #define name conflicts with the option names
*/
ntpdcOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntpdcOptions.pUsageProc)(&ntpdcOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 408 */
+/* extracted from /usr/local/share/autogen/opthead.tpl near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntpdc-opts.texi)
#
-# It has been AutoGen-ed November 27, 2010 at 11:51:26 PM by AutoGen 5.11.3
+# It has been AutoGen-ed December 17, 2010 at 01:50:42 AM by AutoGen 5.11.6pre3
# From the definitions ntpdc-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPDC 1 2010-11-27 "( 4.2.6p3-RC11)" "Programmer's Manual"
+.TH NTPDC 1 2010-12-17 "( 4.2.6p3-RC11)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpdc.1)
.\"
-.\" It has been AutoGen-ed November 27, 2010 at 11:51:25 PM by AutoGen 5.11.3
+.\" It has been AutoGen-ed December 17, 2010 at 01:50:40 AM by AutoGen 5.11.6pre3
.\" 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 November 27, 2010 at 11:51:26 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:50:43 AM by AutoGen 5.11.6pre3
* From the definitions ntpq-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
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 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 493 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
DESC(DEBUG_LEVEL).optOccCt = atoi( pOptDesc->pzLastArg );
}
#endif /* defined(TEST_NTPQ_OPTS) */
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from /usr/local/share/autogen/optmain.tpl near line 107 */
#if defined(TEST_NTPQ_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTPQ_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 626 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntpq-opts.h)
*
- * It has been AutoGen-ed November 27, 2010 at 11:51:26 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:50:43 AM by AutoGen 5.11.6pre3
* From the definitions ntpq-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 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 135171
+#define AO_TEMPLATE_VERSION 135173
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
DESC(n).fOptState |= OPTST_DISABLED; \
DESC(n).optCookie = NULL )
+/* * * * * *
+ *
+ * Enumeration of ntpq exit codes
+ */
+typedef enum {
+ NTPQ_EXIT_SUCCESS = 0,
+ NTPQ_EXIT_FAILURE = 1
+} ntpq_exit_code_t;
+
/*
* Make sure there are no #define name conflicts with the option names
*/
ntpqOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntpqOptions.pUsageProc)(&ntpqOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 408 */
+/* extracted from /usr/local/share/autogen/opthead.tpl near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntpq-opts.texi)
#
-# It has been AutoGen-ed November 27, 2010 at 11:51:38 PM by AutoGen 5.11.3
+# It has been AutoGen-ed December 17, 2010 at 01:50:56 AM by AutoGen 5.11.6pre3
# From the definitions ntpq-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPQ 1 2010-11-27 "( 4.2.6p3-RC11)" "Programmer's Manual"
+.TH NTPQ 1 2010-12-17 "( 4.2.6p3-RC11)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpq.1)
.\"
-.\" It has been AutoGen-ed November 27, 2010 at 11:51:38 PM by AutoGen 5.11.3
+.\" It has been AutoGen-ed December 17, 2010 at 01:50:55 AM by AutoGen 5.11.6pre3
.\" 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 November 27, 2010 at 11:51:39 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:50:58 AM by AutoGen 5.11.6pre3
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
#define zExplain NULL
#define zDetail NULL
tSCC zFullVersion[] = NTPSNMPD_FULL_VERSION;
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 493 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 493 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
(void)pOptions;
USAGE(EXIT_SUCCESS);
}
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from /usr/local/share/autogen/optmain.tpl near line 107 */
#if defined(TEST_NTPSNMPD_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTPSNMPD_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 626 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.h)
*
- * It has been AutoGen-ed November 27, 2010 at 11:51:38 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:50:58 AM by AutoGen 5.11.6pre3
* From the definitions ntpsnmpd-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 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 135171
+#define AO_TEMPLATE_VERSION 135173
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
DESC(n).fOptState |= OPTST_DISABLED; \
DESC(n).optCookie = NULL )
+/* * * * * *
+ *
+ * Enumeration of ntpsnmpd exit codes
+ */
+typedef enum {
+ NTPSNMPD_EXIT_SUCCESS = 0,
+ NTPSNMPD_EXIT_FAILURE = 1
+} ntpsnmpd_exit_code_t;
+
/*
* Make sure there are no #define name conflicts with the option names
*/
ntpsnmpdOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntpsnmpdOptions.pUsageProc)(&ntpsnmpdOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 408 */
+/* extracted from /usr/local/share/autogen/opthead.tpl near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntpsnmpd-opts.texi)
#
-# It has been AutoGen-ed November 27, 2010 at 11:51:45 PM by AutoGen 5.11.3
+# It has been AutoGen-ed December 17, 2010 at 01:51:00 AM by AutoGen 5.11.6pre3
# From the definitions ntpsnmpd-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTPSNMPD 1 2010-11-27 "( 4.2.6p3-RC11)" "Programmer's Manual"
+.TH NTPSNMPD 1 2010-12-17 "( 4.2.6p3-RC11)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntpsnmpd.1)
.\"
-.\" It has been AutoGen-ed November 27, 2010 at 11:51:44 PM by AutoGen 5.11.3
+.\" It has been AutoGen-ed December 17, 2010 at 01:50:59 AM by AutoGen 5.11.6pre3
.\" From the definitions ntpsnmpd-opts.def
.\" and the template file agman1.tpl
.\"
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.c)
*
- * It has been AutoGen-ed November 27, 2010 at 11:51:47 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:51:02 AM by AutoGen 5.11.6pre3
* From the definitions ntp-keygen-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 templates.
*
* AutoOpts is a copyrighted work. This source file is not encumbered
* by AutoOpts licensing, but is provided under the licensing terms chosen
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 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 493 */
#if defined(ENABLE_NLS)
# define OPTPROC_BASE OPTPROC_TRANSLATE
pOptDesc->optArg.argInt = val;
}
#endif /* defined OPENSSL */
-/* extracted from /usr/local/gnu/share/autogen/optmain.tpl near line 107 */
+/* extracted from /usr/local/share/autogen/optmain.tpl near line 107 */
#if defined(TEST_NTP_KEYGEN_OPTS) /* TEST MAIN PROCEDURE: */
return res;
}
#endif /* defined TEST_NTP_KEYGEN_OPTS */
-/* extracted from /usr/local/gnu/share/autogen/optcode.tpl near line 626 */
+/* extracted from /usr/local/share/autogen/optcode.tpl near line 626 */
#if ENABLE_NLS
#include <stdio.h>
/*
* EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.h)
*
- * It has been AutoGen-ed November 27, 2010 at 11:51:46 PM by AutoGen 5.11.3
+ * It has been AutoGen-ed December 17, 2010 at 01:51:02 AM by AutoGen 5.11.6pre3
* From the definitions ntp-keygen-opts.def
* and the template file options
*
- * Generated from AutoOpts 33:3:8 templates.
+ * Generated from AutoOpts 33:5:8 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 135171
+#define AO_TEMPLATE_VERSION 135173
#if (AO_TEMPLATE_VERSION < OPTIONS_MINIMUM_VERSION) \
|| (AO_TEMPLATE_VERSION > OPTIONS_STRUCT_VERSION)
# error option template version mismatches autoopts/options.h header
DESC(n).fOptState |= OPTST_DISABLED; \
DESC(n).optCookie = NULL )
+/* * * * * *
+ *
+ * Enumeration of ntp-keygen exit codes
+ */
+typedef enum {
+ NTP_KEYGEN_EXIT_SUCCESS = 0,
+ NTP_KEYGEN_EXIT_FAILURE = 1
+} ntp_keygen_exit_code_t;
+
/*
* Make sure there are no #define name conflicts with the option names
*/
ntp_keygenOptions.pzCurOpt = NULL)
#define START_OPT RESTART_OPT(1)
#define USAGE(c) (*ntp_keygenOptions.pUsageProc)(&ntp_keygenOptions, c)
-/* extracted from /usr/local/gnu/share/autogen/opthead.tpl near line 408 */
+/* extracted from /usr/local/share/autogen/opthead.tpl near line 435 */
/* * * * * *
*
#
# EDIT THIS FILE WITH CAUTION (ntp-keygen-opts.texi)
#
-# It has been AutoGen-ed November 27, 2010 at 11:51:53 PM by AutoGen 5.11.3
+# It has been AutoGen-ed December 17, 2010 at 01:51:05 AM by AutoGen 5.11.6pre3
# From the definitions ntp-keygen-opts.def
# and the template file aginfo.tpl
@end ignore
-.TH NTP-KEYGEN 1 2010-11-27 "(ntp 4.2.6p3-RC11)" "Programmer's Manual"
+.TH NTP-KEYGEN 1 2010-12-17 "(ntp 4.2.6p3-RC11)" "Programmer's Manual"
.\" EDIT THIS FILE WITH CAUTION (ntp-keygen.1)
.\"
-.\" It has been AutoGen-ed November 27, 2010 at 11:51:52 PM by AutoGen 5.11.3
+.\" It has been AutoGen-ed December 17, 2010 at 01:51:04 AM by AutoGen 5.11.6pre3
.\" From the definitions ntp-keygen-opts.def
.\" and the template file agman1.tpl
.\"