From c514b6eb7896e6dc6fd354c2b216398fe48f3f5c Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Thu, 6 Jun 2002 10:55:03 +0000 Subject: set defines from stat.h if still missing --- soltools/mkdepend/def.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'soltools') diff --git a/soltools/mkdepend/def.h b/soltools/mkdepend/def.h index 4ce5acdebe95..561a42499832 100644 --- a/soltools/mkdepend/def.h +++ b/soltools/mkdepend/def.h @@ -49,6 +49,14 @@ in this Software without prior written authorization from the X Consortium. #include #include +#ifndef S_IFDIR +#define S_IFDIR 0040000 +#endif + +#ifndef S_IFREG +#define S_IFREG 0100000 +#endif + #define MAXDEFINES 512 #define MAXFILES 2048 /* Increased from 512. -mcafee */ /* Increased from 1024. -mh */ -- cgit