diff options
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pc/config.h b/pc/config.h index 94215f8b..72f75bc6 100644 --- a/pc/config.h +++ b/pc/config.h @@ -123,7 +123,7 @@ #define HAVE_LIBM 1 /* Define to 1 if you have a fully functional readline library. */ -#undef HAVE_LIBREADLINE +/* #undef HAVE_LIBREADLINE */ /* Define if you have the libsigsegv library. */ #undef HAVE_LIBSIGSEGV @@ -425,7 +425,7 @@ #define PACKAGE_NAME "GNU Awk" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GNU Awk 4.0.0h" +#define PACKAGE_STRING "GNU Awk 4.0.0i" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gawk" @@ -434,7 +434,7 @@ #define PACKAGE_URL "http://www.gnu.org/software/gawk/" /* Define to the version of this package. */ -#define PACKAGE_VERSION "4.0.0h" +#define PACKAGE_VERSION "4.0.0i" /* Define to 1 if *printf supports %F format */ #undef PRINTF_HAS_F_FORMAT @@ -496,7 +496,7 @@ /* Version number of package */ -#define VERSION "4.0.0h" +#define VERSION "4.0.0i" /* Number of bits in a file offset, on hosts where this is settable. */ #undef _FILE_OFFSET_BITS |