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.
This commit is contained in:
Richard Levitte 2002-12-19 19:42:53 +00:00
parent 09867a47a4
commit 0b900a5e93

View File

@ -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
$!