Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0a2c94e8
Commit
0a2c94e8
authored
Jul 24, 2008
by
John Reiser
Committed by
Alexandre Julliard
Jul 25, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Add check for valgrind/valgrind.h.
parent
e22e480f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
configure
configure
+3
-1
configure.ac
configure.ac
+2
-1
config.h.in
include/config.h.in
+3
-0
kthread.c
loader/kthread.c
+2
-2
No files found.
configure
View file @
0a2c94e8
...
...
@@ -7210,6 +7210,7 @@ done
for
ac_header
in
\
AudioUnit/AudioUnit.h
\
Carbon/Carbon.h
\
...
...
@@ -7320,7 +7321,8 @@ for ac_header in \
termios.h
\
unistd.h
\
utime.h
\
valgrind/memcheck.h
valgrind/memcheck.h
\
valgrind/valgrind.h
do
as_ac_Header
=
`
echo
"ac_cv_header_
$ac_header
"
|
$as_tr_sh
`
...
...
configure.ac
View file @
0a2c94e8
...
...
@@ -335,7 +335,8 @@ AC_CHECK_HEADERS(\
termios.h \
unistd.h \
utime.h \
valgrind/memcheck.h
valgrind/memcheck.h \
valgrind/valgrind.h
)
AC_HEADER_STAT()
...
...
include/config.h.in
View file @
0a2c94e8
...
...
@@ -918,6 +918,9 @@
/* Define to 1 if you have the <valgrind/memcheck.h> header file. */
#undef HAVE_VALGRIND_MEMCHECK_H
/* Define to 1 if you have the <valgrind/valgrind.h> header file. */
#undef HAVE_VALGRIND_VALGRIND_H
/* Define if we have va_copy */
#undef HAVE_VA_COPY
...
...
loader/kthread.c
View file @
0a2c94e8
...
...
@@ -52,8 +52,8 @@ struct _pthread_cleanup_buffer;
#ifdef HAVE_RESOLV_H
# include <resolv.h>
#endif
#ifdef HAVE_VALGRIND_
MEMCHECK
_H
#include <valgrind/
memcheck
.h>
#ifdef HAVE_VALGRIND_
VALGRIND
_H
#include <valgrind/
valgrind
.h>
#endif
#ifdef HAVE_SYS_SYSCALL_H
# include <sys/syscall.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment