msm: consistency for equally ranked keys
[platform/upstream/rpm.git] / rpmio / stubs.c
1 /**
2  * \file rpmio/stubs.c
3  */
4
5 /* XXX Portable shared libraries require rpmlib to contain these functions. */
6
7 #include "system.h"
8
9 #if !defined(HAVE_STPCPY)
10 #include "misc/stpcpy.c"
11 #endif
12
13 #if !defined(HAVE_STPNCPY)
14 #include "misc/stpncpy.c"
15 #endif
16
17 #include "misc/fnmatch.h"
18 #include "misc/fnmatch.c"