2 * Copyright (C) 1996-1998 Szeredi Miklos
3 * Email: mszeredi@inf.bme.hu
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version. See the file COPYING.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
35 extern struct sp_options spcf_options
[];
45 extern int privatemap
;
48 extern int small_screen
;
52 extern const char *sound_dev_name
;
53 extern int sound_sample_rate
;
54 extern int sound_to_autoclose
;
55 extern int sound_dsp_setfrag
;
57 extern int keyboard_type
;
58 extern int cursor_type
;
59 extern int color_type
;
60 extern int pause_on_iconify
;
61 extern int vga_pause_bg
;
62 extern int sp_quick_load
;
64 extern int load_immed
;
65 extern int spt_auto_stop
;
66 extern int spkb_allow_ascii
;
67 extern int spkb_trueshift
;
68 extern int spkb_funcshift
;
70 extern void spcf_set_val(int ix
, const char *val
, const char *name
,
73 extern void spcf_set_color(int ix
, const char *val
, const char *name
,
75 extern void spcf_set_key(int ix
, const char *val
, const char *name
,
77 extern int spcf_match_keydef(const char *attr
, const char *beg
);
78 extern int spcf_parse_conf_line(char *line
, char **attrp
, char **valp
);
81 #endif /* SPCONF_P_H */