#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)
#define DRAND (double)rand
#endif /* HAVE_SRAND48 */
+/* HP-UX, ConvexOS and UNIXware don't have this macro */
+#ifndef S_ISLNK
+#define S_ISLNK(x) (((x) & S_IFMT) == S_IFLNK ? 1 : 0)
+#endif
+
int getdnsdomainname (char *, size_t);
/* According to SCO support, this is how to detect SCO */