summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-02-14 16:23:55 +0000
committerRichard Levitte <levitte@openssl.org>2002-02-14 16:23:55 +0000
commitfb67f40f047b4a6615b5a4d01c45f71782d9d441 (patch)
tree2f86941c7604c6d3aaca89d01a9ac3c42adb844f /e_os.h
parent48033c3242beffd474498c81f547beff79eee76a (diff)
Add the configuration target VxWorks.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 19f085682c..0bb2bfa693 100644
--- a/e_os.h
+++ b/e_os.h
@@ -88,6 +88,12 @@ extern "C" {
#define DEVRANDOM_EGD "/var/run/egd-pool","/dev/egd-pool","/etc/egd-pool","/etc/entropy"
#endif
+#if defined(OPENSSL_SYS_VXWORKS)
+# define NO_SYS_PARAM_H
+# define NO_CHMOD
+# define NO_SYSLOG
+#endif
+
#if defined(OPENSSL_SYS_MACINTOSH_CLASSIC)
# if macintosh==1
# ifndef MAC_OS_GUSI_SOURCE
@@ -353,7 +359,9 @@ extern HINSTANCE _hInstance;
# ifndef NO_SYS_PARAM_H
# include <sys/param.h>
# endif
-# ifndef OPENSSL_SYS_MPE
+# ifdef OPENSSL_SYS_VXWORKS
+# include <time.h>
+# elif !defined(OPENSSL_SYS_MPE)
# include <sys/time.h> /* Needed under linux for FD_XXX */
# endif