Loading include/config-netware.h +12 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,18 @@ extern "C" { #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 #define HAVE_BROKEN_REALPATH 1 /* changes made to make use of LibC-June-2004 for building purpose */ #undef HAVE_POSIX_SIGNALS #undef HAVE_PTHREAD_ATTR_SETSCOPE #undef HAVE_ALLOC_A #undef HAVE_FINITE #undef HAVE_GETPWNAM #undef HAVE_GETPWUID #undef HAVE_PTHREAD_SETSCHEDPARAM #undef HAVE_READLINK #undef HAVE_STPCPY /* changes end */ /* no libc crypt() function */ #ifdef HAVE_OPENSSL #define HAVE_CRYPT 1 Loading sql/mysqld.cc +1 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,7 @@ int deny_severity = LOG_WARNING; #define zVOLSTATE_MAINTENANCE 3 #ifdef __NETWARE__ #include <nks/netware.h> #include <nks/vm.h> #include <library.h> #include <monitor.h> Loading Loading
include/config-netware.h +12 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,18 @@ extern "C" { #define HAVE_PTHREAD_YIELD_ZERO_ARG 1 #define HAVE_BROKEN_REALPATH 1 /* changes made to make use of LibC-June-2004 for building purpose */ #undef HAVE_POSIX_SIGNALS #undef HAVE_PTHREAD_ATTR_SETSCOPE #undef HAVE_ALLOC_A #undef HAVE_FINITE #undef HAVE_GETPWNAM #undef HAVE_GETPWUID #undef HAVE_PTHREAD_SETSCHEDPARAM #undef HAVE_READLINK #undef HAVE_STPCPY /* changes end */ /* no libc crypt() function */ #ifdef HAVE_OPENSSL #define HAVE_CRYPT 1 Loading
sql/mysqld.cc +1 −0 Original line number Diff line number Diff line Loading @@ -152,6 +152,7 @@ int deny_severity = LOG_WARNING; #define zVOLSTATE_MAINTENANCE 3 #ifdef __NETWARE__ #include <nks/netware.h> #include <nks/vm.h> #include <library.h> #include <monitor.h> Loading