Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f8faa8ce
Commit
f8faa8ce
authored
Dec 09, 2021
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Assume that dirent.h is available on Unix.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
338af407
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4 additions
and
24 deletions
+4
-24
configure
configure
+0
-6
configure.ac
configure.ac
+0
-1
tcp.c
dlls/nsiproxy.sys/tcp.c
+2
-8
freetype.c
dlls/win32u/freetype.c
+1
-3
mkagl.c
dlls/wineps.drv/mkagl.c
+1
-3
config.h.in
include/config.h.in
+0
-3
No files found.
configure
View file @
f8faa8ce
...
@@ -8252,12 +8252,6 @@ then :
...
@@ -8252,12 +8252,6 @@ then :
printf
"%s
\n
"
"#define HAVE_ASM_USER_H 1"
>>
confdefs.h
printf
"%s
\n
"
"#define HAVE_ASM_USER_H 1"
>>
confdefs.h
fi
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"dirent.h"
"ac_cv_header_dirent_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_dirent_h
"
=
xyes
then
:
printf
"%s
\n
"
"#define HAVE_DIRENT_H 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"elf.h"
"ac_cv_header_elf_h"
"
$ac_includes_default
"
ac_fn_c_check_header_compile
"
$LINENO
"
"elf.h"
"ac_cv_header_elf_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_elf_h
"
=
xyes
if
test
"x
$ac_cv_header_elf_h
"
=
xyes
then
:
then
:
...
...
configure.ac
View file @
f8faa8ce
...
@@ -434,7 +434,6 @@ AC_CHECK_HEADERS(\
...
@@ -434,7 +434,6 @@ AC_CHECK_HEADERS(\
arpa/nameser.h \
arpa/nameser.h \
asm/types.h \
asm/types.h \
asm/user.h \
asm/user.h \
dirent.h \
elf.h \
elf.h \
float.h \
float.h \
gettext-po.h \
gettext-po.h \
...
...
dlls/nsiproxy.sys/tcp.c
View file @
f8faa8ce
...
@@ -25,19 +25,13 @@
...
@@ -25,19 +25,13 @@
#include "config.h"
#include "config.h"
#include <stdarg.h>
#include <stdarg.h>
#include <sys/types.h>
#include <dirent.h>
#ifdef HAVE_SYS_PARAM_H
#ifdef HAVE_SYS_PARAM_H
#include <sys/param.h>
#include <sys/param.h>
#endif
#endif
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_DIRENT_H
#include <dirent.h>
#endif
#ifdef HAVE_UNISTD_H
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#include <unistd.h>
#endif
#endif
...
...
dlls/win32u/freetype.c
View file @
f8faa8ce
...
@@ -37,9 +37,7 @@
...
@@ -37,9 +37,7 @@
# include <sys/mman.h>
# include <sys/mman.h>
#endif
#endif
#include <string.h>
#include <string.h>
#ifdef HAVE_DIRENT_H
#include <dirent.h>
# include <dirent.h>
#endif
#include <stdio.h>
#include <stdio.h>
#include <assert.h>
#include <assert.h>
#include <unistd.h>
#include <unistd.h>
...
...
dlls/wineps.drv/mkagl.c
View file @
f8faa8ce
...
@@ -19,9 +19,7 @@
...
@@ -19,9 +19,7 @@
#include "config.h"
#include "config.h"
#include <sys/types.h>
#include <sys/types.h>
#ifdef HAVE_DIRENT_H
#include <dirent.h>
# include <dirent.h>
#endif
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
...
...
include/config.h.in
View file @
f8faa8ce
...
@@ -49,9 +49,6 @@
...
@@ -49,9 +49,6 @@
/* Define to 1 if you have the <cups/ppd.h> header file. */
/* Define to 1 if you have the <cups/ppd.h> header file. */
#undef HAVE_CUPS_PPD_H
#undef HAVE_CUPS_PPD_H
/* Define to 1 if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H
/* Define to 1 if you have the <DiskArbitration/DiskArbitration.h> header
/* Define to 1 if you have the <DiskArbitration/DiskArbitration.h> header
file. */
file. */
#undef HAVE_DISKARBITRATION_DISKARBITRATION_H
#undef HAVE_DISKARBITRATION_DISKARBITRATION_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