aboutsummaryrefslogtreecommitdiff
path: root/opcodes/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'opcodes/config.in')
-rw-r--r--opcodes/config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/opcodes/config.in b/opcodes/config.in
index 6dec095..aee9c40 100644
--- a/opcodes/config.in
+++ b/opcodes/config.in
@@ -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