diff options
author | wm4 <wm4@nowhere> | 2014-05-24 14:06:18 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-05-24 16:17:52 +0200 |
commit | 8665f7801837ac29f0171437e1c1cb7d6d51e410 (patch) | |
tree | 16b5a8aa7f1527630d58fb6690d57c0d58172ecb /old-configure | |
parent | aa87c143cb369f1448f8d08086b5ef98998b4436 (diff) |
stream_file: readjust some windows ifdeffery
Also sneak in some cosmetics.
setmode() exists on Windows/msvcrt only, so there's no need for a
config test.
I couldn't reproduce the problem with seekable pipes on wine, so axe
it. (I'm aware that it still could be an issue on real Windows.)
Diffstat (limited to 'old-configure')
-rwxr-xr-x | old-configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/old-configure b/old-configure index 9700cc75b9..b160881871 100755 --- a/old-configure +++ b/old-configure @@ -947,7 +947,6 @@ cat > $TMPC << EOF #define HAVE_DOS_PATHS 0 #define HAVE_PRIORITY 0 #define HAVE_GLOB 1 -#define HAVE_SETMODE 0 #define HAVE_POSIX_SELECT 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_NANOSLEEP 1 |