OpenIndiana and Solaris port

This commit is contained in:
Ulrich Wilkens
2014-10-28 19:46:43 +01:00
committed by Jon Trulson
parent 42e891d9e7
commit 01d6c363fa
296 changed files with 1049 additions and 1091 deletions

View File

@@ -34,7 +34,7 @@
#include <fcntl.h>
#include <unistd.h>
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <strstream>
#else
#include <strstream.h>

View File

@@ -40,7 +40,7 @@
*** Add include files, types, macros, externs, and user functions here.
***/
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <fstream>
#include <strstream>
#else

View File

@@ -39,7 +39,7 @@
#include <sys/wait.h>
#include <Xm/TextF.h>
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <fstream>
#include <strstream>
#else

View File

@@ -40,7 +40,7 @@
*** Add include files, types, macros, externs, and user functions here.
***/
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <strstream>
#else
#include <strstream.h>

View File

@@ -40,7 +40,7 @@
*** Add include files, types, macros, externs, and user functions here.
***/
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <strstream>
#else
#include <strstream.h>

View File

@@ -42,7 +42,7 @@
#include <Xm/TextF.h>
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <fstream>
#include <strstream>
#else

View File

@@ -42,7 +42,7 @@
#include <Xm/TextF.h>
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <fstream>
#else
#include <fstream.h>

View File

@@ -42,7 +42,7 @@
#include <stdio.h>
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <strstream>
#else
#include <strstream.h>

View File

@@ -29,7 +29,7 @@
#ifndef TT_CXX_H
#define TT_CXX_H
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <iostream>
using namespace std;
#else

View File

@@ -63,7 +63,7 @@
#include <sys/stat.h>
#include <time.h>
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <iostream>
#include <strstream>
#include <fstream>

View File

@@ -37,7 +37,7 @@
#include <unistd.h>
#if defined(linux) || defined(CSRG_BASED)
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
#include <fstream>
#include <strstream>
#else