Version 1.9.2

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@19493 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2004-06-10 19:39:32 +00:00
parent d966e21e26
commit c2c10187fe
11 changed files with 205 additions and 61 deletions

View file

@ -50,6 +50,10 @@
#ifdef HAVE_POLL_H
#include <poll.h>
#endif
/* Some systems (e.g. MacOSX) just emulate poll and prefer select */
#ifdef _POLL_EMUL_H_
#undef HAVE_POLL
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif