summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-02-29 09:10:15 +0100
committerSimon Josefsson <simon@josefsson.org>2012-02-29 09:10:15 +0100
commit83034b41ea2209a7ffb9a876b355c673ae58e57a (patch)
tree6279fe0ae80386acdce9a6e65bfba565a780cf4e
parentb495740f2ff66550ca9395b3fda3ea32c3acb185 (diff)
downloadgnutls-83034b41ea2209a7ffb9a876b355c673ae58e57a.tar.gz
Update to autogen 5.15.
-rw-r--r--src/libopts/Makefile.am8
-rw-r--r--src/libopts/ag-char-map.h35
-rw-r--r--src/libopts/ao-strs.c2
-rw-r--r--src/libopts/ao-strs.h2
-rw-r--r--src/libopts/autoopts/options.h2
-rw-r--r--src/libopts/autoopts/usage-txt.h2
-rw-r--r--src/libopts/genshell.c2
-rw-r--r--src/libopts/genshell.h2
-rw-r--r--src/libopts/m4/libopts.m42
-rw-r--r--src/libopts/makeshell.c2
-rw-r--r--src/libopts/proto.h2
-rw-r--r--src/libopts/value-type.h2
-rw-r--r--src/libopts/xat-attribute.h2
13 files changed, 21 insertions, 44 deletions
diff --git a/src/libopts/Makefile.am b/src/libopts/Makefile.am
index 03465578ea..33977a8e58 100644
--- a/src/libopts/Makefile.am
+++ b/src/libopts/Makefile.am
@@ -10,11 +10,11 @@ libopts_la_CPPFLAGS = -I$(top_srcdir)
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 \
diff --git a/src/libopts/ag-char-map.h b/src/libopts/ag-char-map.h
index 8c9b4f0c15..c06b46ac79 100644
--- a/src/libopts/ag-char-map.h
+++ b/src/libopts/ag-char-map.h
@@ -1,5 +1,5 @@
/*
- * 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.
@@ -30,37 +30,16 @@
# 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) */
diff --git a/src/libopts/ao-strs.c b/src/libopts/ao-strs.c
index 34f7843b36..d0f4d1cb2c 100644
--- a/src/libopts/ao-strs.c
+++ b/src/libopts/ao-strs.c
@@ -2,7 +2,7 @@
*
* 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
*
diff --git a/src/libopts/ao-strs.h b/src/libopts/ao-strs.h
index 8def7e081c..f14cc2560e 100644
--- a/src/libopts/ao-strs.h
+++ b/src/libopts/ao-strs.h
@@ -2,7 +2,7 @@
*
* 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
*
diff --git a/src/libopts/autoopts/options.h b/src/libopts/autoopts/options.h
index c23e2ba7e6..a89c349522 100644
--- a/src/libopts/autoopts/options.h
+++ b/src/libopts/autoopts/options.h
@@ -2,7 +2,7 @@
*
* 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
*
diff --git a/src/libopts/autoopts/usage-txt.h b/src/libopts/autoopts/usage-txt.h
index 53dde87ead..7f9999aae1 100644
--- a/src/libopts/autoopts/usage-txt.h
+++ b/src/libopts/autoopts/usage-txt.h
@@ -2,7 +2,7 @@
*
* 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
*
diff --git a/src/libopts/genshell.c b/src/libopts/genshell.c
index 9b62a3b013..c8d3047073 100644
--- a/src/libopts/genshell.c
+++ b/src/libopts/genshell.c
@@ -2,7 +2,7 @@
*
* 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
*
diff --git a/src/libopts/genshell.h b/src/libopts/genshell.h
index f0d36dae55..4c90c9dad0 100644
--- a/src/libopts/genshell.h
+++ b/src/libopts/genshell.h
@@ -2,7 +2,7 @@
*
* 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
*
diff --git a/src/libopts/m4/libopts.m4 b/src/libopts/m4/libopts.m4
index da5501165c..d9a117399c 100644
--- a/src/libopts/m4/libopts.m4
+++ b/src/libopts/m4/libopts.m4
@@ -2,7 +2,7 @@ dnl -*- buffer-read-only: t -*- vi: set ro:
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
diff --git a/src/libopts/makeshell.c b/src/libopts/makeshell.c
index a2b0a2e101..1730c8176d 100644
--- a/src/libopts/makeshell.c
+++ b/src/libopts/makeshell.c
@@ -164,9 +164,7 @@ optionParseShell(tOptions * pOpts)
printf(SHOW_PROG_ENV, pOpts->pzPROGNAME);
fflush(stdout);
-#ifdef HAVE_FCHMOD
fchmod(STDOUT_FILENO, 0755);
-#endif
fclose(stdout);
if (ferror(stdout)) {
fputs(zOutputFail, stderr);
diff --git a/src/libopts/proto.h b/src/libopts/proto.h
index de5f3438f7..9f4bbff175 100644
--- a/src/libopts/proto.h
+++ b/src/libopts/proto.h
@@ -1,7 +1,7 @@
/* -*- 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
diff --git a/src/libopts/value-type.h b/src/libopts/value-type.h
index c459b7e982..bc5fc26d04 100644
--- a/src/libopts/value-type.h
+++ b/src/libopts/value-type.h
@@ -1,5 +1,5 @@
/*
- * 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.
*/
diff --git a/src/libopts/xat-attribute.h b/src/libopts/xat-attribute.h
index 653c1ee8f9..527cac260e 100644
--- a/src/libopts/xat-attribute.h
+++ b/src/libopts/xat-attribute.h
@@ -1,5 +1,5 @@
/*
- * 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.
*/