aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-09-27 22:28:39 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-09-27 22:28:39 +0300
commite71e74ac9af232d58e6c672e37ddf7e8737d68b1 (patch)
treeb858d04ddc7a3c364b3485d03fdfef130b3c4497 /pc/config.h
parent2a4725673f46d42cddff89b7002b193c67222c85 (diff)
parent66479f2ca1fbbf3b96cd2e1b15c0119b209df54a (diff)
downloadegawk-e71e74ac9af232d58e6c672e37ddf7e8737d68b1.tar.gz
egawk-e71e74ac9af232d58e6c672e37ddf7e8737d68b1.tar.bz2
egawk-e71e74ac9af232d58e6c672e37ddf7e8737d68b1.zip
Merge branch 'gawk-4.1-stable'
Diffstat (limited to 'pc/config.h')
-rw-r--r--pc/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pc/config.h b/pc/config.h
index c5d78a96..a6b2d4c4 100644
--- a/pc/config.h
+++ b/pc/config.h
@@ -242,6 +242,9 @@
#define HAVE_STDLIB_H 1
#endif
+/* Define to 1 if you have the `strcasecmp' function. */
+#undef HAVE_STRCASECMP
+
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
@@ -407,6 +410,9 @@
/* Define to 1 if the system has the type `_Bool'. */
#undef HAVE__BOOL
+/* enable severe portability problems */
+#undef I_DONT_KNOW_WHAT_IM_DOING
+
/* libc is broken for regex handling */
#undef LIBC_IS_BORKED