summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-06-20 17:07:25 -0400
committerRich Salz <rsalz@akamai.com>2019-07-01 13:32:46 -0400
commit6b10d29c1ac7dd4054cdb72e881d3e0213fb7ef0 (patch)
tree96d031497f0c8add72ddcc51872b0fb23f4eddf9 /config
parent19ea6b2b375b15919f9f5f523d1312398315017f (diff)
downloadopenssl-new-6b10d29c1ac7dd4054cdb72e881d3e0213fb7ef0.tar.gz
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 <tjh@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9204)
Diffstat (limited to 'config')
-rwxr-xr-xconfig11
1 files changed, 0 insertions, 11 deletions
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