mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:43:02 +01:00
SOLARIS cleanup
This commit is contained in:
parent
caec8af050
commit
d1a41d7eb2
2
src/extern/editline/configure
vendored
2
src/extern/editline/configure
vendored
@ -753,7 +753,7 @@ if test "x$CFLAGS" = "x" ; then
|
||||
no_CFLAGS="yes"
|
||||
fi
|
||||
if test "x$no_CFLAGS" = "xyes" -a "x$GCC" = "xyes" ; then
|
||||
CFLAGS="-Wall -pipe -g3"
|
||||
CFLAGS="-Wall -g3"
|
||||
fi
|
||||
A_CFLAGS=""
|
||||
|
||||
|
2
src/extern/editline/configure.in
vendored
2
src/extern/editline/configure.in
vendored
@ -11,7 +11,7 @@ if test "x$CFLAGS" = "x" ; then
|
||||
no_CFLAGS="yes"
|
||||
fi
|
||||
if test "x$no_CFLAGS" = "xyes" -a "x$GCC" = "xyes" ; then
|
||||
CFLAGS="-Wall -pipe -g3"
|
||||
CFLAGS="-Wall -g3"
|
||||
fi
|
||||
A_CFLAGS=""
|
||||
AC_SUBST(A_CFLAGS)
|
||||
|
@ -126,7 +126,7 @@ static const char* const ISC_BADDRESS = "ISC_BADDRESS";
|
||||
static const char* const COMMIT = "commit";
|
||||
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 BY_VALUE = "BY 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";
|
||||
#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";
|
||||
#else
|
||||
static const char* const USAGE_COMP = " USAGE IS COMP";
|
||||
|
@ -43,12 +43,12 @@
|
||||
#else
|
||||
#define FB_DLL_EXPORT
|
||||
#endif
|
||||
#if defined(SOLX86)
|
||||
//#if defined(SOLX86)
|
||||
// this pragmas is used only with gcc 2.95!
|
||||
//#define __PRAGMA_REDEFINE_EXTNAME
|
||||
//#define __EXTENSIONS__
|
||||
//
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
//
|
||||
// Macro for function attribute definition
|
||||
|
Loading…
Reference in New Issue
Block a user