From 11d03c57de36e1e5085c706b4e6275baf04a2388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 8 Aug 2001 12:54:28 +0000 Subject: 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 c5234ac..728e1cd 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 */ -- cgit v0.12