X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/468c0c7e3066886ff5028bb423b96712a155fe05..0929ce9ca518b6987b63cf8659338ca434e07d9b:/src/OS/os.h-SunOS5 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 */