summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-02-27 15:48:28 +0000
committerBram Moolenaar <Bram@vim.org>2007-02-27 15:48:28 +0000
commit311d982b6fbcad0cbbc7ca4358a0cd580b16fbc0 (patch)
tree9fac6a814447866636599c5b52c828f6348ae772 /src/vim.h
parent602eb74de6245dcad1ec77e919a7597789ef1c0e (diff)
downloadvim-git-311d982b6fbcad0cbbc7ca4358a0cd580b16fbc0.tar.gz
updated for version 7.0-202v7.0.202
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index d69fe412f..36ff27ab8 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -50,6 +50,15 @@
# endif
#endif
+/* user ID of root is usually zero, but not for everybody */
+#ifdef __TANDEM
+# define _TANDEM_SOURCE
+# include <floss.h>
+# define ROOT_UID 65535
+#else
+# define ROOT_UID 0
+#endif
+
#ifdef __EMX__ /* hand-edited config.h for OS/2 with EMX */
# include "os_os2_cfg.h"
#endif