summaryrefslogtreecommitdiff
path: root/src/win32/endian.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/endian.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/endian.h')
-rw-r--r--src/win32/endian.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/win32/endian.h b/src/win32/endian.h
deleted file mode 100644
index 44007a10431..00000000000
--- a/src/win32/endian.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef _ENDIAN_H_
-#define _ENDIAN_H_
-
-/* JKR added file, all hacks will be in the files added, not in EGCS */
-
-#include <sys/param.h>
-
-#endif /* _ENDIAN_H_ */