]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix of ldns for solaris and probably other platforms that actualy have b64_pton,...
authorMichal Bielicki - cypromis <michal.bielicki@seventhsignal.de>
Wed, 31 Aug 2011 18:33:55 +0000 (20:33 +0200)
committerMichal Bielicki - cypromis <michal.bielicki@seventhsignal.de>
Wed, 31 Aug 2011 18:33:55 +0000 (20:33 +0200)
libs/ldns/ldns/config.h.in

index 473f1ff7c5850ac8a71e5d6d4a4c709630b60cc6..81783db33bda0ef79ed9a0b369419ec442d1dd9a 100644 (file)
@@ -467,4 +467,10 @@ size_t strlcpy(char *dst, const char *src, size_t siz);
 #ifndef HAVE_STRTOUL
 #define strtoul (unsigned long)strtol
 #endif
+#ifdef HAVE_B64_PTON
+#define ldns_b64_pton b64_pton
+#endif
+#ifdef HAVE_B64_NTOP
+#define ldns_b64_ntop b64_ntop
+#endif