diff options
author | nobody <nobody@localhost> | 2000-08-22 12:05:30 +0000 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-08-22 12:05:30 +0000 |
commit | 4e37fee5632e3684600980665b3f058fffc1932a (patch) | |
tree | 3b4824784cd30983db4a6ae1f38db287d5815941 /macros2/linger.m4 | |
parent | 060657ee03b4f7a0000d5d22adb4eb0d97969dfe (diff) | |
download | shared-mime-info-4e37fee5632e3684600980665b3f058fffc1932a.tar.gz |
This commit was manufactured by cvs2svn to create tagCONTROL_CENTER_1_3_1
'CONTROL_CENTER_1_3_1'.
svn path=/tags/CONTROL_CENTER_1_3_1/; revision=1373
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) -]) |