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
Copyright (c) 2013, 2015, MariaDB Corporation.
6
7
@@ -172,7 +173,7 @@ command. Not tested on Windows. */
172
173
#define UNIV_COMPILE_TEST_FUNCS
173
174
*/
174
175
175
- #if defined( HAVE_valgrind) && defined(HAVE_VALGRIND_MEMCHECK_H)
176
+ #if defined HAVE_valgrind && defined HAVE_VALGRIND
176
177
# define UNIV_DEBUG_VALGRIND
177
178
#endif /* HAVE_VALGRIND */
178
179
#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
Copyright (c) 2013, 2015, MariaDB Corporation.
6
7
@@ -184,7 +185,7 @@ command. Not tested on Windows. */
184
185
#define UNIV_COMPILE_TEST_FUNCS
185
186
*/
186
187
187
- #if defined( HAVE_valgrind) && defined(HAVE_VALGRIND_MEMCHECK_H)
188
+ #if defined HAVE_valgrind && defined HAVE_VALGRIND
188
189
# define UNIV_DEBUG_VALGRIND
189
190
#endif
190
191
#if 0
You can’t perform that action at this time.
0 commit comments