nsgml: Resolve symbol collision when building with SunStudio 12.1
[oweals/cde.git] / cde / programs / nsgmls / OutputCharStream.h
index 7a35cedef523a0318e8a182f8739d6c7cd7da0ff..f1c9bd3e3cefdd42061a295e720890ffd0e48f73 100644 (file)
@@ -33,7 +33,7 @@
 #include "Owner.h"
 #include "CodingSystem.h"
 
-#if defined(linux) || defined(CSRG_BASED) || defined(sun)
+#if defined(__linux__) || defined(CSRG_BASED) || defined(sun)
 #include <streambuf>
 using namespace std;
 #else