From: Richard Levitte Date: Thu, 19 Dec 2002 19:42:55 +0000 (+0000) Subject: I have no idea what possesed me to compile s_socket.c as POSIXly code. X-Git-Tag: OpenSSL_0_9_7~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d5bf2e06b39eb235197f24297fad67167240b5f6;p=oweals%2Fopenssl.git I have no idea what possesed me to compile s_socket.c as POSIXly code. Incidently, it now compiles so much better without _POSIX_C_SOURCE. --- diff --git a/apps/makeapps.com b/apps/makeapps.com index 687d97b936..0197c8a171 100644 --- a/apps/makeapps.com +++ b/apps/makeapps.com @@ -166,7 +166,7 @@ $! TCPIP_PROGRAMS = ",S_SERVER,S_CLIENT,SESS_ID,CIPHERS,S_TIME," $! $! Setup exceptional compilations $! -$ COMPILEWITH_CC2 = ",S_SOCKET,S_SERVER,S_CLIENT," +$ COMPILEWITH_CC2 = ",S_SERVER,S_CLIENT," $! $ PHASE := LIB $!