0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

updated for version 7.0-202

This commit is contained in:
Bram Moolenaar
2007-02-27 15:48:28 +00:00
parent 602eb74de6
commit 311d982b6f
10 changed files with 49 additions and 10 deletions

View File

@@ -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