diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2010-07-02 10:15:09 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2010-07-02 10:15:09 +0000 |
commit | ca6d1176f717cfb0ba3e0ea1a930aa3d33905a9e (patch) | |
tree | 68173ee2d5bd4b1b5fc1a277f153743209eb7dda /libssp/config.h.in | |
parent | baf7c318bbcad3acee65f8400c34665b9345f09a (diff) | |
download | gcc-ca6d1176f717cfb0ba3e0ea1a930aa3d33905a9e.tar.gz |
configure.ac: Check for Sun symbol versioning.
* configure.ac: Check for Sun symbol versioning.
Check for memmove.
* configure: Regenerate.
* config.h.in: Regenerate.
* Makefile.am [LIBSSP_USE_SYMVER]: Protect version_arg,
version_dep with LIBSSP_USE_SYMVER_GNU.
[LIBSSP_USE_SYMVER_SUN]: Handle Sun symbol versioning.
* Makefile.in: Regenerate.
* ssp.map: Reformat.
* memmove-chk.c: Change guard to HAVE_MEMMOVE.
From-SVN: r161699
Diffstat (limited to 'libssp/config.h.in')
-rw-r--r-- | libssp/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libssp/config.h.in b/libssp/config.h.in index d55c0f18b86..2815ce7c4d5 100644 --- a/libssp/config.h.in +++ b/libssp/config.h.in @@ -21,6 +21,9 @@ /* Define to 1 if you have the <malloc.h> header file. */ #undef HAVE_MALLOC_H +/* Define to 1 if you have the `memmove' function. */ +#undef HAVE_MEMMOVE + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |