Remove HAVE_LIBC_H

It was used in Vim for NeXT OS.
This commit is contained in:
Pavel Platto 2014-06-06 17:02:54 +03:00
parent ff71a042a2
commit de8ba56495

View File

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