Diff

Differences From Artifact [4a50e41d75]:

To Artifact [70475c452d]:


84
85
86
87
88
89
90

91
92
93
94
95
96
97
# This step isn't necessary if we're using OpenSSL.
#--------------------------------------------------------------------

if test -z "${OPENSSL}"; then
    case "`uname -s`" in
	*win32* | *WIN32* | *CYGWIN_NT*|*CYGWIN_98*|*CYGWIN_95*)
	    PLATFORM=WIN32

	    ;;
	*SunOS*)
	    PLATFORM=SOLARIS
	    ;;
	*)
	    PLATFORM=LINUX
	    ;;







>







84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# This step isn't necessary if we're using OpenSSL.
#--------------------------------------------------------------------

if test -z "${OPENSSL}"; then
    case "`uname -s`" in
	*win32* | *WIN32* | *CYGWIN_NT*|*CYGWIN_98*|*CYGWIN_95*)
	    PLATFORM=WIN32
	    AC_DEFINE(WINDOWS)
	    ;;
	*SunOS*)
	    PLATFORM=SOLARIS
	    ;;
	*)
	    PLATFORM=LINUX
	    ;;