Mon Jun 16 12:49:36 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
[deliverable/binutils-gdb.git] / ld / acconfig.h
index 930d663d2c602dfc71a2b40f43b4e987842a165b..6034cadef811ce2ddc59834f8b197f836a6ace34 100644 (file)
@@ -1,5 +1,16 @@
-/* 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 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
+
+/* 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
This page took 0.026718 seconds and 4 git commands to generate.