summaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)Author
2014-12-20 Found the BSD unixmessage bug. recvmsg(..., MSG_WAITALL) blocksLaurent Bercot
until buffer full or socket shutdown on BSD, *even if the socket is nonblocking*. So I added an "okwaitall" sysdeps, and won't set MSG_WAITALL on retarded systems.
2014-12-16 Test _XOPEN_SOURCE=700, you never know... (but not for Solaris)Laurent Bercot
2014-12-15 Declare static/shared libs in configure, it's specific anywayLaurent Bercot
2014-12-11Use -O2 by defaultLaurent Bercot
2014-12-08Remove CPPFLAGS_AUTO entries that disable compiler warningsLaurent Bercot
2014-09-18initial commit with rc for skalibs-2.0.0.0Laurent Bercot