mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
remove HAVE_STDLIB_H
This commit is contained in:

committed by
Thiago de Arruda

parent
ed9a68eea9
commit
e38266a3dd
@@ -60,7 +60,6 @@
|
|||||||
#define HAVE_SIGSTACK 1
|
#define HAVE_SIGSTACK 1
|
||||||
#define HAVE_SIGVEC 1
|
#define HAVE_SIGVEC 1
|
||||||
#define HAVE_ST_BLKSIZE 1
|
#define HAVE_ST_BLKSIZE 1
|
||||||
#define HAVE_STDLIB_H 1
|
|
||||||
#define HAVE_STRCASECMP 1
|
#define HAVE_STRCASECMP 1
|
||||||
#define HAVE_STRERROR 1
|
#define HAVE_STRERROR 1
|
||||||
#define HAVE_STRFTIME 1
|
#define HAVE_STRFTIME 1
|
||||||
|
@@ -16,9 +16,7 @@
|
|||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
# include <sys/stat.h>
|
# include <sys/stat.h>
|
||||||
|
|
||||||
#ifdef HAVE_STDLIB_H
|
|
||||||
# include <stdlib.h>
|
# include <stdlib.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user