From 11d03c57de36e1e5085c706b4e6275baf04a2388 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 8 Aug 2001 12:54:28 +0000 Subject: [PATCH] Put conditional S_IFMT definition into pyport.h. --- Python/import.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Python/import.c b/Python/import.c index c5234ace61..728e1cd0c1 100644 --- a/Python/import.c +++ b/Python/import.c @@ -23,11 +23,6 @@ #include #endif -#if defined(PYCC_VACPP) -/* VisualAge C/C++ Failed to Define MountType Field in sys/stat.h */ -#define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG) -#endif - extern time_t PyOS_GetLastModificationTime(char *, FILE *); /* In getmtime.c */ -- 2.40.0