mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
remove HAVE_STRING_H
This commit is contained in:

committed by
Thiago de Arruda

parent
6c902e2104
commit
ec51b04a89
@@ -61,7 +61,6 @@
|
|||||||
#define HAVE_SIGVEC 1
|
#define HAVE_SIGVEC 1
|
||||||
#define HAVE_ST_BLKSIZE 1
|
#define HAVE_ST_BLKSIZE 1
|
||||||
#define HAVE_STRCASECMP 1
|
#define HAVE_STRCASECMP 1
|
||||||
#define HAVE_STRING_H 1
|
|
||||||
#define HAVE_STRINGS_H 1
|
#define HAVE_STRINGS_H 1
|
||||||
#define HAVE_STRNCASECMP 1
|
#define HAVE_STRNCASECMP 1
|
||||||
// TODO: add proper cmake check
|
// TODO: add proper cmake check
|
||||||
|
@@ -274,9 +274,7 @@
|
|||||||
|
|
||||||
/* Note: Some systems need both string.h and strings.h (Savage). However,
|
/* Note: Some systems need both string.h and strings.h (Savage). However,
|
||||||
* some systems can't handle both, only use string.h in that case. */
|
* some systems can't handle both, only use string.h in that case. */
|
||||||
#ifdef HAVE_STRING_H
|
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
#endif
|
|
||||||
#if defined(HAVE_STRINGS_H) && !defined(NO_STRINGS_WITH_STRING_H)
|
#if defined(HAVE_STRINGS_H) && !defined(NO_STRINGS_WITH_STRING_H)
|
||||||
# include <strings.h>
|
# include <strings.h>
|
||||||
#endif
|
#endif
|
||||||
|
@@ -52,9 +52,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_STRING_H
|
|
||||||
# include <string.h>
|
# include <string.h>
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef HAVE_SYS_STREAM_H
|
#ifdef HAVE_SYS_STREAM_H
|
||||||
# include <sys/stream.h>
|
# include <sys/stream.h>
|
||||||
|
Reference in New Issue
Block a user