Fixed machine-dependant defines

This commit is contained in:
ceriel
1991-09-04 16:18:23 +00:00
parent 19974ae103
commit b05c411cc7
2 changed files with 4 additions and 4 deletions

View File

@@ -4,10 +4,10 @@
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
#define BUFSIZ 1024
#ifdef vax
#ifdef __vax
#define _NBF 8
#endif
#ifdef mc68020
#ifdef __mc68020
#define _NBF 8
#endif
#ifndef _NBF