aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-31 18:23:17 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-31 18:23:17 +0000
commit1715ab1008073e39d9355e58fea0a6fa62f9ebd7 (patch)
tree7f20db02e04b95535c5a01ec6d4e94edceb73779 /configure.in
parentd460f445287037708d6962fff4082704164850e9 (diff)
downloadfetchmail-1715ab1008073e39d9355e58fea0a6fa62f9ebd7.tar.gz
fetchmail-1715ab1008073e39d9355e58fea0a6fa62f9ebd7.tar.bz2
fetchmail-1715ab1008073e39d9355e58fea0a6fa62f9ebd7.zip
Move /proc/net/dev derivation to runtime.
svn path=/trunk/; revision=2367
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/configure.in b/configure.in
index d637ddd1..56098371 100644
--- a/configure.in
+++ b/configure.in
@@ -183,17 +183,6 @@ AC_TRY_LINK([#include <signal.h>
[AC_DEFINE(SYS_SIGLIST_DECLARED) AC_MSG_RESULT(yes)],
AC_MSG_RESULT(no))
-dnl Figure out whether we're using a 2.2 kernel (assuming this is Linux)
-AC_MSG_CHECKING(OS kernel major version)
-set -- `uname -r | tr '.' ' '`
-release="${1}.${2}"
-AC_MSG_RESULT($release)
-if expr "$release" '>=' '2.2' >/dev/null
-then
- AC_DEFINE(HAVE_NEWPROCNETDEV)
- AC_MSG_RESULT("assuming new /proc/dev/net format")
-fi
-
# Find the right directory to put the root-mode PID file in
for dir in "/var/run" "/etc"
do