aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h20
1 files changed, 16 insertions, 4 deletions
diff --git a/pc/config.h b/pc/config.h
index b654d740..63d1fcb7 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -2,7 +2,9 @@
/* pc/config.h. Generated automatically by pc/config.sed. */
/* dynamic loading is possible */
-#undef DYNAMIC
+#ifdef _WIN32
+#define DYNAMIC 1
+#endif
/* Define to 1 if translation of program messages to the user's native
language is requested. */
@@ -177,6 +179,9 @@
/* we have the mktime function */
#define HAVE_MKTIME 1
+/* Define to 1 if you have fully functional mpfr and gmp libraries. */
+#undef HAVE_MPFR
+
/* Define to 1 if you have the <netdb.h> header file. */
#undef HAVE_NETDB_H
@@ -416,7 +421,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 4.0.2"
+#define PACKAGE_STRING "GNU Awk 4.0.73"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -425,7 +430,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.0.2"
+#define PACKAGE_VERSION "4.0.73"
/* Define to 1 if *printf supports %F format */
#undef PRINTF_HAS_F_FORMAT
@@ -487,7 +492,7 @@
/* Version number of package */
-#define VERSION "4.0.2"
+#define VERSION "4.0.73"
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE
@@ -597,6 +602,13 @@
#define HAVE_POPEN_H 1
#endif
+#if defined(__DJGPP__)
+typedef unsigned int uint32_t;
+typedef int int32_t;
+#define INT32_MAX INT_MAX
+#define INT32_MIN INT_MIN
+#endif
+
#if defined(__EMX__)
#define strcasecmp stricmp
#define strncasecmp strnicmp