Merge from master into 4.next
[exim.git] / src / OS / os.h-SunOS5
index 45a1171c8c1f632975daff4ebb3a7a99eb1017f2..807212b8564f22edaa5a86e08403d3dc18480f67 100644 (file)
@@ -37,4 +37,10 @@ it seems. */
 #endif
 
 
+/* SunOS5 doesn't accept getcwd(NULL, 0) to auto-allocate
+a buffer */
+
+#define OS_GETCWD
+
+
 /* End */