summaryrefslogtreecommitdiff
path: root/rpmio/stubs.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio/stubs.c')
-rw-r--r--rpmio/stubs.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/rpmio/stubs.c b/rpmio/stubs.c
deleted file mode 100644
index 694306e47..000000000
--- a/rpmio/stubs.c
+++ /dev/null
@@ -1,18 +0,0 @@
-/**
- * \file rpmio/stubs.c
- */
-
-/* XXX Portable shared libraries require rpmlib to contain these functions. */
-
-#include "system.h"
-
-#if !defined(HAVE_STPCPY)
-#include "misc/stpcpy.c"
-#endif
-
-#if !defined(HAVE_STPNCPY)
-#include "misc/stpncpy.c"
-#endif
-
-#include "misc/fnmatch.h"
-#include "misc/fnmatch.c"