diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-12-16 00:28:56 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-12-16 00:28:56 +0000 |
commit | 0175442dfa8f5f0f3e14cad5347d922bbe9f6b7d (patch) | |
tree | a11fa70916412566f175e0e377e5fa1f1d361b31 /gas/config.in | |
parent | e77942ba15d5c6c76cb09ae3af9f2b49cdf19bd7 (diff) | |
download | binutils-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.in | 4 |
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 |