From bd03b99b9bb860e062f08ec6d919c0841d951833 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Wed, 16 Feb 2000 22:15:39 +0000 Subject: Add support for Compaq Atalla crypto accelerator. --- config | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config') diff --git a/config b/config index 50d9740762..578d08b9de 100755 --- a/config +++ b/config @@ -458,6 +458,12 @@ case "$GUESSOS" in *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;; esac +# See whether we can compile Atalla support +if [ -f /usr/include/atasi.h ] +then + options="$options -DATALLA" +fi + # gcc < 2.8 does not support -mcpu=ultrasparc if [ "$OUT" = solaris-sparcv9-gcc -a $GCCVER -lt 28 ] then -- cgit v1.2.3