mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
Remove HAVE_LIBC_H
It was used in Vim for NeXT OS.
This commit is contained in:
@@ -24,10 +24,6 @@
|
|||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_LIBC_H
|
|
||||||
# include <libc.h> /* for NeXT */
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_SYS_PARAM_H
|
#ifdef HAVE_SYS_PARAM_H
|
||||||
# include <sys/param.h> /* defines BSD, if it's a BSD system */
|
# include <sys/param.h> /* defines BSD, if it's a BSD system */
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user