diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-15 21:22:43 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-02-15 21:22:43 +0200 |
commit | 8a2eed59fd54d901721376426b34c0c128bf0cfb (patch) | |
tree | df525d99d37779db3e9f13a2b839c570b495cd82 /pc/config.h | |
parent | b8123662e8cb41e033771151500d927456953ab2 (diff) | |
download | egawk-8a2eed59fd54d901721376426b34c0c128bf0cfb.tar.gz egawk-8a2eed59fd54d901721376426b34c0c128bf0cfb.tar.bz2 egawk-8a2eed59fd54d901721376426b34c0c128bf0cfb.zip |
Update MinGW execvp, additions to Makefile and config.
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 |