8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 02:03:04 +01:00

Additional re. Solaris 256 fd issue In 2.5+ this affects superclassic

This commit is contained in:
paulbeach 2010-02-04 12:49:45 +00:00
parent 6e220b5d65
commit 6ea68925af

View File

@ -340,7 +340,7 @@ your operating system.
Earlier versions of Solaris still have the problem. pbeach Feb2010
*/
#if (!defined(__arch64__)) && (!defined(SFIO)) && defined(SUPERSERVER)
#if (!defined(__arch64__)) && (!defined(SFIO))
#error "need to use SFIO"
#endif