From 9eacc5ca044874a6fabfe9197f5f1d5a9bd7d0ab Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Tue, 29 Jul 2008 15:10:31 +0000 Subject: Make user agent string and default homepage configurable from Makefile.config svn path=/trunk/netsurf/; revision=4803 --- Makefile.config | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Makefile.config') 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 # ---------------------------------------------------------------------------- -- cgit v1.2.3