summaryrefslogtreecommitdiffstats
path: root/os2
diff options
context:
space:
mode:
Diffstat (limited to 'os2')
-rw-r--r--os2/configure.awk1
1 files changed, 0 insertions, 1 deletions
diff --git a/os2/configure.awk b/os2/configure.awk
index 58f01fc..c23e4a1 100644
--- a/os2/configure.awk
+++ b/os2/configure.awk
@@ -56,7 +56,6 @@ BEGIN{
cfg["HAVE_ICONV"] = 1;
cfg["ICONV_CONST"] = "const";
cfg["_GNU_SOURCE"] = 1;
- cfg["HAVE_C_BACKSLASH_A"] = 1;
cfg["HAVE_UNSIGNED_LONG_LONG"] = 1;
cfg["HAVE_PTRDIFF_T"] = 1;
cfg["vfork"] = "fork";