dermesser / libsocket

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!
https://borgac.net/~lbo/doc/libsocket/
Other
805 stars 196 forks source link

Small changes for easier static linking #5

Closed sebastianschuler closed 11 years ago

sebastianschuler commented 11 years ago

Experienced some minor issues while trying to link statically against the library. Those two patches should ease static linking.