Configure: base compiler-specific decisions on pre-defines.
[openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 14089f5655441cf757ce328406562bca64f062ea..c1b9350d629026c8e159b7ea5d092639b4a57d64 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -10,6 +10,7 @@
 #ifndef HEADER_E_OS_H
 # define HEADER_E_OS_H
 
+# include <limits.h>
 # include <openssl/opensslconf.h>
 
 # include <openssl/e_os2.h>
@@ -52,8 +53,6 @@ extern "C" {
                              * stand for in ILP32 and LP64 */
 # endif
 
-# define OPENSSL_CONF        "openssl.cnf"
-
 # ifndef DEVRANDOM
 /*
  * set this to a comma-separated list of 'random' device files to try out. By