OpenIndiana and Solaris port
This commit is contained in:
committed by
Jon Trulson
parent
42e891d9e7
commit
01d6c363fa
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user