Solaris 10 compatability, try two
[users/jgh/exim.git] / src / OS / os.h-SunOS5
index 807212b8564f22edaa5a86e08403d3dc18480f67..113adc05f57504b17eb3c114a8b7f40b1c976c4e 100644 (file)
@@ -43,4 +43,11 @@ a buffer */
 #define OS_GETCWD
 
 
+#ifndef MIN
+# define MIN(a,b) (((a)<(b))?(a):(b))
+# define MAX(a,b) (((a)>(b))?(a):(b))
+#endif
+
+extern char * strndup(const char *, unsigned long);
+
 /* End */