remove check for STAT_MACROS_BROKEN, its relic from autoconf days
This commit is contained in:
parent
dda183fc0e
commit
530bd1841c
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user