Parcourir la source

[trac1155] a comment about Solaris and DS added

Dima Volodin il y a 14 ans
Parent
commit
af698f41e1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/lib/dns/rrtype-placeholder.h

+ 1 - 0
src/lib/dns/rrtype-placeholder.h

@@ -22,6 +22,7 @@
 
 #include <exceptions/exceptions.h>
 
+// Solaris x86 defines DS in <sys/regset.h>, which gets pulled in by Boost
 #if defined(__sun) && defined(DS)
 # undef DS
 #endif