mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
FB_ALIGN is always defined in src/include/types_pub.h ((n+b-1)&~(b-1))
This commit is contained in:
parent
654c3562a3
commit
8315a7756a
13
configure.ac
13
configure.ac
@ -919,19 +919,6 @@ AC_RUN_IFELSE([AC_LANG_SOURCE([[main () {
|
||||
AC_MSG_RESULT($ac_cv_c_double_align)
|
||||
AC_DEFINE_UNQUOTED(FB_DOUBLE_ALIGN, $ac_cv_c_double_align, [Alignment of double])
|
||||
|
||||
dnl EKU: don't know how to convert this into an autoconf test:
|
||||
dnl #define FB_ALIGN(n,b) ...
|
||||
dnl
|
||||
dnl VMS (n) -> no
|
||||
dnl sun_68k ((n+1) & ~1) -> even
|
||||
dnl XENIX ((n+1) & ~1) -> even
|
||||
dnl netware_386 ((n+1) & ~1) -> even
|
||||
dnl all others ((n + b - 1) & ~(b - 1)) -> multiple of b
|
||||
dnl
|
||||
dnl volunters are welcome!
|
||||
|
||||
|
||||
|
||||
dnl EKU: Add any platform specific tests below
|
||||
case "$PLATFORM" in
|
||||
LINUX)
|
||||
|
Loading…
Reference in New Issue
Block a user