Use POSIX macros for linux
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#ifndef TT_CXX_H
|
||||
#define TT_CXX_H
|
||||
|
||||
#if defined(linux) || defined(CSRG_BASED) || defined(sun)
|
||||
#if defined(__linux__) || defined(CSRG_BASED) || defined(sun)
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user