From 6b10d29c1ac7dd4054cdb72e881d3e0213fb7ef0 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 20 Jun 2019 17:07:25 -0400 Subject: Remove NextStep support Because of that we can remove OPENSSL_UNISTD and some other macros from e_os2.h and opensslconf.h Reviewed-by: Tim Hudson Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/9204) --- config | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'config') diff --git a/config b/config index 0755961ec6..755d5387ff 100755 --- a/config +++ b/config @@ -349,17 +349,6 @@ if [ -d /usr/apollo ]; then exit 0 fi -# Now NeXT -ISNEXT=`hostinfo 2>/dev/null` -case "$ISNEXT" in - *'NeXT Mach 3.3'*) - echo "whatever-next-nextstep3.3"; exit 0 - ;; - *NeXT*) - echo "whatever-next-nextstep"; exit 0 - ;; -esac - # At this point we gone through all the one's # we know of: Punt -- cgit v1.2.1