X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SunOS5;h=807212b8564f22edaa5a86e08403d3dc18480f67;hb=c1395714ab954e16856721178aa2ec677c8ad830;hp=bb1d77fe9cff2c3025c5718e08d33b4722d35886;hpb=06cf6fdcb4b33f3751ec8d121c98e00553c8b069;p=user%2Fhenk%2Fcode%2Fexim.git 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 */