OSDN Git Service

Modify features and documents for 1.98b the urgent security release.
[ffftp/ffftp.git] / contrib / putty / MACOSX / OSX.H
diff --git a/contrib/putty/MACOSX/OSX.H b/contrib/putty/MACOSX/OSX.H
deleted file mode 100644 (file)
index fcc152f..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#ifndef PUTTY_OSX_H\r
-#define PUTTY_OSX_H\r
-\r
-/*\r
- * Cocoa defines `FontSpec' itself, so we must change its name.\r
- * (Arrgh.)\r
- */\r
-#define FontSpec FontSpec_OSX_Proof\r
-\r
-/*\r
- * Define the various compatibility symbols to make uxpty.c compile\r
- * correctly on OS X.\r
- */\r
-#define BSD_PTYS\r
-#define OMIT_UTMP\r
-#define HAVE_NO_SETRESUID\r
-#define NOT_X_WINDOWS\r
-\r
-/*\r
- * OS X is largely just Unix, so we can include most of this\r
- * unchanged.\r
- */\r
-#include "unix.h"\r
-\r
-/*\r
- * Functions exported by osxsel.m. (Both of these functions are\r
- * expected to be called in the _main_ thread: the select subthread\r
- * is an implementation detail of osxsel.m and ideally should not\r
- * be visible at all outside it.)\r
- */\r
-void osxsel_init(void);                       /* call this to kick things off */\r
-void osxsel_process_results(void);     /* call this on receipt of a netevent */\r
-\r
-#endif\r