Fixes to the recent patches

This commit is contained in:
Alexander S. Aganichev
2002-09-23 09:23:45 +00:00
parent c283d9e260
commit dbeb60a30e
7 changed files with 17 additions and 9 deletions

View File

@@ -55,7 +55,7 @@
#define HAVE_FCNTL_H 1
/* Define if you have the <io.h> header file. */
#ifndef _POSIX_SOURCE
#ifdef _MSC_VER
#define HAVE_IO_H
#endif
@@ -72,7 +72,7 @@
#define HAVE_SYS_TIME_H 1
/* Define if you have the <unistd.h> header file. */
#ifdef _POSIX_SOURCE
#ifndef _MSC_VER
#define HAVE_UNISTD_H 1
#endif