1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/** * \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"