use __BSD4_2

This commit is contained in:
ceriel 1987-03-10 14:50:48 +00:00
parent 517baed1b1
commit 6852a8ef39

View file

@ -3,7 +3,7 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright". * See the copyright notice in the ACK home directory, in the file "Copyright".
*/ */
#ifdef BSD4_2 #ifdef __BSD4_2
#define MAXNAMLEN 255 #define MAXNAMLEN 255
#else #else
#define MAXNAMLEN 14 #define MAXNAMLEN 14