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