aboutsummaryrefslogtreecommitdiff
path: root/tools/plink/puttyps.h
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-11-19 10:48:58 +0000
committermarha <marha@users.sourceforge.net>2010-11-19 10:48:58 +0000
commit8fd6c61557d06a2434cf0e296df38f218ba2c186 (patch)
tree61e9672dfeacac466952ef9fc7b38ef21426b136 /tools/plink/puttyps.h
parent20a8b976130e3b2cfff5c3364169e61ec10291f3 (diff)
downloadvcxsrv-8fd6c61557d06a2434cf0e296df38f218ba2c186.tar.gz
vcxsrv-8fd6c61557d06a2434cf0e296df38f218ba2c186.tar.bz2
vcxsrv-8fd6c61557d06a2434cf0e296df38f218ba2c186.zip
Remove tools again. Should have done it with svn merge --reintegrate
Diffstat (limited to 'tools/plink/puttyps.h')
-rw-r--r--tools/plink/puttyps.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/tools/plink/puttyps.h b/tools/plink/puttyps.h
deleted file mode 100644
index e7d280814..000000000
--- a/tools/plink/puttyps.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Find the platform-specific header for this platform.
- */
-
-#ifndef PUTTY_PUTTYPS_H
-#define PUTTY_PUTTYPS_H
-
-#ifdef _WINDOWS
-
-#include "winstuff.h"
-
-#elif defined(macintosh)
-
-#include "macstuff.h"
-
-#elif defined(MACOSX)
-
-#include "osx.h"
-
-#else
-
-#include "unix.h"
-
-#endif
-
-#endif