From: mouring Date: Mon, 12 Feb 2001 07:29:45 +0000 (+0000) Subject: - (bal) NCR SVR4 compatiblity provide by Don Bragg X-Git-Tag: V_2_5_0_P1~63 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/6f68f28aa80d98ca5c88733cb8987941b1bb5775 - (bal) NCR SVR4 compatiblity provide by Don Bragg --- diff --git a/ChangeLog b/ChangeLog index 8ce02d61..ad4e6e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ - (djm) Clean up PCRE text in INSTALL - (djm) Fix OSF SIA auth NULL pointer deref. Report from Mike Battersby + - (bal) NCR SVR4 compatiblity provide by Don Bragg 20010211 - (bal) OpenBSD Sync diff --git a/configure.in b/configure.in index 2720ffbc..172f8a81 100644 --- a/configure.in +++ b/configure.in @@ -179,6 +179,13 @@ mips-sony-bsd|mips-sony-newsos4) MANTYPE='$(CATMAN)' mansubdir=cat ;; +*-ncr-sysv*) + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib" + MANTYPE='$(CATMAN)' + mansubdir=cat + LIBS="$LIBS -lc89 -lnsl -lgen -lsocket" + ;; *-sni-sysv*) CPPFLAGS="$CPPFLAGS -I/usr/local/include" LDFLAGS="$LDFLAGS -L/usr/local/lib -L/usr/ucblib" diff --git a/includes.h b/includes.h index 92013aa8..a4ebbd3d 100644 --- a/includes.h +++ b/includes.h @@ -45,8 +45,11 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include +#ifdef HAVE_LIMITS_H +# include +#endif #ifdef HAVE_GETOPT_H -#include +# include #endif #ifdef HAVE_BSTRING_H # include