view network/iputils/patch-ping.c.patch @ 1135:a653630b4654

ruby/rb-mime-types-data: initial import, closes #2389
author David Demelier <markand@malikania.fr>
date Mon, 23 Sep 2019 20:42:37 +0200
parents e7bebea8c0eb
children
line wrap: on
line source

--- a/ping.h
+++ b/ping.h
@@ -44,6 +44,10 @@
 #define getnameinfo_flags 0
 #endif
 
+#ifndef AI_CANONIDN
+#define AI_CANONIDN 0x0080
+#endif
+
 #ifndef WITHOUT_IFADDRS
 #include <ifaddrs.h>
 #endif