Date: Wed, 27 Nov 2002 11:30:50 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/sysinstall sysinstall.h Message-ID: <200211271930.gARJUowi096708@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/11/27 11:30:50 PST Modified files: usr.sbin/sysinstall sysinstall.h Log: 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 Revision Changes Path 1.232 +14 -0 src/usr.sbin/sysinstall/sysinstall.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211271930.gARJUowi096708>