I'm sick of all those #ifdefs in settings.c, and in any case plink
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 9 Jan 2003 18:06:29 +0000 (18:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 9 Jan 2003 18:06:29 +0000 (18:06 +0000)
commit5a9eb1056517b6ee6efa526a3a6b5a21aa802648
tree7401563ae083c749c7704565702c309c0b4b0515
parent1409c1b3e8a10189f89c4f50609cd5d1c8221385
I'm sick of all those #ifdefs in settings.c, and in any case plink
and pterm need at least one default setting to be _different_ (pterm
needs the default term type to be `xterm', while plink needs it to
be taken from $TERM). So here's a completely new alternative
mechanism for platform- and app-specific default settings. Ben will
probably want to check the integrity of the Mac port, since I've
fiddled with it without testing that it still compiles.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2513 cda61777-01e9-0310-a592-d414129be87e
Recipe
mac/mac.c
putty.h
settings.c
unix/pterm.c
unix/uxplink.c
windefs.c [new file with mode: 0644]