From: Richard Levitte Date: Thu, 19 Dec 2002 19:42:53 +0000 (+0000) Subject: I have no idea what possesed me to compile s_socket.c as POSIXly code. X-Git-Tag: OpenSSL_0_9_7a~86^2~83 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b900a5e93dbdb7d582c4c55b7ee1f57775e9f7b;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 140816a7c9..33759de231 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 $!