From 3e7ddd915fbae2183ea93ec41cf1832843094afc Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 18 Apr 1999 08:40:04 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'HEAD'. svn path=/branches/HEAD/; revision=847 --- macros/linger.m4 | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 macros/linger.m4 (limited to 'macros/linger.m4') diff --git a/macros/linger.m4 b/macros/linger.m4 deleted file mode 100644 index dfa7c8aea0..0000000000 --- a/macros/linger.m4 +++ /dev/null @@ -1,28 +0,0 @@ -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) -]) -- cgit v1.2.3