summaryrefslogtreecommitdiff
path: root/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.config')
-rw-r--r--Makefile.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.config b/Makefile.config
index c9e31aee5..a307ff9d0 100644
--- a/Makefile.config
+++ b/Makefile.config
@@ -37,6 +37,16 @@ endif
# Valid options: YES, NO
NETSURF_STRIP_BINARY := NO
+# Template used for constructing the User Agent: string. The first two
+# replacements are major/minor version, second two are OS and architecture.
+# Please don't be tempted to mention Mozilla here! Let's let that lie die.
+NETSURF_UA_FORMAT_STRING := "NetSurf/%d.%d (%s; %s)"
+
+# Default home page if one is not defined. Note that this does not apply to
+# the RISC OS version, as it has its own local home page, and it can be changed
+# by editing the end of gui_init2() in riscos/gui.c
+NETSURF_HOMEPAGE := "http://www.netsurf-browser.org/welcome/"
+
# ----------------------------------------------------------------------------
# RISC OS-specific options
# ----------------------------------------------------------------------------