aboutsummaryrefslogtreecommitdiffstats
path: root/macros/linger.m4
blob: f1c70603982f8e96151c9632d2987a32ee56352b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 <sys/types.h>
#include <sys/socket.h>

struct linger li;

int main ()
{
    li.l_onoff = 1;
    li.l_linger = 120;
    return 0;
}
],[
AC_DEFINE(HAVE_STRUCT_LINGER)
av_struct_linger=yes
],[
av_struct_linger=no
],[
av_struct_linger=no
])
AC_MSG_RESULT($av_struct_linger)
])
&id=1fddaa016f1ae8385759cd540af19c2f22909be2'>net-p2p/edonkey-gui-gtk-urlslave
Commit message (Expand)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
* Populate newly create net-p2p category with these ports:pav2006-01-311-2/+2
* - Add SHA256pav2005-11-261-0/+1
* Pacify distfile survey by following redirects on URLs.linimon2005-10-131-1/+1
* Chase master sitekris2005-07-141-1/+1
* Drop maintainershiplioux2005-03-131-1/+1
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* Remove deprecated USE_SIZElioux2004-12-251-1/+0
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* USE_SIZEifylioux2004-02-082-0/+2
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* utilize SITE_PERLijliao2003-10-241-1/+1
* De-pkg-commentlioux2003-02-242-1/+1
* o Small cleaning of a doc filelioux2003-02-212-1/+13
* o Chase checksumlioux2002-07-071-1/+1