]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update to autogen 5.15.
authorSimon Josefsson <simon@josefsson.org>
Wed, 29 Feb 2012 08:10:15 +0000 (09:10 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 29 Feb 2012 08:10:15 +0000 (09:10 +0100)
13 files changed:
src/libopts/Makefile.am
src/libopts/ag-char-map.h
src/libopts/ao-strs.c
src/libopts/ao-strs.h
src/libopts/autoopts/options.h
src/libopts/autoopts/usage-txt.h
src/libopts/genshell.c
src/libopts/genshell.h
src/libopts/m4/libopts.m4
src/libopts/makeshell.c
src/libopts/proto.h
src/libopts/value-type.h
src/libopts/xat-attribute.h

index 03465578ea8290bb28a1f9d6e054350c6981786b..33977a8e5862d742b8f0136c64759f28fc8d917e 100644 (file)
@@ -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  \
index 8c9b4f0c1570021e6689916c43c1713bf6447696..c06b46ac7981ad4e335f31ee5df1f7e7ec4abc81 100644 (file)
@@ -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.
 # 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) */
index 34f7843b36b7cc2b6ab6bdab0ba5f0925bc96717..d0f4d1cb2c4a9f18751d8f5290c437eedd58dda5 100644 (file)
@@ -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
  *
index 8def7e081c8e108d673fc72d9e3365c6b70158e0..f14cc2560e5953f55eaba4b4a915697c9d69430b 100644 (file)
@@ -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
  *
index c23e2ba7e69dded265f4babf773758f5bf37a503..a89c3495226b172788db0d4cabe34cea9683385d 100644 (file)
@@ -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
  *
index 53dde87ead077e24e59acf0c036588c37db9ca82..7f9999aae1389e0c025b5d814c53f510661fb6c6 100644 (file)
@@ -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
  *
index 9b62a3b013e1c81aec8b5261ecdc2f2419fc9ec7..c8d30470730bbd39879802d5936a478fce57eae6 100644 (file)
@@ -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
  *
index f0d36dae55349732ef5b66a02342e60e688349da..4c90c9dad0f2920e630b75c7ace61d934dc6c898 100644 (file)
@@ -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
  *
index da5501165c4efa96e9b14e7553bb0495d25f5ad4..d9a117399ce1090a1bf953682a9a1fa66d47f761 100644 (file)
@@ -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
index a2b0a2e1013281b85c849d5f2e01bd33160a2f3b..1730c8176d9c282d74d624d3e49e3bc2249727b1 100644 (file)
@@ -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);
index de5f3438f7b7e3a3adb05c6098b895e988f2d0d0..9f4bbff175f265962dacd4607917156ef62f02b2 100644 (file)
@@ -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
index c459b7e9823de24abb1d123d5096f45e09358181..bc5fc26d0432d2e007dbc5adf62b5d8d4784f503 100644 (file)
@@ -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.
  */
index 653c1ee8f9ab8b8f1c988b65d0784d85b5069660..527cac260e7bd21867845329d624461c49256c26 100644 (file)
@@ -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.
  */