summaryrefslogtreecommitdiffstats
path: root/mx.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-07 08:58:56 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-07 08:58:56 +0000
commit6a9bbb7efd174f8cf57846da3e927ea2672d3bdb (patch)
treeb781289e65ffbe56e0fdc11851d8a6f1441cfb61 /mx.c
parentb52fa2e3aeb517440389232734dce3d234e97435 (diff)
Put the S_ISLNK definition into protos.h.
Diffstat (limited to 'mx.c')
-rw-r--r--mx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mx.c b/mx.c
index 3e05a4f1..ca1315e1 100644
--- a/mx.c
+++ b/mx.c
@@ -54,10 +54,6 @@
#include <utime.h>
#endif
-/* HP-UX and ConvexOS don't have this macro */
-#ifndef S_ISLNK
-#define S_ISLNK(x) (((x) & S_IFMT) == S_IFLNK ? 1 : 0)
-#endif
#define mutt_is_spool(s) (strcmp (NONULL(Spoolfile), s) == 0)