tell drivers that this port knows about the new wscons code

(and generates the NWSCONS etc include files)
This commit is contained in:
drochner 1998-03-22 17:53:23 +00:00
parent f321f0c731
commit 4682d49cf1

View File

@ -1,4 +1,4 @@
/* $NetBSD: types.h,v 1.15 1998/03/22 13:07:28 drochner Exp $ */
/* $NetBSD: types.h,v 1.16 1998/03/22 17:53:23 drochner Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@ -71,4 +71,6 @@ typedef unsigned long long u_int64_t;
typedef int32_t register_t;
#define __HAVE_NWSCONS
#endif /* _MACHTYPES_H_ */