X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/bfe645c1570343d3adca657ab67998e122ca8792..b9c4d138d95f568884a4919314cd312dd29e120c:/src/OS/os.h-SunOS5 diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index bb1d77fe9..807212b85 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -34,7 +34,13 @@ it seems. */ #if _POSIX_C_SOURCE < 200112L # define MISSING_UNSETENV_3 -#endof +#endif + + +/* SunOS5 doesn't accept getcwd(NULL, 0) to auto-allocate +a buffer */ + +#define OS_GETCWD /* End */