Kaydet (Commit) 2e0e05aa authored tarafından Michael Stahl's avatar Michael Stahl

basic: another SOLARIS check here converted to __sun

Change-Id: Iec76b096cfcab4bd45b77bdb1438776bf5de69ca
üst 3b94a463
...@@ -1097,7 +1097,7 @@ void SbModule::Run( SbMethod* pMeth ) ...@@ -1097,7 +1097,7 @@ void SbModule::Run( SbMethod* pMeth )
// Empiric value, 900 = needed bytes/Basic call level // Empiric value, 900 = needed bytes/Basic call level
// for Linux including 10% safety margin // for Linux including 10% safety margin
nMaxCallLevel = rl.rlim_cur / 900; nMaxCallLevel = rl.rlim_cur / 900;
#elif defined SOLARIS #elif defined __sun
// Empiric value, 1650 = needed bytes/Basic call level // Empiric value, 1650 = needed bytes/Basic call level
// for Solaris including 10% safety margin // for Solaris including 10% safety margin
nMaxCallLevel = rl.rlim_cur / 1650; nMaxCallLevel = rl.rlim_cur / 1650;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment