Remove all `enum'-typed variables from the Config structure.
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 27 Jan 2003 18:02:24 +0000 (18:02 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 27 Jan 2003 18:02:24 +0000 (18:02 +0000)
commit5ecd7ad009cc5148c67b9d665f79a64083fae254
tree4f80e11863c7d67675e42a4930c9f06063cf01d0
parentfc6f0fc2d407ef98ab5e171210f840bd282cdaa8
Remove all `enum'-typed variables from the Config structure.
Everything in there which is integral is now an actual int, which
means my forthcoming revamp of the config box will be able to work
with `int *' pointers without fear of doom.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2733 cda61777-01e9-0310-a592-d414129be87e
ldisc.c
proxy.c
putty.h
settings.c
ssh.c
unix/pterm.c
windlg.c
window.c