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

SOLARIS cleanup

This commit is contained in:
kkuznetsov 2005-02-17 12:51:13 +00:00
parent caec8af050
commit d1a41d7eb2
4 changed files with 6 additions and 6 deletions

View File

@ -753,7 +753,7 @@ if test "x$CFLAGS" = "x" ; then
no_CFLAGS="yes" no_CFLAGS="yes"
fi fi
if test "x$no_CFLAGS" = "xyes" -a "x$GCC" = "xyes" ; then if test "x$no_CFLAGS" = "xyes" -a "x$GCC" = "xyes" ; then
CFLAGS="-Wall -pipe -g3" CFLAGS="-Wall -g3"
fi fi
A_CFLAGS="" A_CFLAGS=""

View File

@ -11,7 +11,7 @@ if test "x$CFLAGS" = "x" ; then
no_CFLAGS="yes" no_CFLAGS="yes"
fi fi
if test "x$no_CFLAGS" = "xyes" -a "x$GCC" = "xyes" ; then if test "x$no_CFLAGS" = "xyes" -a "x$GCC" = "xyes" ; then
CFLAGS="-Wall -pipe -g3" CFLAGS="-Wall -g3"
fi fi
A_CFLAGS="" A_CFLAGS=""
AC_SUBST(A_CFLAGS) AC_SUBST(A_CFLAGS)

View File

@ -126,7 +126,7 @@ static const char* const ISC_BADDRESS = "ISC_BADDRESS";
static const char* const COMMIT = "commit"; static const char* const COMMIT = "commit";
static const char* const ROLLBACK = "rollback"; static const char* const ROLLBACK = "rollback";
#if defined AIX || defined AIX_PPC || defined sparc || defined SOLX86 || defined HP10 || defined HP11 || defined SINIXZ || defined LINUX || defined DARWIN || defined FREEBSD || defined NETBSD || defined WIN_NT #if defined AIX || defined AIX_PPC || defined SOLARIS || defined HP10 || defined HP11 || defined SINIXZ || defined LINUX || defined DARWIN || defined FREEBSD || defined NETBSD || defined WIN_NT
static const char* const OMITTED = "BY VALUE 0"; static const char* const OMITTED = "BY VALUE 0";
static const char* const BY_VALUE = "BY VALUE "; static const char* const BY_VALUE = "BY VALUE ";
static const char* const END_VALUE = ""; static const char* const END_VALUE = "";
@ -222,7 +222,7 @@ static const char* const PUT_SEG_CALL_TEMPLATE = "%sCALL \"%s\" USING %s, %s%s%d
static const char* const SQLCODE_CALL_TEMPLATE = "CALL \"%s\" USING %s, BY REFERENCE SQLCODE"; static const char* const SQLCODE_CALL_TEMPLATE = "CALL \"%s\" USING %s, BY REFERENCE SQLCODE";
#endif // GIVING_SUPPORTED #endif // GIVING_SUPPORTED
#if defined AIX || defined AIX_PPC || defined sparc || defined SOLX86 || defined HP10 || defined HP11 #if defined AIX || defined AIX_PPC || defined SOLARIS || defined HP10 || defined HP11
static const char* const USAGE_COMP = " USAGE IS COMP"; static const char* const USAGE_COMP = " USAGE IS COMP";
#else #else
static const char* const USAGE_COMP = " USAGE IS COMP"; static const char* const USAGE_COMP = " USAGE IS COMP";

View File

@ -43,12 +43,12 @@
#else #else
#define FB_DLL_EXPORT #define FB_DLL_EXPORT
#endif #endif
#if defined(SOLX86) //#if defined(SOLX86)
// this pragmas is used only with gcc 2.95! // this pragmas is used only with gcc 2.95!
//#define __PRAGMA_REDEFINE_EXTNAME //#define __PRAGMA_REDEFINE_EXTNAME
//#define __EXTENSIONS__ //#define __EXTENSIONS__
// //
#endif //#endif
// //
// Macro for function attribute definition // Macro for function attribute definition