diff options
author | John Baldwin <jhb@FreeBSD.org> | 2002-11-27 18:36:30 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2002-11-27 18:36:30 +0000 |
commit | 6fe0921bc45ec4aebf5a0bd6094d6b2c298002fb (patch) | |
tree | 42e618e03749610dff45c10e12b377678fc7939b /usr.sbin/sysinstall/dist.h | |
parent | 21b5fd3cfd5d4096824b2d348008acf3a7effd1c (diff) |
Expand X_AS_PKG so that we don't declare distribution bitmasks or menus
for the X distributions if X_AS_PKG is defined.
Tested on: i386
Approved by: re
Notes
Notes:
svn path=/head/; revision=107330
Diffstat (limited to 'usr.sbin/sysinstall/dist.h')
-rw-r--r-- | usr.sbin/sysinstall/dist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/dist.h b/usr.sbin/sysinstall/dist.h index 2ab968827e61..4847977e1d0c 100644 --- a/usr.sbin/sysinstall/dist.h +++ b/usr.sbin/sysinstall/dist.h @@ -62,6 +62,7 @@ #define DIST_SRC_BIN 0x08000 #define DIST_SRC_ALL 0x0FFFF +#ifndef X_AS_PKG /* Subtypes for XFree86 distribution */ #define DIST_XF86_BIN 0x0001 #define DIST_XF86_CFG 0x0002 @@ -119,6 +120,7 @@ #define DIST_XF86_FONTS_SERVER 0x0020 #define DIST_XF86_FONTS_ALL 0x003F #define DIST_XF86_ALL 0x1FFFF +#endif /* Canned distribution sets */ #define _DIST_USER \ |