diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |