aboutsummaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorChris Watkins <chris.watkins88@gmail.com>2014-04-22 23:30:46 -0700
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-24 10:49:14 -0300
commitb951cf5bfc5eac07cf5d60c29c0db7ee1f2818cc (patch)
treef7eb8f53f56c5159f55fb560d4ceadee0bd070cc /src/vim.h
parentbf9aeda01c0c134002d12eebaf1ffec7003417d6 (diff)
downloadrneovim-b951cf5bfc5eac07cf5d60c29c0db7ee1f2818cc.tar.gz
rneovim-b951cf5bfc5eac07cf5d60c29c0db7ee1f2818cc.tar.bz2
rneovim-b951cf5bfc5eac07cf5d60c29c0db7ee1f2818cc.zip
Remove O_EXTRA which was only for EMX and cygwin.
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/vim.h b/src/vim.h
index 3dbb335980..1260bdeec3 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -34,12 +34,6 @@
# if (SIZEOF_INT == 0)
Error: configure did not run properly.Check auto/config.log.
# endif
-
-/*
- * Cygwin may have fchdir() in a newer release, but in most versions it
- * doesn't work well and avoiding it keeps the binary backward compatible.
- */
-
#endif
/* user ID of root is usually zero, but not for everybody */
@@ -978,12 +972,6 @@ typedef enum {
# define APPENDBIN "a"
#endif
-/*
- * EMX doesn't have a global way of making open() use binary I/O.
- * Use O_BINARY for all open() calls.
- */
-# define O_EXTRA 0
-
#ifndef O_NOFOLLOW
# define O_NOFOLLOW 0
#endif