summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-07-06 08:45:40 +0000
committerjkh <jkh@FreeBSD.org>1999-07-06 08:45:40 +0000
commit44f61065e9f9be0ac85c4b9d76abe1c312ae14db (patch)
tree038d64bc623e28df4da8054900b2f6326e72d7a0 /usr.sbin/sysinstall/sysinstall.h
parentce4c3d5a3feac2c321385e47ef97e01fa5720ddf (diff)
downloadFreeBSD-src-44f61065e9f9be0ac85c4b9d76abe1c312ae14db.zip
FreeBSD-src-44f61065e9f9be0ac85c4b9d76abe1c312ae14db.tar.gz
Add an option for more fully enabling linux compatibility.
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 4816712..c907586 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/sysinstall/sysinstall.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: sysinstall.h,v 1.166 1999/05/27 10:32:50 jkh Exp $
+ * $Id: sysinstall.h,v 1.167 1999/07/02 22:36:14 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -122,6 +122,7 @@
#define VAR_KGET "kget"
#define VAR_LABEL "label"
#define VAR_LABEL_COUNT "labelCount"
+#define VAR_LINUX_ENABLE "linux_enable"
#define VAR_MEDIA_TYPE "mediaType"
#define VAR_MEDIA_TIMEOUT "MEDIA_TIMEOUT"
#define VAR_MOUSED "moused_enable"
@@ -415,6 +416,7 @@ extern int configResolv(dialogMenuItem *self);
extern int configPackages(dialogMenuItem *self);
extern int configSaver(dialogMenuItem *self);
extern int configSaverTimeout(dialogMenuItem *self);
+extern int configLinux(dialogMenuItem *self);
extern int configNTP(dialogMenuItem *self);
extern int configUsers(dialogMenuItem *self);
extern int configXSetup(dialogMenuItem *self);
OpenPOWER on IntegriCloud