Work around problems on Solaris if config.h is not included.

This commit is contained in:
Ulrich Weigand 2001-01-11 00:53:07 +00:00 committed by Alexandre Julliard
parent e27670eac5
commit 45d4f295d5
1 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,14 @@
#ifndef RC_INVOKED
#include <sys/types.h>
#ifndef __WINE__
#ifdef __svr4__
#ifndef HAVE_SYS_SOCKET_H
#define HAVE_SYS_SOCKET_H
#endif /* HAVE_SYS_SOCKET_H */
#endif /* __svr4__ */
#endif /* __WINE__ */
/* Solaris uses these macro names */
#undef FSHIFT
#undef TRANSPARENT