X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SunOS5;h=807212b8564f22edaa5a86e08403d3dc18480f67;hb=fa665e0b7252b5916f0fbd57d6ef8c1f0a9b080f;hp=45a1171c8c1f632975daff4ebb3a7a99eb1017f2;hpb=5d4d1346f7b25ca758f0d13778e229376784700b;p=exim.git diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index 45a1171c8..807212b85 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -37,4 +37,10 @@ it seems. */ #endif +/* SunOS5 doesn't accept getcwd(NULL, 0) to auto-allocate +a buffer */ + +#define OS_GETCWD + + /* End */