summaryrefslogtreecommitdiffstats
path: root/libkdenetwork/libgpgme-copy/gpgme/fakes.c
diff options
context:
space:
mode:
Diffstat (limited to 'libkdenetwork/libgpgme-copy/gpgme/fakes.c')
-rw-r--r--libkdenetwork/libgpgme-copy/gpgme/fakes.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/libkdenetwork/libgpgme-copy/gpgme/fakes.c b/libkdenetwork/libgpgme-copy/gpgme/fakes.c
deleted file mode 100644
index 44d5940f1..000000000
--- a/libkdenetwork/libgpgme-copy/gpgme/fakes.c
+++ /dev/null
@@ -1,24 +0,0 @@
-#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
-
-
-