aboutsummaryrefslogtreecommitdiffstats
path: root/pc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-04-07 21:53:51 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-04-07 21:53:51 +0300
commitea1c544208913c0871fb21d9a5d6277d83bf2ef2 (patch)
treebb5595f3211478aa61554bfcfd61f2dcdcc690b0 /pc
parent658ede8ca657fe56c7ea6b0a3a1bd89fb858d26d (diff)
downloadegawk-ea1c544208913c0871fb21d9a5d6277d83bf2ef2.tar.gz
egawk-ea1c544208913c0871fb21d9a5d6277d83bf2ef2.tar.bz2
egawk-ea1c544208913c0871fb21d9a5d6277d83bf2ef2.zip
Test tarball, version at 4.1.3c. Update po files too.
Diffstat (limited to 'pc')
-rw-r--r--pc/config.h27
1 files changed, 21 insertions, 6 deletions
diff --git a/pc/config.h b/pc/config.h
index 74577361..c10c61c5 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -31,11 +31,11 @@
#define HAVE_BTOWC 1
#endif
-/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
+/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
CoreFoundation framework. */
#undef HAVE_CFLOCALECOPYCURRENT
-/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
+/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
the CoreFoundation framework. */
#undef HAVE_CFPREFERENCESCOPYAPPVALUE
@@ -131,7 +131,7 @@
#define HAVE_LOCALE_H 1
#endif
-/* Define to 1 if the system has the type `long long int'. */
+/* Define to 1 if the system has the type 'long long int'. */
#undef HAVE_LONG_LONG_INT
/* Define to 1 if you have the `mbrlen' function. */
@@ -285,6 +285,12 @@
#define HAVE_STRTOUL 1
#endif
+/* Define to 1 if `gr_passwd' is a member of `struct group'. */
+#undef HAVE_STRUCT_GROUP_GR_PASSWD
+
+/* Define to 1 if `pw_passwd' is a member of `struct passwd'. */
+#undef HAVE_STRUCT_PASSWD_PW_PASSWD
+
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
@@ -302,6 +308,9 @@
#define HAVE_SYS_PARAM_H 1
#endif
+/* Define to 1 if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
+
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
@@ -407,6 +416,9 @@
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL
+/* Define to 1 if you have the `__etoa_l' function. */
+#undef HAVE___ETOA_L
+
/* enable severe portability problems */
#undef I_DONT_KNOW_WHAT_IM_DOING
@@ -426,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.3"
+#define PACKAGE_STRING "GNU Awk 4.1.3c"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gawk"
@@ -435,7 +447,7 @@
#define PACKAGE_URL "http://www.gnu.org/software/gawk/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "4.1.3"
+#define PACKAGE_VERSION "4.1.3c"
/* Define to 1 if *printf supports %F format */
#undef PRINTF_HAS_F_FORMAT
@@ -471,6 +483,9 @@
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
+/* Define to 1 if the character set is EBCDIC */
+#undef USE_EBCDIC
+
/* force use of our version of strftime */
#undef USE_INCLUDED_STRFTIME
@@ -497,7 +512,7 @@
/* Version number of package */
-#define VERSION "4.1.3"
+#define VERSION "4.1.3c"
/* Enable large inode numbers on Mac OS X 10.5. */
#ifndef _DARWIN_USE_64_BIT_INODE