Don't use ATM on the alpha - it #errors out.

Pointed out by: jdp
This commit is contained in:
Brian Somers 2000-01-26 01:08:03 +00:00
parent 2e3fb30989
commit f54537c6c0
1 changed files with 5 additions and 1 deletions

View File

@ -15,7 +15,11 @@ opt_atalk.h:
echo "#define NETATALK 1" > opt_atalk.h
opt_atm.h:
echo "#define ATM_CORE 1" > opt_atm.h
echo "#ifdef __i386__" > opt_atm.h
echo "#define ATM_CORE 1" >> opt_atm.h
echo "#else" >>opt_atm.h
echo "#undef ATM_CORE" >>opt_atm.h
echo "#endif" >>opt_atm.h
opt_inet.h:
echo "#define INET 1" > opt_inet.h