Code

Merge remote-tracking branch 'anarcat/autogen'
authorFlorian Forster <octo@verplant.org>
Tue, 3 Dec 2013 14:33:18 +0000 (15:33 +0100)
committerFlorian Forster <octo@verplant.org>
Tue, 3 Dec 2013 14:33:18 +0000 (15:33 +0100)
.gitignore
src/oping.c

index 8588514f81bd5b112c6bc6e25573fca8709b839c..e39f4fb7a399e15c738d7e87cb7e80205f194686 100644 (file)
@@ -35,3 +35,4 @@ src/noping
 *.o
 *.tar.gz
 *.tar.bz2
+bindings/perl/MYMETA.yml
index 79d7569db279b8a1d04eeb8b2ced4e3669179188..3cfe6d89a68f3cf538730ad1e60ab4cd828c85aa 100644 (file)
 # 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) /**/