]> git.meshlink.io Git - catta/blobdiff - avahi-compat-howl/warn.h
fix detection whether an interface has a routable address assigned on BSD. Patch...
[catta] / avahi-compat-howl / warn.h
index 13dbb3132f5a2baa0e56a82f940c9833b5e3509e..785dba481f588e051333c8d70fb00c72813ae41d 100644 (file)
   USA.
 ***/
 
+/* To avoid symbol name clashes when a process links to both our
+ * compatiblity layers, we move the symbols out of the way here */
+
 #define avahi_warn_unsupported avahi_warn_unsupported_HOWL
 #define avahi_warn_linkage avahi_warn_linkage_HOWL
+#define avahi_warn avahi_warn_HOWL
+#define avahi_exe_name avahi_exe_name_HOWL
 
 #include "../avahi-compat-libdns_sd/warn.h"