+* Updated to AutoGen-5.9.9pre1.
(4.2.5p190) 2009/07/20 Released by Harlan Stenn <stenn@ntp.org>
* Updated to AutoGen-5.9.8.
* [Bug 1248] RES_MSSNTP typo in ntp_proto.c.
/*
- * Character mapping generated 05/16/09 08:16:06
+ * Character mapping generated 07/20/09 21:05:27
*
* This file contains the character classifications
* used by AutoGen and AutoOpts for identifying tokens.
*
* DO NOT EDIT THIS FILE (options.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:53 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions funcs.def
* and the template file options_h
*
extern void optionRestore(tOptions*);
-/* From: save.c line 670
+/* From: save.c line 671
*
* optionSaveFile - saves the option state to a file
*
*
* DO NOT EDIT THIS FILE (usage-txt.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:52 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:13 PM PDT
* From the definitions usage-txt.def
* and the template file usage-txt.tpl
*
/*
- * $Id: environment.c,v 4.19 2009/01/17 22:08:07 bkorb Exp $
- * Time-stamp: "2009-01-12 05:52:44 bkorb"
+ * $Id: environment.c,v 4.20 2009/07/21 03:23:12 bkorb Exp $
+ * Time-stamp: "2009-07-20 20:12:24 bkorb"
*
* This file contains all of the routines that must be linked into
* an executable to use the generated option processing. The optional
/*
* Special handling for ${PROGNAME_LOAD_OPTS}
*/
- if (pOpts->specOptIdx.save_opts != 0) {
+ if ( (pOpts->specOptIdx.save_opts != NO_EQUIVALENT)
+ && (pOpts->specOptIdx.save_opts != 0)) {
st.pOD = pOpts->pOptDesc + pOpts->specOptIdx.save_opts + 1;
strcpy( pzFlagName, st.pOD->pz_NAME );
checkEnvOpt(&st, zEnvName, pOpts, type);
*
* DO NOT EDIT THIS FILE (genshell.c)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:54 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions genshell.def
* and the template file options
*
*
* DO NOT EDIT THIS FILE (genshell.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:54 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions genshell.def
* and the template file options
*
dnl
dnl DO NOT EDIT THIS FILE (libopts.m4)
dnl
-dnl It has been AutoGen-ed Saturday May 16, 2009 at 08:15:55 AM PDT
+dnl It has been AutoGen-ed Monday July 20, 2009 at 09:05:16 PM PDT
dnl From the definitions libopts.def
dnl and the template file conftest.tpl
dnl
/* -*- buffer-read-only: t -*- vi: set ro:
*
* Prototypes for autoopts
- * Generated Sat May 16 08:15:54 PDT 2009
+ * Generated Mon Jul 20 21:05:15 PDT 2009
*/
#ifndef AUTOOPTS_PROTO_H_GUARD
#define AUTOOPTS_PROTO_H_GUARD 1
/*
- * save.c $Id: save.c,v 4.29 2009/01/01 16:51:49 bkorb Exp $
- * Time-stamp: "2008-09-23 14:24:58 bkorb"
+ * save.c $Id: save.c,v 4.31 2009/07/21 04:01:29 bkorb Exp $
+ * Time-stamp: "2009-07-20 20:40:28 bkorb"
*
* This module's routines will take the currently set options and
* store them into an ".rc" file for re-interpretation the next
{
tCC* pzDir;
- if (pOpts->specOptIdx.save_opts == 0)
+ if ( (pOpts->specOptIdx.save_opts == NO_EQUIVALENT)
+ || (pOpts->specOptIdx.save_opts == 0))
return NULL;
pzDir = pOpts->pOptDesc[ pOpts->specOptIdx.save_opts ].optArg.argString;
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
#if 0 /* gperf build options: */
};
#ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
#endif
static inline const value_type_map_t *
find_value_type_name (register const char *str, register unsigned int len)
/*
- * Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ * Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
#if 0 /* gperf build options: */
};
#ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
#endif
static inline const xat_attribute_map_t *
find_xat_attribute_name (register const char *str, register unsigned int len)
/*
- * Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ * Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/
/*
- * Character mapping generated 05/16/09 08:16:06
+ * Character mapping generated 07/20/09 21:05:27
*
* This file contains the character classifications
* used by AutoGen and AutoOpts for identifying tokens.
*
* DO NOT EDIT THIS FILE (options.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:53 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions funcs.def
* and the template file options_h
*
extern void optionRestore(tOptions*);
-/* From: save.c line 670
+/* From: save.c line 671
*
* optionSaveFile - saves the option state to a file
*
*
* DO NOT EDIT THIS FILE (usage-txt.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:52 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:13 PM PDT
* From the definitions usage-txt.def
* and the template file usage-txt.tpl
*
/*
- * $Id: environment.c,v 4.19 2009/01/17 22:08:07 bkorb Exp $
- * Time-stamp: "2009-01-12 05:52:44 bkorb"
+ * $Id: environment.c,v 4.20 2009/07/21 03:23:12 bkorb Exp $
+ * Time-stamp: "2009-07-20 20:12:24 bkorb"
*
* This file contains all of the routines that must be linked into
* an executable to use the generated option processing. The optional
/*
* Special handling for ${PROGNAME_LOAD_OPTS}
*/
- if (pOpts->specOptIdx.save_opts != 0) {
+ if ( (pOpts->specOptIdx.save_opts != NO_EQUIVALENT)
+ && (pOpts->specOptIdx.save_opts != 0)) {
st.pOD = pOpts->pOptDesc + pOpts->specOptIdx.save_opts + 1;
strcpy( pzFlagName, st.pOD->pz_NAME );
checkEnvOpt(&st, zEnvName, pOpts, type);
*
* DO NOT EDIT THIS FILE (genshell.c)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:54 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions genshell.def
* and the template file options
*
*
* DO NOT EDIT THIS FILE (genshell.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:54 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions genshell.def
* and the template file options
*
dnl
dnl DO NOT EDIT THIS FILE (libopts.m4)
dnl
-dnl It has been AutoGen-ed Saturday May 16, 2009 at 08:15:55 AM PDT
+dnl It has been AutoGen-ed Monday July 20, 2009 at 09:05:16 PM PDT
dnl From the definitions libopts.def
dnl and the template file conftest.tpl
dnl
/* -*- buffer-read-only: t -*- vi: set ro:
*
* Prototypes for autoopts
- * Generated Sat May 16 08:15:54 PDT 2009
+ * Generated Mon Jul 20 21:05:15 PDT 2009
*/
#ifndef AUTOOPTS_PROTO_H_GUARD
#define AUTOOPTS_PROTO_H_GUARD 1
/*
- * save.c $Id: save.c,v 4.29 2009/01/01 16:51:49 bkorb Exp $
- * Time-stamp: "2008-09-23 14:24:58 bkorb"
+ * save.c $Id: save.c,v 4.31 2009/07/21 04:01:29 bkorb Exp $
+ * Time-stamp: "2009-07-20 20:40:28 bkorb"
*
* This module's routines will take the currently set options and
* store them into an ".rc" file for re-interpretation the next
{
tCC* pzDir;
- if (pOpts->specOptIdx.save_opts == 0)
+ if ( (pOpts->specOptIdx.save_opts == NO_EQUIVALENT)
+ || (pOpts->specOptIdx.save_opts == 0))
return NULL;
pzDir = pOpts->pOptDesc[ pOpts->specOptIdx.save_opts ].optArg.argString;
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
#if 0 /* gperf build options: */
};
#ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
#endif
static inline const value_type_map_t *
find_value_type_name (register const char *str, register unsigned int len)
/*
- * Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ * Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
#if 0 /* gperf build options: */
};
#ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
#endif
static inline const xat_attribute_map_t *
find_xat_attribute_name (register const char *str, register unsigned int len)
/*
- * Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ * Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/
/*
- * Character mapping generated 05/16/09 08:16:06
+ * Character mapping generated 07/20/09 21:05:27
*
* This file contains the character classifications
* used by AutoGen and AutoOpts for identifying tokens.
*
* DO NOT EDIT THIS FILE (options.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:53 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions funcs.def
* and the template file options_h
*
extern void optionRestore(tOptions*);
-/* From: save.c line 670
+/* From: save.c line 671
*
* optionSaveFile - saves the option state to a file
*
*
* DO NOT EDIT THIS FILE (usage-txt.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:52 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:13 PM PDT
* From the definitions usage-txt.def
* and the template file usage-txt.tpl
*
/*
- * $Id: environment.c,v 4.19 2009/01/17 22:08:07 bkorb Exp $
- * Time-stamp: "2009-01-12 05:52:44 bkorb"
+ * $Id: environment.c,v 4.20 2009/07/21 03:23:12 bkorb Exp $
+ * Time-stamp: "2009-07-20 20:12:24 bkorb"
*
* This file contains all of the routines that must be linked into
* an executable to use the generated option processing. The optional
/*
* Special handling for ${PROGNAME_LOAD_OPTS}
*/
- if (pOpts->specOptIdx.save_opts != 0) {
+ if ( (pOpts->specOptIdx.save_opts != NO_EQUIVALENT)
+ && (pOpts->specOptIdx.save_opts != 0)) {
st.pOD = pOpts->pOptDesc + pOpts->specOptIdx.save_opts + 1;
strcpy( pzFlagName, st.pOD->pz_NAME );
checkEnvOpt(&st, zEnvName, pOpts, type);
*
* DO NOT EDIT THIS FILE (genshell.c)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:54 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions genshell.def
* and the template file options
*
*
* DO NOT EDIT THIS FILE (genshell.h)
*
- * It has been AutoGen-ed Saturday May 16, 2009 at 08:15:54 AM PDT
+ * It has been AutoGen-ed Monday July 20, 2009 at 09:05:14 PM PDT
* From the definitions genshell.def
* and the template file options
*
dnl
dnl DO NOT EDIT THIS FILE (libopts.m4)
dnl
-dnl It has been AutoGen-ed Saturday May 16, 2009 at 08:15:55 AM PDT
+dnl It has been AutoGen-ed Monday July 20, 2009 at 09:05:16 PM PDT
dnl From the definitions libopts.def
dnl and the template file conftest.tpl
dnl
/* -*- buffer-read-only: t -*- vi: set ro:
*
* Prototypes for autoopts
- * Generated Sat May 16 08:15:54 PDT 2009
+ * Generated Mon Jul 20 21:05:15 PDT 2009
*/
#ifndef AUTOOPTS_PROTO_H_GUARD
#define AUTOOPTS_PROTO_H_GUARD 1
/*
- * save.c $Id: save.c,v 4.29 2009/01/01 16:51:49 bkorb Exp $
- * Time-stamp: "2008-09-23 14:24:58 bkorb"
+ * save.c $Id: save.c,v 4.31 2009/07/21 04:01:29 bkorb Exp $
+ * Time-stamp: "2009-07-20 20:40:28 bkorb"
*
* This module's routines will take the currently set options and
* store them into an ".rc" file for re-interpretation the next
{
tCC* pzDir;
- if (pOpts->specOptIdx.save_opts == 0)
+ if ( (pOpts->specOptIdx.save_opts == NO_EQUIVALENT)
+ || (pOpts->specOptIdx.save_opts == 0))
return NULL;
pzDir = pOpts->pOptDesc[ pOpts->specOptIdx.save_opts ].optArg.argString;
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
#if 0 /* gperf build options: */
};
#ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
#endif
static inline const value_type_map_t *
find_value_type_name (register const char *str, register unsigned int len)
/*
- * Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ * Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/
-/* ANSI-C code produced by gperf version 3.0.3 */
+/* ANSI-C code produced by gperf version 3.0.2 */
#if 0 /* gperf build options: */
};
#ifdef __GNUC__
-#ifdef __GNUC_STDC_INLINE__
-__attribute__ ((__gnu_inline__))
-#endif
#endif
static inline const xat_attribute_map_t *
find_xat_attribute_name (register const char *str, register unsigned int len)
/*
- * Generated header for gperf generated source Sat May 16 08:16:06 PDT 2009
+ * Generated header for gperf generated source Mon Jul 20 21:05:28 PDT 2009
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/