remove check for STAT_MACROS_BROKEN, its relic from autoconf days

This commit is contained in:
Radim Kolar 2009-09-21 22:58:40 +02:00
parent dda183fc0e
commit 530bd1841c

View File

@ -12,11 +12,6 @@
#define RETSIGTYPE void
#endif
#ifdef STAT_MACROS_BROKEN
#define S_ISREG(mode) ((mode) & S_IFREG)
#define S_ISDIR(mode) ((mode) & S_IFDIR)
#endif
#define FSP_STAT stat
#define fexist(A) (!access(A,F_OK))