summaryrefslogtreecommitdiff
path: root/net/powerdns/patches/patch-pdns_qtype.hh
blob: a60238468b5b2e8f7b0806c070354be84a43fdb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-pdns_qtype.hh,v 1.1 2017/03/09 13:32:54 fhajny Exp $

Avoid symbol pollution on SunOS.

--- pdns/qtype.hh.orig	2017-01-17 08:43:49.000000000 +0000
+++ pdns/qtype.hh
@@ -26,6 +26,10 @@
 #include <vector>
 #include "namespaces.hh"
 
+#if defined(__sun) && defined(DS)
+#undef DS
+#endif
+
 /** The QType class is meant to deal easily with the different kind of resource types, like 'A', 'NS',
  *  'CNAME' etcetera. These types have both a name and a number. This class can seamlessly move between
  *   them. Use it like this: