diff options
Diffstat (limited to 'missing.c')
-rw-r--r-- | missing.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -34,10 +34,6 @@ #include "missing/memset.c" #endif /* HAVE_MEMSET */ -#ifndef HAVE_RANDOM -#include "missing/random.c" -#endif /* HAVE_RANDOM */ - #ifndef HAVE_STRNCASECMP #include "missing/strncasecmp.c" #endif /* HAVE_STRCASE */ |