Add nspr and nss
[hvlinux.git] / config / sysinfos.default
index 8cfb220..e2e29d0 100644 (file)
@@ -82,9 +82,24 @@ MAILBOX_FORMAT="unix"
 # Alternate port for Sendmail
 SENDMAIL_PORT="25"
 
+# Apache httpd web server support
+USE_HTTPD="yes"
+
 # Alternate port for Apache
 HTTPD_PORT="80"
-APACHE_USER="www"
+HTTPD_USER="www"
+
+# Lighttpd web server support
+USE_LIGHTTPD="yes"
+
+# Define to httpd (Apache) or lighttpd
+DEFAULT_WEB_SERVER="lighttpd"
+
+# Webkit support
+USE_WEBKIT="no"
+
+# Gnash support
+USE_GNASH="no"
 
 # Samba support (default yes)
 USE_SAMBA="yes"