Loading configure.in +4 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,10 @@ case "$target_os" in # Use the built-in alloca() CFLAGS="$CFLAGS -Kalloca" CXXFLAGS="$CFLAGS -Kalloca" # Use no_implicit for templates CXXFLAGS="$CXXFLAGS -Tno_implicit" AC_DEFINE([HAVE_EXPLICIT_TEMPLATE_INSTANTIATION], [1], [Defined by configure. Use explicit template instantiation.]) fi ;; esac Loading extra/yassl/src/socket_wrapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ #include <string.h> #endif // _WIN32 #ifdef __sun #if defined(__sun) || defined(__SCO_VERSION__) #include <sys/filio.h> #endif Loading extra/yassl/src/timer.cpp +7 −5 Original line number Diff line number Diff line Loading @@ -26,12 +26,16 @@ #include "runtime.hpp" #include "timer.hpp" namespace yaSSL { #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> #else #include <sys/time.h> #endif namespace yaSSL { #ifdef _WIN32 timer_d timer() { Loading @@ -57,8 +61,6 @@ namespace yaSSL { #else // _WIN32 #include <sys/time.h> timer_d timer() { struct timeval tv; Loading Loading
configure.in +4 −0 Original line number Diff line number Diff line Loading @@ -334,6 +334,10 @@ case "$target_os" in # Use the built-in alloca() CFLAGS="$CFLAGS -Kalloca" CXXFLAGS="$CFLAGS -Kalloca" # Use no_implicit for templates CXXFLAGS="$CXXFLAGS -Tno_implicit" AC_DEFINE([HAVE_EXPLICIT_TEMPLATE_INSTANTIATION], [1], [Defined by configure. Use explicit template instantiation.]) fi ;; esac Loading
extra/yassl/src/socket_wrapper.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ #include <string.h> #endif // _WIN32 #ifdef __sun #if defined(__sun) || defined(__SCO_VERSION__) #include <sys/filio.h> #endif Loading
extra/yassl/src/timer.cpp +7 −5 Original line number Diff line number Diff line Loading @@ -26,12 +26,16 @@ #include "runtime.hpp" #include "timer.hpp" namespace yaSSL { #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN #include <windows.h> #else #include <sys/time.h> #endif namespace yaSSL { #ifdef _WIN32 timer_d timer() { Loading @@ -57,8 +61,6 @@ namespace yaSSL { #else // _WIN32 #include <sys/time.h> timer_d timer() { struct timeval tv; Loading