Skip to content
Snippets Groups Projects
Commit e1aa66ad authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added kludge for CygWin.

Rev: src/acconfig.h:1.102
parent 902d640d
No related branches found
No related tags found
No related merge requests found
/* /*
* $Id: acconfig.h,v 1.101 2002/06/25 14:26:39 grubba Exp $ * $Id: acconfig.h,v 1.102 2002/09/03 09:46:45 grubba Exp $
*/ */
#ifndef MACHINE_H #ifndef MACHINE_H
#define MACHINE_H #define MACHINE_H
...@@ -468,6 +468,14 @@ ...@@ -468,6 +468,14 @@
#undef DL_EXPORT #undef DL_EXPORT
#undef USE_MY_WIN32_DLOPEN #undef USE_MY_WIN32_DLOPEN
/* CygWin kludge. */
#if defined(HAVE_UNISTD_H) && defined(HAVE_WINDOWS_H)
#undef HAVE_WINDOWS_H
#undef HAVE_WINBASE_H
#undef HAVE_WINSOCK_H
#undef HAVE_WINSOCK2_H
#endif /* HAVE_SYS_UNISTD_H && HAVE_WINDOWS_H */
/* How to set a socket non-blocking */ /* How to set a socket non-blocking */
#undef USE_IOCTL_FIONBIO #undef USE_IOCTL_FIONBIO
#undef USE_IOCTLSOCKET_FIONBIO #undef USE_IOCTLSOCKET_FIONBIO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment