summaryrefslogtreecommitdiffstats
path: root/libkdenetwork/libgpgme-copy/gpgme/fakes.c
blob: 44d5940f13c3f3fe00019d27f840c60b11f06cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#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