]> andersk Git - openssh.git/commitdiff
- (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
authormouring <mouring>
Mon, 12 Feb 2001 07:29:45 +0000 (07:29 +0000)
committermouring <mouring>
Mon, 12 Feb 2001 07:29:45 +0000 (07:29 +0000)
ChangeLog
configure.in
includes.h

index 8ce02d61fab771a82b73ca3a4d8e049f33a85eb8..ad4e6e8aca69b8545457f891919aa074a2a44084 100644 (file)
--- 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 
    <mib@unimelb.edu.au>
+ - (bal) NCR SVR4 compatiblity provide by Don Bragg <thewizarddon@yahoo.com>
 
 20010211
  - (bal) OpenBSD Sync
index 2720ffbcb84e880f137e07bc1eca19da15fc88c5..172f8a819a0d0b990e2f78355c439255304b01b4 100644 (file)
@@ -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"
index 92013aa870247a5def8883540cb5c275d2fd2eb5..a4ebbd3d31ac6011a3f2e7c358c307ad015a8f00 100644 (file)
@@ -45,8 +45,11 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
 #include <time.h>
 #include <dirent.h>
 
+#ifdef HAVE_LIMITS_H
+# include <limits.h>
+#endif
 #ifdef HAVE_GETOPT_H
-#include <getopt.h>
+# include <getopt.h>
 #endif
 #ifdef HAVE_BSTRING_H
 # include <bstring.h>
This page took 0.445376 seconds and 5 git commands to generate.