aboutsummaryrefslogtreecommitdiffstats
path: root/interface.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-01-31 00:19:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-01-31 00:19:45 +0000
commit2536f3bbf0c7d5fc3ef14a21c11e07efea6cf294 (patch)
tree3f86d382fdd1589334dbfd68b74b870d932906ca /interface.c
parentfb97c4e25a3fc602c050d8e0b52b84d6b01ebefc (diff)
downloadfetchmail-2536f3bbf0c7d5fc3ef14a21c11e07efea6cf294.tar.gz
fetchmail-2536f3bbf0c7d5fc3ef14a21c11e07efea6cf294.tar.bz2
fetchmail-2536f3bbf0c7d5fc3ef14a21c11e07efea6cf294.zip
Autoconfigure detection of whether we have 2.2.
svn path=/trunk/; revision=2358
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface.c b/interface.c
index 9c01a0e9..05d34404 100644
--- a/interface.c
+++ b/interface.c
@@ -41,7 +41,7 @@ struct interface_pair_s {
struct in_addr interface_mask;
} *interface_pair;
-#ifdef linux22
+#ifdef HAVE_NEWPROCNETDEV
/* Linux 2.2 /proc/net/dev format -- transmit packet count in 10th field */
#define PROCNETDEV "%d %d %*d %*d %*d %d %*d %*d %*d %*d %d %*d %d"
#else