summaryrefslogtreecommitdiffstats
path: root/src/windows/wintel/ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/wintel/ini.h')
-rw-r--r--src/windows/wintel/ini.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/windows/wintel/ini.h b/src/windows/wintel/ini.h
new file mode 100644
index 000000000..d391c8a86
--- /dev/null
+++ b/src/windows/wintel/ini.h
@@ -0,0 +1,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"