aboutsummaryrefslogtreecommitdiffstats
path: root/pc/config.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2014-09-27 21:35:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2014-09-27 21:35:06 +0300
commiteeb0b5d5b0791c580e49e7a6ca4f844f2a0edabb (patch)
treeb6e6cb82c81abe75d56fc82b5fd7957e15d8304d /pc/config.h
parentc7882f59b6e5e4bb142928939264ca0c9af8e129 (diff)
downloadegawk-eeb0b5d5b0791c580e49e7a6ca4f844f2a0edabb.tar.gz
egawk-eeb0b5d5b0791c580e49e7a6ca4f844f2a0edabb.tar.bz2
egawk-eeb0b5d5b0791c580e49e7a6ca4f844f2a0edabb.zip
Add configure option to enable severe portability problems.
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 85389eb2..04024007 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