aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
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 */