You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdepim/libtdenetwork/libgpgme-copy/gpgme/fakes.c

25 lines
366 B

#include <config.h>
/** How can this work? The prototypes are not defined anywhere for code using those functions.... */
#ifndef HAVE_STPCPY
#include "stpcpy.c"
#endif
/*#ifndef HAVE_ISASCII
#include "isascii.c"
#endif*/
#ifndef HAVE_PUTC_UNLOCKED
#ifndef __FreeBSD__
#include "putc_unlocked.c"
#endif
#endif
#ifndef HAVE_MEMRCHR
#include "memrchr.c"
#endif