Displaying 5 results from an estimated 5 matches for "have_u_int".
2004 Sep 10
0
VPATH and fixed-size integer data types
...FINE instead of
AC_SUBST).
However, an even better fix would be to use the ISO C header inttypes.h.
Here is what I do in another project:
AC_CHECK_HEADER(inttypes.h,
[AC_DEFINE([HAVE_INTTYPES_H])],
[AC_CHECK_TYPE(u_int8_t,
[AC_DEFINE([HAVE_U_INT])],
[AC_MSG_ERROR([Unable to find fixed-size data types])] )] )
and then in the header:
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#elif defined(HAVE_U_INT)
#ifdef HAVE_SYS_TYPES_H
#include <sys/types...
2001 Aug 13
1
[PATCH] Maildir support
...ASE
-/* Set this to your mail directory if you don't have maillock.h */
+/* Set this to your mail directory if you don't have maillock.h or paths.h */
#undef MAIL_DIRECTORY
+
+/* Set this to enable support for Maildir style mailboxes. */
+#undef MAILDIR_FORMAT
/* Data types */
#undef HAVE_U_INT
diff -ur --exclude=configure openssh-2.9p2/configure.in openssh-2.9p2.maildir/configure.in
--- openssh-2.9p2/configure.in Mon May 28 19:21:44 2001
+++ openssh-2.9p2.maildir/configure.in Mon Aug 13 14:38:26 2001
@@ -1632,6 +1632,23 @@
)
AC_SUBST(SSHMODE)
+AC_MSG_CHECKING(whether to enable suppor...
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
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...GETPAGESIZE 1
#define XAUTH_PATH "/usr/X11R6/bin/xauth"
/* #undef HAVE_MD5_PASSWORDS */
/* #undef DISABLE_SHADOW */
#define HAS_SHADOW_EXPIRE 1
/* #undef HAVE_OSF_SIA */
/* #undef HAVE_GETPWANAM */
/* #undef HAVE_OLD_PAM */
/* #undef PAM_SUN_CODEBASE */
/* #undef MAIL_DIRECTORY */
#define HAVE_U_INT 1
#define HAVE_INTXX_T 1
#define HAVE_U_INTXX_T 1
#define HAVE_UINTXX_T 1
#define HAVE_INT64_T 1
#define HAVE_U_INT64_T 1
#define HAVE_U_CHAR 1
#define HAVE_SIZE_T 1
#define HAVE_SSIZE_T 1
#define HAVE_CLOCK_T 1
#define HAVE_MODE_T 1
#define HAVE_PID_T 1
#define HAVE_SA_FAMILY_T 1
#define HAVE_STRU...
2006 Apr 11
0
Problem building openssh-4.3p2 under cygwin and windows XP
...c_cv_have_sa_family_t=yes
ac_cv_have_size_t=yes
ac_cv_have_ss_family_in_struct_ss=yes
ac_cv_have_ssize_t=yes
ac_cv_have_struct_addrinfo=no
ac_cv_have_struct_in6_addr=no
ac_cv_have_struct_sockaddr_in6=no
ac_cv_have_struct_sockaddr_storage=yes
ac_cv_have_struct_timeval=yes
ac_cv_have_u_char=yes
ac_cv_have_u_int=yes
ac_cv_have_u_int64_t=yes
ac_cv_have_u_intxx_t=yes
ac_cv_have_va_copy=yes
ac_cv_header_bstring_h=no
ac_cv_header_crypt_h=yes
ac_cv_header_dirent_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_features_h=yes
ac_cv_header_floatingpoint_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_glob_h=yes
ac_cv_hea...