summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-17 05:54:32 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-17 05:54:32 +0300
commitf6d6da33b2df6dc4d5a4dee4b7805937b5701d7a (patch)
treea0e3096aa17e627389ffb541ae811d222dc9af5f /pc
parent9d8e5b6c4bc860b2866c54d6d8f41aba66cddec8 (diff)
downloadgawk-f6d6da33b2df6dc4d5a4dee4b7805937b5701d7a.tar.gz
Bump version for next tarball.
Diffstat (limited to 'pc')
-rw-r--r--pc/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/pc/config.h b/pc/config.h
index 9da16867..58101f1d 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -27,9 +27,7 @@
#define HAVE_ATEXIT 1
/* Define to 1 if you have the `btowc' function. */
-#ifdef _WIN32
#define HAVE_BTOWC 1
-#endif
/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
@@ -328,7 +326,9 @@
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
-#undef HAVE_SYS_WAIT_H
+#ifdef __DJGPP__
+#define HAVE_SYS_WAIT_H 1
+#endif
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
@@ -438,7 +438,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 4.1.3d"
+#define PACKAGE_STRING "GNU Awk 4.1.3e"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -447,7 +447,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.1.3d"
+#define PACKAGE_VERSION "4.1.3e"
/* Define to 1 if *printf supports %F format */
#undef PRINTF_HAS_F_FORMAT
@@ -512,7 +512,7 @@
/* Version number of package */
-#define VERSION "4.1.3d"
+#define VERSION "4.1.3e"
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE