diff options
Diffstat (limited to 'pc/config.h')
-rw-r--r-- | pc/config.h | 12 |
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 |