diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-04 17:51:00 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-03-04 17:51:00 +0000 |
commit | 8adead19d78c082210086b2a421f8987bb39c1bc (patch) | |
tree | d157280734d91ecf6703ee244c5cdd1e0bf1d869 /gcc/config.in | |
parent | 507226b5dbed27a1aed4d1ffad2a6871213da1de (diff) | |
download | gcc-8adead19d78c082210086b2a421f8987bb39c1bc.tar.gz |
* configure.in: Check for <memcheck.h>.
* configure: Regenerated.
* config.in: Define HAVE_MEMCHECK_H.
* ggc-common.c: Use <memcheck.h> if available instead of
<valgrind.h>.
* ggc-page.c: Likewise.
* cppfiles.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63788 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 86f4e2ca3aa..a29130480cf 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -347,6 +347,9 @@ through valgrind (a memory checker). This is extremely expensive. */ #undef ENABLE_VALGRIND_CHECKING +/* Define if valgrind's memcheck.h header is installed. */ +#undef HAVE_MEMCHECK_H + /* Define if you want to use __cxa_atexit, rather than atexit, to register C++ destructors for local statics and global objects. This is essential for fully standards-compliant handling of |