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
46678dcd
Commit
46678dcd
authored
Dec 09, 2008
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Add a check for the grp.h header.
parent
53e16571
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
1 deletion
+9
-1
configure
configure
+2
-0
configure.ac
configure.ac
+1
-0
shfldr_unixfs.c
dlls/shell32/shfldr_unixfs.c
+3
-1
config.h.in
include/config.h.in
+3
-0
No files found.
configure
View file @
46678dcd
...
...
@@ -7436,6 +7436,7 @@ done
for
ac_header
in
\
AudioUnit/AudioUnit.h
\
Carbon/Carbon.h
\
...
...
@@ -7456,6 +7457,7 @@ for ac_header in \
float.h
\
fontconfig/fontconfig.h
\
getopt.h
\
grp.h
\
ieeefp.h
\
io.h
\
jack/jack.h
\
...
...
configure.ac
View file @
46678dcd
...
...
@@ -258,6 +258,7 @@ AC_CHECK_HEADERS(\
float.h \
fontconfig/fontconfig.h \
getopt.h \
grp.h \
ieeefp.h \
io.h \
jack/jack.h \
...
...
dlls/shell32/shfldr_unixfs.c
View file @
46678dcd
...
...
@@ -141,7 +141,9 @@
#ifdef HAVE_PWD_H
# include <pwd.h>
#endif
#include <grp.h>
#ifdef HAVE_GRP_H
# include <grp.h>
#endif
#define COBJMACROS
#define NONAMELESSUNION
...
...
include/config.h.in
View file @
46678dcd
...
...
@@ -234,6 +234,9 @@
/* Define if we have libgphoto2 development environment */
#undef HAVE_GPHOTO2
/* Define to 1 if you have the <grp.h> header file. */
#undef HAVE_GRP_H
/* Define to 1 if you have the <hal/libhal.h> header file. */
#undef HAVE_HAL_LIBHAL_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