search for: have_tmpdir_h

Displaying 3 results from an estimated 3 matches for "have_tmpdir_h".

2002 Sep 23
19
Call for testing for 3.5 OpenSSH
OpenBSD tree is heading into a lock and this includes OpenSSH. So we are winding up for a 3.5 release. If we can get people to test the current snapshots and report any problems that would improve the odds that your platform won't be broke for 3.5. Issues I know off of right now. 1. I can't test NeXT. So I TRULY need someone in that community to test for me. Last I heard there was
2005 Aug 26
0
Patch for UnixWare 7
...UX 11.11 */ #ifdef BTMP_FILE # define _PATH_BTMP BTMP_FILE --- openssh/includes.h.old 2005-08-23 11:02:30.213506000 -0700 +++ openssh/includes.h 2005-08-24 16:51:30.387680002 -0700 @@ -169,6 +169,10 @@ # include <ia.h> #endif +#ifdef HAVE_IAF_H +# include <iaf.h> +#endif + #ifdef HAVE_TMPDIR_H # include <tmpdir.h> #endif --- openssh/openbsd-compat/Makefile.in.old 2005-06-13 15:36:16.322790000 -0700 +++ openssh/openbsd-compat/Makefile.in 2005-08-24 16:51:30.417680000 -0700 @@ -20,7 +20,7 @@ COMPAT=bsd-arc4random.o bsd-closefrom.o bsd-cray.o bsd-cygwin_util.o bsd-getpeereid.o bs...
2005 Sep 19
1
ssh hangs or gives Segmentation fault
...ndef HAVE_SYS_STRTIO_H */ /* #undef HAVE_SYS_SYSLOG_H */ #define HAVE_SYS_SYSMACROS_H 1 /* #undef HAVE_SYS_TIMERS_H */ #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UN_H 1 #define HAVE_TCGETPGRP 1 #define HAVE_TCSENDBREAK 1 #define HAVE_TIME 1 #define HAVE_TIME_H 1 /* #undef HAVE_TMPDIR_H */ #define HAVE_TRUNCATE 1 #define HAVE_TTYENT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UNSETENV 1 #define HAVE_UPDWTMP 1 #define HAVE_UPDWTMPX 1 /* #undef HAVE_USERSEC_H */ /* #undef HAVE_UTIL_H */ #define HAVE_UTIMES 1 #define HAVE_UTIME_H 1 #define HAVE_UTMPNAME 1 #define HAVE_UTMPXNAME 1 #defin...