Work around problems on Solaris if config.h is not included.
This commit is contained in:
parent
e27670eac5
commit
45d4f295d5
|
@ -10,6 +10,14 @@
|
||||||
#ifndef RC_INVOKED
|
#ifndef RC_INVOKED
|
||||||
#include <sys/types.h>
|
#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 */
|
/* Solaris uses these macro names */
|
||||||
#undef FSHIFT
|
#undef FSHIFT
|
||||||
#undef TRANSPARENT
|
#undef TRANSPARENT
|
||||||
|
|
Loading…
Reference in New Issue