1
0
forked from aniani/vim

patch 7.4.692 for Problem: Defining SOLARIS for no good reason. (Danek Duvall)

Solution:   Remove it.
This commit is contained in:
Bram Moolenaar
2015-04-09 22:08:21 +02:00
parent f630387827
commit de1502f2b4
2 changed files with 2 additions and 7 deletions

View File

@@ -64,13 +64,6 @@
# include <sys/param.h> /* defines BSD, if it's a BSD system */
#endif
/*
* Sun defines FILE on SunOS 4.x.x, Solaris has a typedef for FILE
*/
#if defined(sun) && !defined(FILE)
# define SOLARIS
#endif
/*
* Using getcwd() is preferred, because it checks for a buffer overflow.
* Don't use getcwd() on systems do use system("sh -c pwd"). There is an