commit | 311d982b6fbcad0cbbc7ca4358a0cd580b16fbc0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 15:48:28 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 27 15:48:28 2007 +0000 |
tree | 9fac6a814447866636599c5b52c828f6348ae772 | |
parent | 602eb74de6245dcad1ec77e919a7597789ef1c0e [diff] [blame] |
updated for version 7.0-202
diff --git a/src/vim.h b/src/vim.h index d69fe41..36ff27a 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