summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-11-09 18:12:17 +0000
committerjkh <jkh@FreeBSD.org>1996-11-09 18:12:17 +0000
commitd21e76e0ba303fbf5137410dcd94aa5ca47c06e5 (patch)
tree2d55fb7d1c489e4f8d1d0f71d50c8f4026b37582 /release/sysinstall/sysinstall.h
parentd30fd798cea507d4c9bd782fc86fe32059dabc4c (diff)
downloadFreeBSD-src-d21e76e0ba303fbf5137410dcd94aa5ca47c06e5.zip
FreeBSD-src-d21e76e0ba303fbf5137410dcd94aa5ca47c06e5.tar.gz
1. Take out console setup in options now that Joerg has moved it into
the main menu. 2. Conditionalized a few small things which needed it. 3. Put PC98 X servers in their own menu, there are so many of them now. 4. Rampaged on the menus.c file in general, reformatting and cleaning up.
Diffstat (limited to 'release/sysinstall/sysinstall.h')
-rw-r--r--release/sysinstall/sysinstall.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h
index e8b051f..b242577 100644
--- a/release/sysinstall/sysinstall.h
+++ b/release/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.85 1996/11/07 08:03:28 jkh Exp $
+ * $Id: sysinstall.h,v 1.86 1996/11/09 16:47:08 joerg Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -338,6 +338,7 @@ extern DMenu MenuXF86; /* XFree86 main menu */
extern DMenu MenuXF86Select; /* XFree86 distribution selection menu */
extern DMenu MenuXF86SelectCore; /* XFree86 core distribution menu */
extern DMenu MenuXF86SelectServer; /* XFree86 server distribution menu */
+extern DMenu MenuXF86SelectPC98Server; /* XFree86 server distribution menu */
extern DMenu MenuXF86SelectFonts; /* XFree86 font selection menu */
extern DMenu MenuDiskDevices; /* Disk devices menu */
extern DMenu MenuHTMLDoc; /* HTML Documentation menu */
@@ -381,8 +382,10 @@ extern int configRouter(dialogMenuItem *self);
extern int configSamba(dialogMenuItem *self);
extern int configPCNFSD(dialogMenuItem *self);
extern int configNFSServer(dialogMenuItem *self);
-extern int configNovell(dialogMenuItem *self);
extern int configWriteSysconfig(dialogMenuItem *self);
+#ifdef NETCON_EXTENTIONS
+extern int configNovell(dialogMenuItem *self);
+#endif
/* crc.c */
extern int crc(int, unsigned long *, unsigned long *);
OpenPOWER on IntegriCloud