* objcopy.c, objcopy.1, binutils.texi: "localize" is a better name
[binutils-gdb.git] / binutils / acconfig.h
index a3e0eabae12ae301f387b89f8aa311dbb007a620..c38c529c901c72a76293167f4bc8b7d83cbc2b0c 100644 (file)
@@ -1,4 +1,13 @@
 
+/* 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
 
@@ -7,6 +16,9 @@
 
 /* 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>?  */