summaryrefslogtreecommitdiffstats
path: root/e_os2.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-09 13:40:48 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-09 13:40:48 +0000
commit6a89a25c27df0677e78567cd02c77f30e80814af (patch)
tree9c29d0eea93980a2a854e639852ed601f712a6e0 /e_os2.h
parent001ab3abad45752c13af5396a47551f46a6ebfdb (diff)
Add a few more VxWorks targets.
Correct misspelled VXWORKS macros. Add VXWORKS identifying macros to e_os2.h. Add required inclusions and mappings for VxWorks in e_os.h. A few small modifications to make OpenSSL build and work on VxWorks. PR: 253, except for the change that was handled in an earlier commit, and a request for easy build of just parts of OpenSSL.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/e_os2.h b/e_os2.h
index ff68d5b94a..8db74f8300 100644
--- a/e_os2.h
+++ b/e_os2.h
@@ -178,6 +178,11 @@ extern "C" {
# endif
#endif
+/* ------------------------------- VxWorks --------------------------------- */
+#ifdef OPENSSL_SYSNAME_VXWORKS
+# define OPENSSL_SYS_VXWORKS
+#endif
+
/**
* That's it for OS-specific stuff
*****************************************************************************/