summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-05-22 00:17:11 +0000
committerjkh <jkh@FreeBSD.org>1997-05-22 00:17:11 +0000
commit5ce4b1077d6c4c56e0ecef39fffc950509883216 (patch)
tree0b92a47c268cdd20c6bdd7bd90849d9a359eef65 /usr.sbin/sysinstall/sysinstall.h
parent83c2047251eded6c6271c975431da08afa83f836 (diff)
downloadFreeBSD-src-5ce4b1077d6c4c56e0ecef39fffc950509883216.zip
FreeBSD-src-5ce4b1077d6c4c56e0ecef39fffc950509883216.tar.gz
Actually, rethink last commit and simply remove the apache configuration
entirely, as promised earlier (it's outdated now and doesn't really belong in sysinstall).
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 76836f9..6c4acad 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.127 1997/05/05 06:32:44 jkh Exp $
+ * $Id: sysinstall.h,v 1.128 1997/05/22 00:13:58 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -56,7 +56,6 @@
/* Different packages we depend on - update this when package version change! */
#define PACKAGE_GATED "gated-3.5b3"
-#define PACKAGE_APACHE "apache-1.2b10"
#define PACKAGE_NETCON "commerce/netcon/bsd61"
#define PACKAGE_PCNFSD "pcnfsd-93.02.16"
#define PACKAGE_SAMBA "samba-1.9.16p11"
@@ -90,7 +89,6 @@
#define TCP_CONFIGURED "_tcpConfigured"
/* Ones that can be tweaked from config files */
-#define VAR_APACHE_PKG "apache_pkg"
#define VAR_BLANKTIME "blanktime"
#define VAR_BOOTMGR "bootManager"
#define VAR_BROWSER_BINARY "browserBinary"
@@ -389,9 +387,6 @@ extern void display_helpline(WINDOW *w, int y, int width);
/*** Prototypes ***/
-/* apache.c */
-extern int configApache(dialogMenuItem *self);
-
/* anonFTP.c */
extern int configAnonFTP(dialogMenuItem *self);
OpenPOWER on IntegriCloud