From 1623a1127d9502e717694b6068fd21e7f79f6511 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 5 Nov 1998 06:05:45 +0000 Subject: NeXT portability. svn path=/trunk/; revision=2173 --- fetchmail.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 78551cd7..79138551 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -489,4 +489,10 @@ void itimerthread(void*); #define STRING_DISABLED (char *)-1 #define STRING_DUMMY "" +#ifdef NeXT +#ifndef S_IXGRP +#define S_IXGRP 0000010 +#endif +#endif + /* fetchmail.h ends here */ -- cgit v1.2.3