search for: ac_cv_sizeof_long_long_int

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

2003 Mar 18
2
This release or next.
...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 of overflowing down the road. Other than sco w/out gcc. What platform...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...rch_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_int=yes ac_cv_type_short_int=y...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...echo $ac_n "checking size of long long int""... $ac_c" 1>&6 -echo "configure:3072: checking size of long long int" >&5 +echo "configure:3074: checking size of long long int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3076,7 +3078,7 @@ ac_cv_sizeof_long_long_int=8 else cat > conftest.$ac_ext <<EOF -#line 3080 "configure" +#line 3082 "configure" #include "confdefs.h&quo...
2000 Oct 04
0
2.2.0p1 chroot patch
...echo $ac_n "checking size of long long int""... $ac_c" 1>&6 -echo "configure:3139: checking size of long long int" >&5 +echo "configure:3141: checking size of long long int" >&5 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long_int'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3143,7 +3145,7 @@ ac_cv_sizeof_long_long_int=8 else cat > conftest.$ac_ext <<EOF -#line 3147 "configure" +#line 3149 "configure" #include "confdefs.h&quo...