aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h31
1 files changed, 12 insertions, 19 deletions
diff --git a/pc/config.h b/pc/config.h
index d584973a..7b076177 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -53,6 +53,9 @@
/* Define to 1 if you have the `fmod' function. */
#define HAVE_FMOD 1
+/* Define to 1 if you have the `fwrite_unlocked' function. */
+#undef HAVE_FWRITE_UNLOCKED
+
/* have getaddrinfo */
#ifdef __MINGW32__
#define HAVE_GETADDRINFO 1
@@ -201,6 +204,9 @@
/* Define to 1 if you have the `setsid' function. */
#undef HAVE_SETSID
+/* Define to 1 if you have the `sigprocmask' function. */
+#undef HAVE_SIGPROCMASK
+
/* Define to 1 if you have the `snprintf' function. */
#ifdef __MINGW32__
#define HAVE_SNPRINTF 1
@@ -378,6 +384,9 @@
#define HAVE_USLEEP 1
#endif
+/* Define to 1 if you have the `waitpid' function. */
+#undef HAVE_WAITPID
+
/* Define to 1 if you have the <wchar.h> header file. */
#ifdef __MINGW32__
#define HAVE_WCHAR_H 1
@@ -422,9 +431,6 @@
/* enable severe portability problems */
#undef I_DONT_KNOW_WHAT_IM_DOING
-/* libc is broken for regex handling */
-#undef LIBC_IS_BORKED
-
/* disable lint checks */
#undef NO_LINT
@@ -438,7 +444,7 @@
#define PACKAGE_NAME "GNU Awk"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GNU Awk 4.1.4"
+#define PACKAGE_STRING "GNU Awk 4.1.61"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -447,29 +453,16 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.1.4"
+#define PACKAGE_VERSION "4.1.61"
/* Define to 1 if *printf supports %F format */
#undef PRINTF_HAS_F_FORMAT
-/* Define as the return type of signal handlers (`int' or `void'). */
-#define RETSIGTYPE void
-
-#if defined(__DJGPP__) || defined(__MINGW32__)
-#include <limits.h>
-#endif
-
/* The size of `unsigned int', as computed by sizeof. */
-#if UINT_MAX == 65536
-#define SIZEOF_UNSIGNED_INT 2
-#elif UINT_MAX == 4294967295U
#define SIZEOF_UNSIGNED_INT 4
-#endif
/* The size of `unsigned long', as computed by sizeof. */
-#if ULONG_MAX == 4294967295UL
#define SIZEOF_UNSIGNED_LONG 4
-#endif
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
@@ -512,7 +505,7 @@
/* Version number of package */
-#define VERSION "4.1.4"
+#define VERSION "4.1.61"
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE