search for: ac_cv_sizeof_long_int

Displaying 4 results from an estimated 4 matches for "ac_cv_sizeof_long_int".

2003 Mar 18
2
This release or next.
...ole 64bit integer support. It has crept from sftp over to scp now. And I think we are at a point where [..] # If we don't have int64_t then we can't compile sftp-server. So don't # even attempt to do it. if test "x$ac_cv_have_int64_t" = "xno" -a \ "x$ac_cv_sizeof_long_int" != "x8" -a \ "x$ac_cv_sizeof_long_long_int" = "x0" ; then NO_SFTP='#' else should be changed to state 'Your platform is not supported with your current compile.' I don't think the scp.c can be done without 32bit without fear...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...9;grep -E' ac_cv_search_basename='none required' ac_cv_search_dn_expand='none required' ac_cv_search_getrrsetbyname=no ac_cv_search_login='none required' ac_cv_search_nanosleep='none required' ac_cv_search_res_query=-lresolv ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long_int=4 ac_cv_sizeof_long_long_int=8 ac_cv_sizeof_short_int=2 ac_cv_sys_file_offset_bits=no ac_cv_sys_large_files=no ac_cv_sys_largefile_CC=no ac_cv_type_char=yes ac_cv_type_in_addr_t=yes ac_cv_type_int=yes ac_cv_type_long_double=yes ac_cv_type_long_int=yes ac_cv_type_long_long=yes ac_cv_type_long_long_i...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...29,7 +3031,7 @@ echo $ac_n "checking size of long int""... $ac_c" 1>&6 -echo "configure:3033: checking size of long int" >&5 +echo "configure:3035: checking size of long int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3037,7 +3039,7 @@ ac_cv_sizeof_long_int=4 else cat > conftest.$ac_ext <<EOF -#line 3041 "configure" +#line 3043 "configure" #include "confdefs.h" #...
2000 Oct 04
0
2.2.0p1 chroot patch
...96,7 +3098,7 @@ echo $ac_n "checking size of long int""... $ac_c" 1>&6 -echo "configure:3100: checking size of long int" >&5 +echo "configure:3102: checking size of long int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3104,7 +3106,7 @@ ac_cv_sizeof_long_int=4 else cat > conftest.$ac_ext <<EOF -#line 3108 "configure" +#line 3110 "configure" #include "confdefs.h" #...