summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/ini.h
blob: f26c162e37f8b5d396ef81bee00f1554f29e9838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Defines INI file vocabulary */
#define TELNET_INI "kerberos.ini"

#define INI_TELNET "Telnet"
#define   INI_FONT "Font"
#define   INI_WIDTH "Width"
#define   INI_HEIGHT "Height"
#define   INI_POSITION "Position"
#define   INI_BACKSPACE "Backspace"
#define   INI_BACKSPACE_BS "BS"
#define   INI_BACKSPACE_DEL "DEL"

#define INI_HOSTS "Telnet Hosts"
#define   INI_HOST "Host"
#define   INI_HOST_BS "BS"
#define   INI_HOST_DEL "DEL"