File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
/* ****************************************************************************
2
2
3
3
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
+ Copyright (c) 2013, 2017, MariaDB Corporation.
4
5
Copyright (c) 2008, Google Inc.
5
6
6
7
Portions of this file contain modifications contributed and copyrighted by
@@ -171,7 +172,7 @@ command. Not tested on Windows. */
171
172
#define UNIV_COMPILE_TEST_FUNCS
172
173
*/
173
174
174
- #if defined( HAVE_valgrind) && defined(HAVE_VALGRIND_MEMCHECK_H)
175
+ #if defined HAVE_valgrind && defined HAVE_VALGRIND
175
176
# define UNIV_DEBUG_VALGRIND
176
177
#endif /* HAVE_VALGRIND */
177
178
#if 0
Original file line number Diff line number Diff line change 1
1
/* ****************************************************************************
2
2
3
3
Copyright (c) 1994, 2016, Oracle and/or its affiliates. All Rights Reserved.
4
+ Copyright (c) 2013, 2017, MariaDB Corporation.
4
5
Copyright (c) 2008, Google Inc.
5
6
6
7
Portions of this file contain modifications contributed and copyrighted by
@@ -183,7 +184,7 @@ command. Not tested on Windows. */
183
184
#define UNIV_COMPILE_TEST_FUNCS
184
185
*/
185
186
186
- #if defined( HAVE_valgrind) && defined(HAVE_VALGRIND_MEMCHECK_H)
187
+ #if defined HAVE_valgrind && defined HAVE_VALGRIND
187
188
# define UNIV_DEBUG_VALGRIND
188
189
#endif
189
190
#if 0
You can’t perform that action at this time.
0 commit comments