* configure.in (sparc64): Set arch to v9-64.
[deliverable/binutils-gdb.git] / binutils / acconfig.h
index bcd47f05b6638ef0f23edcd76e596f43484b3c63..c38c529c901c72a76293167f4bc8b7d83cbc2b0c 100644 (file)
@@ -1,6 +1,24 @@
 
+/* Name of package.  */
+#undef PACKAGE
+
+/* Version of package.  */
+#undef VERSION
+
+/* Configured target name.  */
+#undef TARGET
+
+/* Whether strstr must be declared even if <string.h> is included.  */
+#undef NEED_DECLARATION_STRSTR
+
 /* Whether fprintf must be declared even if <stdio.h> is included.  */
 #undef NEED_DECLARATION_FPRINTF
+
+/* 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@
 
 /* Is the type time_t defined in <time.h>?  */
This page took 0.022536 seconds and 4 git commands to generate.