summaryrefslogtreecommitdiff
path: root/gcc/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r--gcc/acconfig.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h
index bd2acd90894..2b6c1442c97 100644
--- a/gcc/acconfig.h
+++ b/gcc/acconfig.h
@@ -12,4 +12,10 @@
/* Whether free must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_FREE
+
+/* Whether index must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_INDEX
+
+/* Whether rindex must be declared even if <stdlib.h> is included. */
+#undef NEED_DECLARATION_RINDEX
@TOP@