From: Florian Forster Date: Tue, 3 Dec 2013 14:33:18 +0000 (+0100) Subject: Merge remote-tracking branch 'anarcat/autogen' X-Git-Tag: liboping-1.7.0~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6ae64bb46038d04830f00149171163be6cb39ecf;hp=8be0998ef7b5ab146ea1ecaa401efcb5561ad2c4;p=liboping.git Merge remote-tracking branch 'anarcat/autogen' --- diff --git a/.gitignore b/.gitignore index 8588514..e39f4fb 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ src/noping *.o *.tar.gz *.tar.bz2 +bindings/perl/MYMETA.yml diff --git a/src/oping.c b/src/oping.c index 79d7569..3cfe6d8 100644 --- a/src/oping.c +++ b/src/oping.c @@ -89,6 +89,10 @@ # define _POSIX_SAVED_IDS 0 #endif +#ifndef IPTOS_MINCOST +# define IPTOS_MINCOST 0x02 +#endif + /* Remove GNU specific __attribute__ settings when using another compiler */ #if !__GNUC__ # define __attribute__(x) /**/