view network/iputils/fix-defines.patch @ 543:f555ed22a53b

accessibility: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:32:00 +0200
parents 96cc0131586a
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