Now uses autoconf instead of:

#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
This commit is contained in:
Loring Holden 2000-04-18 15:57:40 +00:00
parent 171b4c407d
commit 052c4866ac
1 changed files with 4 additions and 3 deletions

View File

@ -38,10 +38,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <sys/time.h>
#endif
// FIXME: use autoconf
#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
#ifdef HAVE_ERRNO_H
#include <errno.h>
#else
#endif
#ifdef HAVE_SYS_DIR_H
#include <sys/dir.h>
#endif