From 664ce79dd84220afbf6c6b727c6280ec85148267 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 27 Sep 2000 15:17:57 +0000 Subject: Fixes for Cygwin, with help from Pete Forman . Update the installation instructions (formerly misnamed "FAQ"), add configure checks for some headers rather than having users copy stubs manually (ugh!). Use Autoconf check for exe extension. This also avoids inheriting the value of $(X) from the environment. --- src/win32/tcp.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/win32/tcp.h (limited to 'src/win32/tcp.h') diff --git a/src/win32/tcp.h b/src/win32/tcp.h deleted file mode 100644 index 48de4ad556f..00000000000 --- a/src/win32/tcp.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef _INET_TCP_ -#define _INET_TCP_ - -/* JKR added file, all hacks will be in the files added, not in EGCS */ - -#endif /* _INET_TCP_ */ -- cgit v1.2.3