diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-31 00:19:45 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-31 00:19:45 +0000 |
commit | 2536f3bbf0c7d5fc3ef14a21c11e07efea6cf294 (patch) | |
tree | 3f86d382fdd1589334dbfd68b74b870d932906ca /interface.c | |
parent | fb97c4e25a3fc602c050d8e0b52b84d6b01ebefc (diff) | |
download | fetchmail-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.c | 2 |
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 |