X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Configure;h=934d36f3c91c468802ebc28b5a707a3817f7ba4e;hb=f3b9c3451507e008dfe2669228fd2becb62e8b67;hp=22eb550ffa89e3bb02055ca936eea50dcc3ec406;hpb=24f6ab73a7f701e07bfd1c6bc1731b21eea5a966;p=oweals%2Fopenssl.git diff --git a/Configure b/Configure index 22eb550ffa..934d36f3c9 100755 --- a/Configure +++ b/Configure @@ -486,7 +486,10 @@ my %table=( # netware-clib => legacy CLib c-runtime support "netware-clib", "mwccnlm::::::BN_LLONG ${x86_gcc_opts}::", # netware-libc => LibC/NKS support +# NetWare defaults socket bio to WinSock sockets. However, the LibC build can be +# configured to use BSD sockets instead. "netware-libc", "mwccnlm::::::BN_LLONG ${x86_gcc_opts}::", +"netware-libc-bsdsock", "mwccnlm::::::BN_LLONG ${x86_gcc_opts}::", "netware-libc-gcc", "i586-netware-gcc:-nostdinc -I/ndk/libc/include -I/ndk/libc/include/winsock -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall:::::BN_LLONG ${x86_gcc_opts}::", # DJGPP @@ -530,7 +533,7 @@ my %table=( my @MK1MF_Builds=qw(VC-WIN64I VC-WIN64A VC-NT VC-CE VC-WIN32 - BC-32 OS2-EMX netware-clib netware-libc); + BC-32 OS2-EMX netware-clib netware-libc netware-libc-bsdsock); my $idx = 0; my $idx_cc = $idx++;