dsdm: Change to ANSI function definitions
[oweals/cde.git] / cde / programs / nsgmls / OutputCharStream.h
index 15088bb4854767d5275ea1f43a039a6f5f9dbb55..f1c9bd3e3cefdd42061a295e720890ffd0e48f73 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with these librararies and programs; if not, write
+ * License along with these libraries and programs; if not, write
  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  * Floor, Boston, MA 02110-1301 USA
  */
@@ -33,7 +33,7 @@
 #include "Owner.h"
 #include "CodingSystem.h"
 
-#if defined(linux)
+#if defined(__linux__) || defined(CSRG_BASED) || defined(sun)
 #include <streambuf>
 using namespace std;
 #else