* Makefile.in (clean): Don't remove configdoc.texi.
[deliverable/binutils-gdb.git] / ld / acconfig.h
index 75c00ffbc06ba4830fa616cd9557b34cfec7ef7e..7be98654f5603d557a1af87be0a217d0a967ed24 100644 (file)
@@ -1,6 +1,12 @@
 
+/* Whether strstr must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_STRSTR
+
 /* Whether free must be declared even if <stdlib.h> is included.  */
 #undef NEED_DECLARATION_FREE
+
+/* Whether sbrk must be declared even if <unistd.h> is included.  */
+#undef NEED_DECLARATION_SBRK
 @TOP@
 
 /* Do we need to use the b modifier when opening binary files?  */
This page took 0.023343 seconds and 4 git commands to generate.