summaryrefslogtreecommitdiff
path: root/riscos/options.h
blob: b003da1cb6d114268e338b76a6c31f06765b33c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * This file is part of NetSurf, http://netsurf.sourceforge.net/
 * Licensed under the GNU General Public License,
 *                http://www.opensource.org/licenses/gpl-license
 * Copyright 2004 Richard Wilson <not_ginger_matt@users.sourceforge.net>
 */

/** \file
 * RISC OS specific options.
 */

#ifndef _NETSURF_RISCOS_OPTIONS_H_
#define _NETSURF_RISCOS_OPTIONS_H_

#include "netsurf/desktop/options.h"

extern char *option_language;

#define EXTRA_OPTION_DEFINE \
char *option_language = 0;\

#define EXTRA_OPTION_TABLE \
{ "language",               OPTION_STRING,  &option_language }
#endif