mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
r9949: Portability fixes for mingw32
(This used to be commit 994093b08ee463066c6bae494b10374bd700b0b0)
This commit is contained in:
parent
4462869db2
commit
fc411bed80
@ -1,6 +1,8 @@
|
||||
AC_CACHE_CHECK([for broken readdir],samba_cv_HAVE_BROKEN_READDIR,[
|
||||
AC_TRY_RUN([#include "${srcdir-.}/build/tests/os2_delete.c"],
|
||||
samba_cv_HAVE_BROKEN_READDIR=no,samba_cv_HAVE_BROKEN_READDIR=yes)])
|
||||
[samba_cv_HAVE_BROKEN_READDIR=no],
|
||||
[samba_cv_HAVE_BROKEN_READDIR=yes],
|
||||
[samba_cv_HAVE_BROKEN_READDIR="assuming not"])])
|
||||
|
||||
if test x"$samba_cv_HAVE_BROKEN_READDIR" = x"yes"; then
|
||||
AC_CACHE_CHECK([for replacing readdir],samba_cv_REPLACE_READDIR,[
|
||||
|
@ -140,7 +140,4 @@
|
||||
#undef SE_GROUP_ENABLED_BY_DEFAULT
|
||||
#undef SE_GROUP_ENABLED
|
||||
|
||||
typedef uint32_t u_int32_t;
|
||||
typedef uint16_t u_int16_t;
|
||||
|
||||
#endif /* _WIN32_REPLACE_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user