search for: intxx_t

Displaying 20 results from an estimated 32 matches for "intxx_t".

2000 Jun 14
1
OpenSSH 2.1.1p1 on SCO Unixware 7.1.0
...daemon in -lbsd... no checking for getpagesize... yes checking for OpenSSL directory... /usr/local/ssl checking for RSA support... yes checking size of char... 1 checking size of short int... 2 checking size of int... 4 checking size of long int... 4 checking size of long long int... 8 checking for intXX_t types... yes checking for u_intXX_t types... no checking for intXX_t and u_intXX_t types in sys/bitypes.h... yes checking for uintXX_t types... yes checking for socklen_t... no checking for size_t... yes checking for ssize_t... yes checking for struct sockaddr_storage... no checking for struct sock...
1999 Nov 19
1
[solaris 7 patch] resubmit and extended ...
Okay, everything as the first large one I sent today, with a few extra mods. _PATH_MAILDIR is only used in sshd.c, that I can see, so moved the #ifdef from config.h.in to there. several files had __progname defined in the middle of the code, as well as at the top of the code, so cleaned those out. all the fixes for u_int32_t -> uint32_t and u_int16_t -> uint16_t, plus added appropriate
2003 Dec 30
8
[Bug 651] SCO 3.2v4.2 and OpenSSH 3.7.1p1 --> connection hangs and does not close (ssh2 only)
http://bugzilla.mindrot.org/show_bug.cgi?id=651 ------- Additional Comments From vikashb at comparexafrica.co.za 2003-12-30 16:39 ------- tried openssh-SNAP-20031223 does not compile: (cd openbsd-compat && make) gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -Dftruncate=chsize -I/usr/local/include -DHAVE_CONFIG_H -c
2000 May 26
4
openssh-2.1.0p2 ans Solaris 8
I have some troubles with subj and proper utmpx/wtmpx functionality. After successfull ssh connect to Solaris 8 box, I run #w 11:59am up 13:45, 1 user, load average: 0.00, 0.01, 0.02 User tty login@ idle JCPU PCPU what root console 11:43am 9 bash # Record about my pts/1 login is absent. Next command I run from Solaris 8 console
2016 Jan 31
2
question about src/test_seeking.c - seek_barrage()
seek_barrage() has variable n of type long int (which is 32bit usually). Then we see something like n = (long int)total_samples; So, why n has type long int, and not FLAC__int64 or some other 64-bit type?
2001 Jan 04
0
patch for the HURD
...anohost.c,v 1.16 2000/10/21 17:04:22 markus Exp $"); -------------- next part -------------- --- defines.h Thu Oct 19 17:14:05 2000 +++ defines-new.h Thu Jan 4 11:21:58 2001 @@ -6,6 +6,7 @@ # define _REENTRANT 1 #endif + /* Necessary headers */ #include <sys/types.h> /* For [u]intxx_t */ @@ -71,6 +72,12 @@ #endif /* IPTOS_LOWDELAY */ #ifndef MAXPATHLEN +/* HURD needs this - no maximum limits */ +#ifndef MAXHOSTNAMELEN +#define MAXHOSTNAMELEN 4095 +#endif + + # ifdef PATH_MAX # define MAXPATHLEN PATH_MAX # else /* PATH_MAX */
2001 Aug 21
0
[patch] 64 bit types in bitypes.h
...], + [ ac_cv_have_u_int64_t="no" ] + ) + if test "x$ac_cv_have_u_int64_t" = "xyes" ; then + AC_DEFINE(HAVE_U_INT64_T) + AC_MSG_RESULT([yes]) + have_u_int64_t=1 + else + AC_MSG_RESULT([no]) + fi +fi + +# should also explicitly check for inttypes.h, and the various intXX_T +# and u_intXX_t in there. + if test -z "$have_u_intxx_t" ; then AC_CACHE_CHECK([for uintXX_t types], ac_cv_have_uintxx_t, [ AC_TRY_COMPILE(
2004 Feb 27
0
__BIT_TYPES_DEFINED__ patch for 3.8p1 on Tru64
I have found the following simple patch useful for building OpenSSH 3.8p1 on my Tru64 V4.0G boxes with Heimdal 0.6. The problem is that Heimdal defines the intXX_t types in <krb5-types.h> and these then clash with OpenSSH's own definitions in "defines.h". The patch should be harmless on other platforms (at least if they are sane and don't define __BIT_TYPES_DEFINED__ without also declaring the corresponding datatypes). --- orig/defin...
2000 Jan 18
1
Error when compiling for Solaris7
...no checking for login in -lbsd... (cached) no checking for daemon... (cached) no checking for daemon in -lbsd... (cached) no checking size of short int... (cached) 2 checking size of int... (cached) 4 checking size of long int... (cached) 4 checking size of long long int... (cached) 8 checking for intXX_t types... yes checking for u_intXX_t types... no checking for uintXX_t types... yes checking for socklen_t... yes checking for size_t... yes checking for struct sockaddr_storage... no checking for struct sockaddr_in6... no checking for struct in6_addr... no checking for struct addrinfo... no checkin...
2000 Jan 16
0
ANNOUNCE: 1.2.1pre26
...ith-xauth-path configure directive and explicit test for /usr/openwin/bin/xauth for Solaris systems. Report from Anders Nordby <anders at fix.no> - Fix incorrect detection of /dev/ptmx on Linux systems that lack openpty. Report from John Seifarth <john at waw.be> - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in sys/types.h. Fixes problems on SCO, report from Gary E. Miller <gem at rellim.com> - Use __snprintf and __vnsprintf if they are found where snprintf and vnsprintf are lacking. Suggested by Ben Taylor <bent at shell.clark.net>...
2000 Jan 16
0
ANNOUNCE: 1.2.1pre26
...ith-xauth-path configure directive and explicit test for /usr/openwin/bin/xauth for Solaris systems. Report from Anders Nordby <anders at fix.no> - Fix incorrect detection of /dev/ptmx on Linux systems that lack openpty. Report from John Seifarth <john at waw.be> - Look for intXX_t and u_intXX_t in sys/bitypes.h if they are not in sys/types.h. Fixes problems on SCO, report from Gary E. Miller <gem at rellim.com> - Use __snprintf and __vnsprintf if they are found where snprintf and vnsprintf are lacking. Suggested by Ben Taylor <bent at shell.clark.net>...
2015 Sep 10
1
[PATCH 3/5] update virtio gpu driver: add 3d/virgl support
...ding struct drm_virtgpu_3d_box in the distant future. A u32 pad after bo_handle and a 'pointer' to struct drm_virtgpu_3d_box might be the more flexible solution. I believe the original idea is to use __[su]XX types in the public drm headers, although it seems that most drivers opted for [u]intXX_t ones. Don't quote me on that last one :) Cheers, Emil
2001 Apr 10
2
Compiling openssh 2.5.p1 on unixware 7.0.1
...d) /usr/local/ssl checking for RSA support... yes checking size of char... (cached) 1 checking size of short int... (cached) 2 checking size of int... (cached) 4 checking size of long int... (cached) 4 checking size of long long int... (cached) 8 checking for u_int type... (cached) yes checking for intXX_t types... (cached) no checking for int64_t type... (cached) no checking for u_intXX_t types... (cached) no checking for u_int64_t types... (cached) no checking for intXX_t and u_intXX_t types in sys/bitypes.h... yes checking for uintXX_t types... (cached) no checking for socklen_t... (cached) no che...
2000 Jul 03
0
FreeBSD 3.5-STABLE
...er pam_strerror takes only one argument... no checking for OpenSSL directory... /usr/local/ssl checking for RSA support... yes checking size of char... 1 checking size of short int... 2 checking size of int... 4 checking size of long int... 4 checking size of long long int... 8 checking for intXX_t types... yes checking for u_intXX_t types... yes checking for socklen_t... yes checking for size_t... yes checking for ssize_t... yes checking for sa_family_t... yes checking for pid_t... yes checking for mode_t... yes checking for struct sockaddr_storage... no checking for struct sockaddr...
1999 Dec 21
0
Problem with UTMP recording
...efine daemon() */ #define HAVE_DAEMON 1 /* Define if you want to allow MD5 passwords */ /* #undef HAVE_MD5_PASSWORDS */ /* Define if you have an old version of PAM which takes only one argument */ /* to pam_strerror */ #define HAVE_OLD_PAM 1 /* Data types */ /* #undef HAVE_QUAD_T */ #define HAVE_INTXX_T 1 #define HAVE_U_INTXX_T 1 #define HAVE_UINTXX_T 1 /* Define if you have /dev/ptmx */ /* #undef HAVE_DEV_PTMX */ /* Define if you have /dev/ptc */ /* #undef HAVE_DEV_PTS_AND_PTC */ /* Path to xauth binary */ #define XAUTH_PATH "/usr/X11R6/bin/xauth" /* The number of bytes in a int. *...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...\"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_sizeof_long_long_int=`cat conftestval` else @@ -3109,20 +3111,20 @@ # More checks for data types echo $ac_n "checking for intXX_t types""... $ac_c" 1>&6 -echo "configure:3113: checking for intXX_t types" >&5 +echo "configure:3115: checking for intXX_t types" >&5 if eval "test \"`echo '$''{'ac_cv_have_intxx_t'+set}'`\" = set";...
2000 Oct 04
0
2.2.0p1 chroot patch
...\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3195: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_u_int="yes" else @@ -3213,20 +3215,20 @@ fi echo $ac_n "checking for intXX_t types""... $ac_c" 1>&6 -echo "configure:3217: checking for intXX_t types" >&5 +echo "configure:3219: checking for intXX_t types" >&5 if eval "test \"`echo '$''{'ac_cv_have_intxx_t'+set}'`\" = set";...
2011 Sep 02
1
problems building openssh-5.8p1 on qnx
...of char... 1 checking for short int... yes checking size of short int... 2 checking for int... yes checking size of int... 4 checking for long int... yes checking size of long int... 4 checking for long long int... yes checking size of long long int... 8 checking for u_int type... yes checking for intXX_t types... no checking for intXX_t types in stdint.h... yes checking for int64_t type... yes checking for u_intXX_t types... no checking for u_intXX_t types in sys/socket.h... no checking for u_int64_t types... no checking for u_int64_t type in sys/bitypes.h... no checking for uintXX_t types... no ch...
2001 Oct 26
2
problems building on solaris 2.6
...of char... 1 checking for short int... yes checking size of short int... 2 checking for int... yes checking size of int... 4 checking for long int... yes checking size of long int... 4 checking for long long int... yes checking size of long long int... 8 checking for u_int type... yes checking for intXX_t types... yes checking for int64_t type... yes checking for u_intXX_t types... no checking for u_intXX_t types in sys/socket.h... no checking for u_int64_t types... no checking for uintXX_t types... yes checking for uintXX_t types in stdint.h... no checking for u_char... yes checking for socklen_t.....
2001 May 15
0
openssh 2.9p1 on Solaris 2.6 with AFS
...kes no argument... yes checking for OpenSSL directory... /usr/local/ssl checking for RSA support... yes checking size of char... 1 checking size of short int... 2 checking size of int... 4 checking size of long int... 4 checking size of long long int... 8 checking for u_int type... yes checking for intXX_t types... yes checking for int64_t type... yes checking for u_intXX_t types... no checking for u_int64_t types... no checking for uintXX_t types... yes checking for socklen_t... no checking for size_t... yes checking for ssize_t... yes checking for clock_t... yes checking for sa_family_t... yes chec...