New Makefile variables $(RANLIB) and $(PERL).
[openssl.git] / crypto / cast / castopts.c
index 68cf5a4a60bd56542c383e9233314138bf2a9b1e..8635b46a02d95a23f3c6694f95f67fde64374c5d 100644 (file)
@@ -92,7 +92,8 @@ struct tms {
 #include <sys/timeb.h>
 #endif
 
-#ifdef sun
+#if defined(sun) || defined(__ultrix)
+#define _POSIX_SOURCE
 #include <limits.h>
 #include <sys/param.h>
 #endif