libopts_la_LDFLAGS = -version-info 36:3:11
EXTRA_DIST = \
ag-char-map.h alias.c ao-strs.c \
- ao-strs.h autoopts/options.h autoopts/project.h \
+ ao-strs.h autoopts/project.h autoopts/options.h \
autoopts/usage-txt.h autoopts.c autoopts.h \
- boolean.c check.c compat/strchr.c \
- compat/pathfind.c compat/strdup.c compat/windows-config.h \
- compat/snprintf.c compat/compat.h configfile.c \
+ boolean.c check.c compat/pathfind.c \
+ compat/strchr.c compat/windows-config.h compat/snprintf.c \
+ compat/compat.h compat/strdup.c configfile.c \
cook.c COPYING.gplv3 COPYING.lgplv3 \
COPYING.mbsd enum.c env.c \
file.c find.c genshell.c \
/*
- * Character mapping generated 02/25/12 13:14:41
+ * Character mapping generated 02/26/12 11:08:40
*
* This file contains the character classifications
* used by AutoGen and AutoOpts for identifying tokens.
# elif defined(HAVE_STDINT_H)
# include <stdint.h>
-# else
-# ifndef HAVE_UINT8_T
- typedef unsigned char uint8_t;
-# endif
-# ifndef HAVE_UINT16_T
- typedef unsigned short uint16_t;
-# endif
-
-# ifndef HAVE_UINT32_T
-# if SIZEOF_INT == 4
- typedef unsigned int uint32_t;
-# elif SIZEOF_LONG == 4
- typedef unsigned long uint32_t;
-# endif
-# endif
-
-# ifndef HAVE_UINT64_T
-# if SIZEOF_LONG == 8
- typedef unsigned long uint64_t;
-# elif SIZEOF_LONG_LONG == 8
- typedef unsigned long long uint64_t;
-# endif
+# elif !defined(HAVE_UINT32_T)
+# if SIZEOF_INT == 4
+ typedef unsigned int uint32_t;
+# elif SIZEOF_LONG == 4
+ typedef unsigned long uint32_t;
# endif
# endif /* HAVE_*INT*_H header */
#else /* not HAVE_CONFIG_H -- */
-# ifdef __sun
-# include <inttypes.h>
-# else
-# include <stdint.h>
-# endif
+# include <inttypes.h>
#endif /* HAVE_CONFIG_H */
#if 0 /* mapping specification source (from autogen.map) */
*
* DO NOT EDIT THIS FILE (ao-strs.c)
*
- * It has been AutoGen-ed February 25, 2012 at 01:14:41 PM by AutoGen 5.15pre14
+ * It has been AutoGen-ed February 26, 2012 at 11:08:40 AM by AutoGen 5.15pre14
* From the definitions ao-strs.def
* and the template file strings
*
*
* DO NOT EDIT THIS FILE (ao-strs.h)
*
- * It has been AutoGen-ed February 25, 2012 at 01:14:41 PM by AutoGen 5.15pre14
+ * It has been AutoGen-ed February 26, 2012 at 11:08:40 AM by AutoGen 5.15pre14
* From the definitions ao-strs.def
* and the template file strings
*
*
* DO NOT EDIT THIS FILE (options.h)
*
- * It has been AutoGen-ed February 25, 2012 at 01:14:45 PM by AutoGen 5.15pre14
+ * It has been AutoGen-ed February 26, 2012 at 11:08:44 AM by AutoGen 5.15pre14
* From the definitions funcs.def
* and the template file options_h
*
*
* DO NOT EDIT THIS FILE (usage-txt.h)
*
- * It has been AutoGen-ed February 25, 2012 at 01:14:43 PM by AutoGen 5.15pre14
+ * It has been AutoGen-ed February 26, 2012 at 11:08:42 AM by AutoGen 5.15pre14
* From the definitions usage-txt.def
* and the template file usage-txt.tpl
*
*
* DO NOT EDIT THIS FILE (genshell.c)
*
- * It has been AutoGen-ed February 25, 2012 at 01:14:42 PM by AutoGen 5.15pre14
+ * It has been AutoGen-ed February 26, 2012 at 11:08:41 AM by AutoGen 5.15pre14
* From the definitions genshell.def
* and the template file options
*
*
* DO NOT EDIT THIS FILE (genshell.h)
*
- * It has been AutoGen-ed February 25, 2012 at 01:14:42 PM by AutoGen 5.15pre14
+ * It has been AutoGen-ed February 26, 2012 at 11:08:41 AM by AutoGen 5.15pre14
* 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 February 25, 2012 at 01:14:39 PM by AutoGen 5.15pre14
+dnl It has been AutoGen-ed February 26, 2012 at 11:08:37 AM by AutoGen 5.15pre14
dnl From the definitions libopts.def
dnl and the template file conftest.tpl
dnl
printf(SHOW_PROG_ENV, pOpts->pzPROGNAME);
fflush(stdout);
-#ifdef HAVE_FCHMOD
fchmod(STDOUT_FILENO, 0755);
-#endif
fclose(stdout);
if (ferror(stdout)) {
fputs(zOutputFail, stderr);
/* -*- buffer-read-only: t -*- vi: set ro:
*
* Prototypes for autoopts
- * Generated Sat Feb 25 13:14:51 PST 2012
+ * Generated Sun Feb 26 11:08:49 PST 2012
*/
#ifndef AUTOOPTS_PROTO_H_GUARD
#define AUTOOPTS_PROTO_H_GUARD 1
/*
- * Generated header for gperf generated source Sat Feb 25 13:14:42 PST 2012
+ * Generated header for gperf generated source Sun Feb 26 11:08:41 PST 2012
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/
/*
- * Generated header for gperf generated source Sat Feb 25 13:14:42 PST 2012
+ * Generated header for gperf generated source Sun Feb 26 11:08:41 PST 2012
* This file enumerates the list of names and declares the
* procedure for mapping string names to the enum value.
*/