diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:09:08 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:09:08 +0200 |
commit | dab8a648dbc91b56c4b375cf2218a769856b8e34 (patch) | |
tree | c5b5e8d518ce3e71df22e2e481eea20afaea3d79 /system.h | |
parent | 0c15e5feb333b88b5a5a525d588601d381df654c (diff) | |
download | librpm-tizen-dab8a648dbc91b56c4b375cf2218a769856b8e34.tar.gz librpm-tizen-dab8a648dbc91b56c4b375cf2218a769856b8e34.tar.bz2 librpm-tizen-dab8a648dbc91b56c4b375cf2218a769856b8e34.zip |
Loose string header compatibility goo
- <string.h> is required by C standard, we dont support ancient
non-conformant compilers anyway
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -33,12 +33,7 @@ extern char ** environ; #endif #ifdef HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H -# include <memory.h> -# endif # include <string.h> -#else -# include <strings.h> #endif #if !defined(HAVE_STPCPY) @@ -165,8 +160,4 @@ extern const char *__progname; #include "misc/fnmatch.h" #endif -#if NEED_STRINGS_H -#include <strings.h> -#endif - #endif /* H_SYSTEM */ |