]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add some helper macros to make #ifdef's in sysinstall easier to read
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 27 Nov 2002 19:30:50 +0000 (19:30 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 27 Nov 2002 19:30:50 +0000 (19:30 +0000)
commit75cd8b4038b52ce74a40fbe43b3d04e114cd249d
treedd21a2df3560637e43d0bcb4f62d864a073909b9
parent25f775064e95ef02e7a00b89ee15e9d71656b63d
Add some helper macros to make #ifdef's in sysinstall easier to read
and more maintainable.
- WITH_SYSCONS: defined on all arch's that support syscons (currently i386,
  alpha, and ia64)
- WITH_MICE: defined on all arch's that support moused(8) (currently i386,
  alpha, and ia64)
- WITH_SLICES: defined on all arch's that use disk slices (currently i386
  and ia64)
- WITH_LINUX: defined on all arch's that support Linux binary compat
  (currently i386 and alpha)

Approved by: re
usr.sbin/sade/sade.h
usr.sbin/sysinstall/sysinstall.h