X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FOS%2Fos.h-SunOS5;h=dfbd8f1afb8b0bb0eec367a9b12cba21a03cb9b5;hb=0d28287ca56d1545b8e2fdeab6616a674e633236;hp=807212b8564f22edaa5a86e08403d3dc18480f67;hpb=3ae121c94f0dfaeba5938de26931c49e29677d0a;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index 807212b85..dfbd8f1af 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -43,4 +43,9 @@ a buffer */ #define OS_GETCWD +#ifndef MIN +# define MIN(a,b) (((a)<(b))?(a):(b)) +# define MAX(a,b) (((a)>(b))?(a):(b)) +#endif + /* End */