summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-01 14:30:43 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-08-01 14:30:43 +0530
commita476ac4b45fe39b023bed55c852abad04d70c5df (patch)
tree608fb6a0556081e61ab4de10a296baf2fa9fbf4b /include
parent78dd658a025fb16d004677284b4db0d0c0191845 (diff)
Fix -Wundef warnings in regex_internal.h
Diffstat (limited to 'include')
-rw-r--r--include/libc-symbols.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index d833eb7420..48edadcfe0 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -62,6 +62,10 @@
#define STDC_HEADERS 1
#define HAVE_MBSTATE_T 1
#define HAVE_MBSRTOWCS 1
+#define HAVE_LIBINTL_H 1
+#define HAVE_WCTYPE_H 1
+#define HAVE_ISWCTYPE 1
+#define ENABLE_NLS 1
/* The symbols in all the user (non-_) macros are C symbols. */