aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-11-05 06:05:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-11-05 06:05:45 +0000
commit1623a1127d9502e717694b6068fd21e7f79f6511 (patch)
tree79ece8e07de6f44fa9a35083d1bc939f69b5977b /fetchmail.h
parentbfbf7c1e02962d71db4ea3d856dbfca0e3dbd640 (diff)
downloadfetchmail-1623a1127d9502e717694b6068fd21e7f79f6511.tar.gz
fetchmail-1623a1127d9502e717694b6068fd21e7f79f6511.tar.bz2
fetchmail-1623a1127d9502e717694b6068fd21e7f79f6511.zip
NeXT portability.
svn path=/trunk/; revision=2173
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h6
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 */