aboutsummaryrefslogtreecommitdiff
path: root/gas/config.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2009-12-16 00:28:56 +0000
committerH.J. Lu <hjl.tools@gmail.com>2009-12-16 00:28:56 +0000
commit0175442dfa8f5f0f3e14cad5347d922bbe9f6b7d (patch)
treea11fa70916412566f175e0e377e5fa1f1d361b31 /gas/config.in
parente77942ba15d5c6c76cb09ae3af9f2b49cdf19bd7 (diff)
downloadbinutils-0175442dfa8f5f0f3e14cad5347d922bbe9f6b7d.zip
binutils-0175442dfa8f5f0f3e14cad5347d922bbe9f6b7d.tar.gz
binutils-0175442dfa8f5f0f3e14cad5347d922bbe9f6b7d.tar.bz2
2009-12-15 H.J. Lu <hongjiu.lu@intel.com>
* as.h (mempcpy): New. * configure.in: Check if mempcpy is declared. * configure: Regenerated. * config.in: Likewise.
Diffstat (limited to 'gas/config.in')
-rw-r--r--gas/config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/config.in b/gas/config.in
index 9493de7..9f4c746 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -49,6 +49,10 @@
/* Is the prototype for getopt in <unistd.h> in the expected format? */
#undef HAVE_DECL_GETOPT
+/* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
+ don't. */
+#undef HAVE_DECL_MEMPCPY
+
/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
don't. */
#undef HAVE_DECL_VSNPRINTF