aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-09-04 13:59:02 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-09-04 13:59:02 +0000
commitc8928081a5a9cbfaf16b14d4db57476bda8e1189 (patch)
tree2d7b495cd4352fd5facdeaeb500a394ba17b7714 /fetchmail.h
parente588fb0f217d4ab7d1bfe8a1d292b8f556cefcb8 (diff)
downloadfetchmail-c8928081a5a9cbfaf16b14d4db57476bda8e1189.tar.gz
fetchmail-c8928081a5a9cbfaf16b14d4db57476bda8e1189.tar.bz2
fetchmail-c8928081a5a9cbfaf16b14d4db57476bda8e1189.zip
Cygwin port fix.
svn path=/trunk/; revision=3692
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 bf67a280..7b2f0436 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -647,4 +647,10 @@ char *strerror ();
} while(0)
#endif /* FETCHMAIL_DEBUG */
+#ifdef __CYGWIN__
+#define ROOT_UID 18
+#else /* !__CYGWIN__ */
+#define ROOT_UID 0
+#endif /* __CYGWIN__ */
+
/* fetchmail.h ends here */