View | Details | Raw Unified | Return to bug 213 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +20 lines)
Line  Link Here
0
-- configure.ac        Tue Apr 16 05:10:11 2002
0
++ ../openssh-SNAP-20020416/configure.ac       Tue Apr 16 15:14:11 2002
Lines 602-607 Link Here
602
       [AC_CHECK_LIB(ucb, getpagesize, [LIBS="$LIBS -lucb"; AC_DEFINE(HAVE_GETPAGESIZE)])]
602
       [AC_CHECK_LIB(ucb, getpagesize, [LIBS="$LIBS -lucb"; AC_DEFINE(HAVE_GETPAGESIZE)])]
603
)
603
)
604
604
605
# Check if the system defined ALIGN works
606
dnl compiler_chokes_on_system_align
607
AC_MSG_CHECKING([if your compiler chokes on system ALIGN])
608
AC_TRY_COMPILE([
609
#include <sys/socket.h>
610
#ifndef ALIGN
611
#define ALIGN(p) p
612
#endif
613
       ],
614
        [ char tmp[ALIGN(1)]; ],
615
       [ AC_MSG_RESULT(no) ],
616
       [ AC_MSG_RESULT(yes)
617
         AC_DEFINE(COMPILER_CHOKES_ON_SYSTEM_ALIGN)]
618
)
619
605
# Check for broken snprintf
620
# Check for broken snprintf
606
if test "x$ac_cv_func_snprintf" = "xyes" ; then
621
if test "x$ac_cv_func_snprintf" = "xyes" ; then
607
       AC_MSG_CHECKING([whether snprintf correctly terminates long strings])
622
       AC_MSG_CHECKING([whether snprintf correctly terminates long strings])
608
-- acconfig.h  Sat Apr 13 02:04:41 2002
623
++ ../openssh-SNAP-20020416/acconfig.h Tue Apr 16 15:16:31 2002
Lines 61-66 Link Here
61
/* Define if your snprintf is busted */
61
/* Define if your snprintf is busted */
62
#undef BROKEN_SNPRINTF
62
#undef BROKEN_SNPRINTF
63
63
64
/* Define if your compiler chokes on system ALIGN */
65
#undef COMPILER_CHOKES_ON_SYSTEM_ALIGN
66
64
/* Define if you are on Cygwin */
67
/* Define if you are on Cygwin */
65
#undef HAVE_CYGWIN
68
#undef HAVE_CYGWIN
66
69

Return to bug 213