From: ceriel Date: Tue, 10 Mar 1987 14:50:48 +0000 (+0000) Subject: use __BSD4_2 X-Git-Tag: release-5-5~4448 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6852a8ef3935630e62371a1027d92654f42e527c;p=ack.git use __BSD4_2 --- diff --git a/include/_tail_cc/sys/dir.h b/include/_tail_cc/sys/dir.h index 11b210492..6f3573c06 100644 --- a/include/_tail_cc/sys/dir.h +++ b/include/_tail_cc/sys/dir.h @@ -3,7 +3,7 @@ * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * See the copyright notice in the ACK home directory, in the file "Copyright". */ -#ifdef BSD4_2 +#ifdef __BSD4_2 #define MAXNAMLEN 255 #else #define MAXNAMLEN 14