]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - opcodes/config.in
2007-08-31 H.J. Lu <hongjiu.lu@intel.com>
[thirdparty/binutils-gdb.git] / opcodes / config.in
index 6dec095be10297542b30c239041a236df8b0f75f..aee9c40b89db27fd049d56ec2dfe488f1c0b60eb 100644 (file)
@@ -8,6 +8,10 @@
    don't. */
 #undef HAVE_DECL_BASENAME
 
+/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
+   */
+#undef HAVE_DECL_STPCPY
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
@@ -65,3 +69,8 @@
 
 /* Version number of package */
 #undef VERSION
+
+/* Enable GNU extensions on systems that have them.  */
+#ifndef _GNU_SOURCE
+# undef _GNU_SOURCE
+#endif