(INO_T_EQ): Define for Win32 but not Cygwin32.

From-SVN: r14339
This commit is contained in:
Richard Kenner 1997-06-27 18:11:41 -04:00
parent b662a90d41
commit f71dec453c
1 changed files with 5 additions and 0 deletions

View File

@ -233,6 +233,11 @@ static void hack_vms_include_specification ();
#define INCLUDE_LEN_FUDGE 12 /* leave room for VMS syntax conversion */
#endif /* VMS */
/* Windows does not natively support inodes */
#if defined (_WIN32) && ! defined (CYGWIN32)
#define INO_T_EQ(a, b) 0
#endif
#ifndef O_RDONLY
#define O_RDONLY 0
#endif