This is the first of two commits (didn't want to dump them all into the
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 4c39cb02380fbb1832b072f218de920188a40795..aca01cdc644c1875664b901a3c4b80ebf5d74d36 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -403,9 +403,8 @@ extern HINSTANCE _hInstance;
 #endif
 #endif
 
-#if defined(sun) && !defined(__svr4__)
+#if defined(sun) && !defined(__svr4__) && !defined(__SVR4)
 #define memmove(s1,s2,b) bcopy((s2),(s1),(n))
-#define strtoul(s,e,b) ((unsigned long int)strtol((s),(e),(b)))
 #endif
 
 /***********************************************/