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
01f78aaa
Commit
01f78aaa
authored
Jul 09, 2000
by
Hidenori Takeshima
Committed by
Alexandre Julliard
Jul 09, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added configure check for libutil.h.
parent
2ffbb31e
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
0 deletions
+7
-0
configure
configure
+0
-0
configure.in
configure.in
+1
-0
config.h.in
include/config.h.in
+3
-0
port.c
misc/port.c
+3
-0
No files found.
configure
View file @
01f78aaa
This diff is collapsed.
Click to expand it.
configure.in
View file @
01f78aaa
...
@@ -694,6 +694,7 @@ AC_CHECK_HEADERS(\
...
@@ -694,6 +694,7 @@ AC_CHECK_HEADERS(\
elf.h \
elf.h \
float.h \
float.h \
libio.h \
libio.h \
libutil.h \
link.h \
link.h \
linux/cdrom.h \
linux/cdrom.h \
linux/joystick.h \
linux/joystick.h \
...
...
include/config.h.in
View file @
01f78aaa
...
@@ -293,6 +293,9 @@
...
@@ -293,6 +293,9 @@
/* Define if you have the <libio.h> header file. */
/* Define if you have the <libio.h> header file. */
#undef HAVE_LIBIO_H
#undef HAVE_LIBIO_H
/* Define if you have the <libutil.h> header file. */
#undef HAVE_LIBUTIL_H
/* Define if you have the <link.h> header file. */
/* Define if you have the <link.h> header file. */
#undef HAVE_LINK_H
#undef HAVE_LINK_H
...
...
misc/port.c
View file @
01f78aaa
...
@@ -32,6 +32,9 @@
...
@@ -32,6 +32,9 @@
#ifdef HAVE_PTY_H
#ifdef HAVE_PTY_H
# include <pty.h>
# include <pty.h>
#endif
#endif
#ifdef HAVE_LIBUTIL_H
# include <libutil.h>
#endif
#include "wine/port.h"
#include "wine/port.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