dnl dnl Check for struct linger dnl AC_DEFUN(AC_STRUCT_LINGER, [ av_struct_linger=no AC_MSG_CHECKING(struct linger is available) AC_TRY_RUN([ #include #include struct linger li; main () { li.l_onoff = 1; li.l_linger = 120; exit (0); } ],[ AC_DEFINE(HAVE_STRUCT_LINGER) av_struct_linger=yes ],[ av_struct_linger=no ],[ av_struct_linger=no ]) AC_MSG_RESULT($av_struct_linger) ]) ry'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Use DISTVERSIONSUFFIX instead of DISTNAMEsunpoet2015-05-161-1/+1
* - Add LICENSEsunpoet2013-11-251-3/+4
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* - Use USES=gmakesunpoet2013-08-222-20/+15
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
* - Update MAINTAINER to my FreeBSD.org addresssunpoet2010-09-231-1/+1