summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/stubs.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/rpmio/stubs.c b/rpmio/stubs.c
index 9294d3af1..520c83269 100644
--- a/rpmio/stubs.c
+++ b/rpmio/stubs.c
@@ -42,34 +42,10 @@
#include "misc/stpncpy.c"
#endif
-#if !defined(HAVE_STRCSPN)
-#include "misc/strcspn.c"
-#endif
-
#if !defined(HAVE_STRSPN)
#include "misc/strdup.c"
#endif
-#if !defined(HAVE_STRERROR)
-#include "misc/error.c"
-#endif
-
-#if !defined(HAVE_STRTOL)
-#include "misc/strtol.c"
-#endif
-
-#if !defined(HAVE_STRTOUL)
-#include "misc/strtoul.c"
-#endif
-
-#if !defined(HAVE_STRSPN)
-#include "misc/strspn.c"
-#endif
-
-#if !defined(HAVE_STRSTR)
-#include "misc/strstr.c"
-#endif
-
#if defined(USE_GNU_GLOB)
#include "misc/fnmatch.h"
#include "misc/fnmatch.c"