summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/system.h b/system.h
index eadb176b3..890697e11 100644
--- a/system.h
+++ b/system.h
@@ -248,18 +248,6 @@ extern const char *__progname;
#include "misc/fnmatch.h"
#endif
-#if ! HAVE_S_IFSOCK
-#define S_IFSOCK (0xc000)
-#endif
-
-#if ! HAVE_S_ISLNK
-#define S_ISLNK(mode) ((mode & 0xf000) == S_IFLNK)
-#endif
-
-#if ! HAVE_S_ISSOCK
-#define S_ISSOCK(mode) ((mode & 0xf000) == S_IFSOCK)
-#endif
-
#if NEED_STRINGS_H
#include <strings.h>
#endif