remove HAVE_STRING_H

This commit is contained in:
oni-link
2014-04-01 13:18:50 +02:00
committed by Thiago de Arruda
parent 6c902e2104
commit ec51b04a89
3 changed files with 0 additions and 5 deletions

View File

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

View File

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

View File

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