summaryrefslogtreecommitdiff
path: root/src/win32/tcp.h
diff options
context:
space:
mode:
authorPeter Eisentraut2000-09-27 15:17:57 +0000
committerPeter Eisentraut2000-09-27 15:17:57 +0000
commit664ce79dd84220afbf6c6b727c6280ec85148267 (patch)
treefbed3a54d787b20b3aafc79980ec0bc7807effbb /src/win32/tcp.h
parentf5ab0169231ca69ff194fba191d98e0bcc3e8e72 (diff)
Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.
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.
Diffstat (limited to 'src/win32/tcp.h')
-rw-r--r--src/win32/tcp.h6
1 files changed, 0 insertions, 6 deletions
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_ */