Windows: Build Demand Attach File Service
[openafs.git] / src / config / afsconfig-windows.h
index 07a8953..b91ed93 100644 (file)
 #if (_MSC_VER < 1400)
 typedef int errno_t;
 #endif
+
+/* Windows only supports BSD variants */
+#define S_IRUSR _S_IREAD
+#define S_IWUSR _S_IWRITE