summaryrefslogtreecommitdiff
path: root/src/vim.h
diff options
context:
space:
mode:
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