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

@@ -274,9 +274,7 @@
/* 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. */
#ifdef HAVE_STRING_H
# include <string.h>
#endif
#if defined(HAVE_STRINGS_H) && !defined(NO_STRINGS_WITH_STRING_H)
# include <strings.h>
#endif