Code

Merge remote-tracking branch 'anarcat/autogen'
[liboping.git] / src / oping.c
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) /**/