diff options
author | nobody <nobody@localhost> | 2001-06-23 05:14:10 +0000 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-06-23 05:14:10 +0000 |
commit | 01cc043e2fa4a89e9983c43febcc66cb0ff7202d (patch) | |
tree | a4eb5e010ba601de261dc3f9da4dd4b86fcc46fe /macros2/linger.m4 | |
parent | 66360a8277e1b339e51ef7190f37f9a58fec36d7 (diff) | |
download | shared-mime-info-EVOLUTION_0_11.tar.gz |
This commit was manufactured by cvs2svn to create tagEVOLUTION_0_11
'EVOLUTION_0_11'.
svn path=/tags/EVOLUTION_0_11/; revision=1813
Diffstat (limited to 'macros2/linger.m4')
-rw-r--r-- | macros2/linger.m4 | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/macros2/linger.m4 b/macros2/linger.m4 deleted file mode 100644 index dfa7c8ae..00000000 --- a/macros2/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 <sys/types.h> -#include <sys/socket.h> - -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) -]) |