Cosmetics: #define NETATALK --> #define NETATALK 1, so that it is in line with

other #define FOO.
This commit is contained in:
Maxim Sobolev 2002-09-10 10:19:03 +00:00
parent 5207d0c8bc
commit 5da5a16d46

View File

@ -14,7 +14,7 @@ opt_ns.h:
echo "#define NS 1" > ${.TARGET}
opt_atalk.h:
echo "#define NETATALK" > ${.TARGET}
echo "#define NETATALK 1" > ${.TARGET}
bpf.h:
echo "#define NBPF 1" > ${.TARGET}