summaryrefslogtreecommitdiffstats
path: root/e_os2.h
AgeCommit message (Expand)Author
2015-06-02Add the macro OPENSSL_SYS_WIN64Richard Levitte
2015-01-22Drop redundant and outdated __CYGWIN32__ tests.Corinna Vinschen
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2011-12-19PR: 2563Dr. Stephen Henson
2011-10-10Backport ossl_ssize_t type from HEAD.Dr. Stephen Henson
2009-04-16PR: 1894Dr. Stephen Henson
2007-05-20OPENSSL_IMPLEMENT_GLOBAL caused more grief than it's worth (it's used twiceAndy Polyakov
2006-04-11Add BeOS support.Ulf Möller
2005-12-18Put back OPENSSL_SYS_MSDOS definition to revive DJGPP built.Andy Polyakov
2005-08-02Keep disclaiming 16-bit support.Andy Polyakov
2005-04-13Addenum to http://cvs.openssl.org/chngview?cn=13054.Andy Polyakov
2004-12-19Don't use multiple storage types.Dr. Stephen Henson
2004-07-27The compiler may complain about what looks like a double definition of aRichard Levitte
2004-06-28Changes for VOS, submitted by Paul Green <Paul.Green@stratus.com>.Richard Levitte
2003-11-28Netware-specific changes,Richard Levitte
2003-03-22To define OPENSSL_NO_FP_API for all MSDOS type targets was unfairRichard Levitte
2003-03-20Because it may be needed in public header files, move the definitionRichard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-13Correct support for SunOS 4.1.3_U1.Richard Levitte
2002-10-10Rhapsody had ftime, Darwin doesn't (any longer?)Richard Levitte
2002-10-09Add a few more VxWorks targets.Richard Levitte
2002-06-13Tentatively add support for UWIN, a Unix-like environment on top of Windows.Richard Levitte
2002-04-06Recognise DEC C++ as equivalent to DEC C for the definitions of OPENSSL_EXTER...Richard Levitte
2001-09-27Apparently, Linux is identified with __linux__ as well.Richard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
2001-05-13It seems like the removal of "extern" before "static" wasn't aRichard Levitte
2001-05-13Put back a removed "extern", or many compilers will complain aboutRichard Levitte
2001-05-12Change Win32 to use EXPORT_VAR_AS_FN.Dr. Stephen Henson
2001-05-12Under VC++ _DLL is set to indicate that the applicationDr. Stephen Henson
2001-04-04Correct a typo. linux != linus.Richard Levitte
2001-03-05Add the possibility for option macros and start using it to indicateRichard Levitte
2001-03-02Introduce the possibility to access global variables throughRichard Levitte
2001-02-22Always include opensslconf.h, even if it's already been done before.Richard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-12-31Define OPENSSL_EXPORT and OPENSSL_IMPORT and give OPENSSL_EXTERN theRichard Levitte
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
1999-06-09Some pre-POSIX systems don't have unistd.h (but e.g. lib.c).Bodo Möller
1999-05-15Use OPENSSL_GLOBAL, OPENSSL_EXTERN instead of GLOBAL and EXTERN.Bodo Möller
1999-05-15e_os* corrections.Bodo Möller