* write.c (relax_frag): Make non-static.
[deliverable/binutils-gdb.git] / bfd / acconfig.h
index 43bcf709004dc240962d7468c3632912e47d4429..f3c4e99801459991678db890e8e80817160f4b8e 100644 (file)
@@ -1,12 +1,23 @@
-/* Do we need to use the b modifier when opening binary files?  */
-#undef USE_BINARY_FOPEN
+
+/* Whether strstr must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_STRSTR
 
 /* Whether malloc must be declared even if <stdlib.h> is included.  */
 #undef NEED_DECLARATION_MALLOC
 
+/* Whether realloc must be declared even if <stdlib.h> is included.  */
+#undef NEED_DECLARATION_REALLOC
+
 /* Whether free must be declared even if <stdlib.h> is included.  */
 #undef NEED_DECLARATION_FREE
 
+/* Whether getenv must be declared even if <stdlib.h> is included.  */
+#undef NEED_DECLARATION_GETENV
+@TOP@
+
+/* Do we need to use the b modifier when opening binary files?  */
+#undef USE_BINARY_FOPEN
+
 /* Name of host specific header file to include in trad-core.c.  */
 #undef TRAD_HEADER
 
This page took 0.022993 seconds and 4 git commands to generate.