summaryrefslogtreecommitdiff
path: root/riscos/constdata.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/constdata.h')
-rw-r--r--riscos/constdata.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/riscos/constdata.h b/riscos/constdata.h
index f5a6d47aa..088174678 100644
--- a/riscos/constdata.h
+++ b/riscos/constdata.h
@@ -10,8 +10,14 @@
#ifndef _NETSURF_RISCOS_CONSTDATA_H_
#define _NETSURF_RISCOS_CONSTDATA_H_
+#include "netsurf/utils/config.h"
+
+#ifdef WITH_ABOUT
extern const char * const ABOUT_URL;
+#ifdef WITH_COOKIES
extern const char * const COOKIE_URL;
+#endif
+#endif
extern const char * const GESTURES_URL;
extern const char * const HOME_URL;
extern const char * const HELP_URL;