aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-04-07 13:21:11 +0000
committerDai Sato <satodai@w3m.jp>2006-04-07 13:21:11 +0000
commit22d66ca5850bf0190aa48d7f4442484f01fc7d02 (patch)
tree5b96b7e5bd65f08ad23867bc0738a0fef56f35df /aclocal.m4
parentapply multiple patches on w3m-dev(-en) ML since Jun 2005 to Jan 2006. (diff)
downloadw3m-22d66ca5850bf0190aa48d7f4442484f01fc7d02.tar.gz
w3m-22d66ca5850bf0190aa48d7f4442484f01fc7d02.zip
rewind to 10 Feb 2006.
Diffstat (limited to '')
-rw-r--r--aclocal.m437
1 files changed, 0 insertions, 37 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 0da2da9..957a741 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -82,18 +82,6 @@ test x"$enable_mouse" = xyes && AC_DEFINE(USE_MOUSE)
AC_MSG_RESULT($enable_mouse)])
#
# ----------------------------------------------------------------
-# AC_W3M_REMOTE
-# ----------------------------------------------------------------
-AC_DEFUN([AC_W3M_REMOTE],
-[AC_SUBST(USE_MOUSE)
-AC_MSG_CHECKING(if remote operation enabled)
-AC_ARG_ENABLE(remote,
- [ --disable-remote disable remote operation],,
- [enable_remote="yes"])
-test x"$enable_remote" = xyes && AC_DEFINE(USE_REMOTE)
-AC_MSG_RESULT($enable_remote)])
-#
-# ----------------------------------------------------------------
# AC_W3M_COOKIE
# ----------------------------------------------------------------
AC_DEFUN([AC_W3M_COOKIE],
@@ -902,31 +890,6 @@ AC_DEFUN([AC_W3M_SIGNAL],
AC_DEFINE(SIGNAL_RETURN,return 0)
fi])
-#
-# ----------------------------------------------------------------
-# AC_W3M_SO_PEERCRED
-# ----------------------------------------------------------------
-AC_DEFUN([AC_W3M_SO_PEERCRED],
-[AC_SUBST(HAVE_SO_PEERCRED)
-AC_MSG_CHECKING(for SO_PEERCRED)
-AC_TRY_COMPILE(
-[#include <sys/socket.h>],
-[ int sopt = SO_PEERCRED;
- exit(sopt);],
-[have_so_peercred="yes"; AC_DEFINE(HAVE_SO_PEERCRED)],
-[have_so_peercred="no"])
-AC_MSG_RESULT($have_so_peercred)])
-#
-# ----------------------------------------------------------------
-# AC_W3M_GETPEEREID
-# ----------------------------------------------------------------
-AC_DEFUN([AC_W3M_GETPEEREID],
-[AC_SUBST(HAVE_GETPEEREID)
-AC_MSG_CHECKING(for getpeereid)
-AC_CHECK_FUNC(getpeereid,
-[have_getpeereid="yes"; AC_DEFINE(HAVE_GETPEEREID)],
-[have_getpeereid="no"])])
-
# lib-prefix.m4 serial 3 (gettext-0.13)
dnl Copyright (C) 2001-2003 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU