aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix_defs.h
diff options
context:
space:
mode:
authorStefan Hoffmann <stefan991@gmail.com>2014-05-03 16:00:03 +0200
committerStefan Hoffmann <stefan991@gmail.com>2014-05-09 15:49:33 +0200
commit65abdad02afdce6e534e2dc56ad2fa0334c03eb5 (patch)
treed27899c569f509519ea618e73e55d5f4f9273f00 /src/os_unix_defs.h
parentc41535d69d033fdd46f8ec60c84c3442c978a22a (diff)
downloadrneovim-65abdad02afdce6e534e2dc56ad2fa0334c03eb5.tar.gz
rneovim-65abdad02afdce6e534e2dc56ad2fa0334c03eb5.tar.bz2
rneovim-65abdad02afdce6e534e2dc56ad2fa0334c03eb5.zip
replaced last mch_stat() and mch_lstat()
files: memline.c and fileio.c
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r--src/os_unix_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h
index 5ca09a7584..96fc7ff32e 100644
--- a/src/os_unix_defs.h
+++ b/src/os_unix_defs.h
@@ -229,6 +229,7 @@
# define MAXPATHL 1024
#endif
+// TODO(stefan991): remove macro
#define CHECK_INODE /* used when checking if a swap file already
exists for a file */
# ifndef DFLT_MAXMEM
@@ -276,7 +277,6 @@
#endif
#define HAVE_DUP /* have dup() */
-#define HAVE_ST_MODE /* have stat.st_mode */
/* We have three kinds of ACL support. */
#define HAVE_ACL (HAVE_POSIX_ACL || HAVE_SOLARIS_ACL || HAVE_AIX_ACL)