diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 16:06:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 16:06:07 -0600 |
commit | be0ca741fd12897337408d1d7a7d8f5f18e1fac9 (patch) | |
tree | b9fa3458193a17180d8773a0204ee05ae206cd99 /libkdenetwork/libgpgme-copy/gpgme/fakes.c | |
parent | bbb7afdb6da2969535e7f05715e2cb95cfdc917c (diff) | |
download | tdepim-be0ca741fd12897337408d1d7a7d8f5f18e1fac9.tar.gz tdepim-be0ca741fd12897337408d1d7a7d8f5f18e1fac9.zip |
Finish rename from prior commit
Diffstat (limited to 'libkdenetwork/libgpgme-copy/gpgme/fakes.c')
-rw-r--r-- | libkdenetwork/libgpgme-copy/gpgme/fakes.c | 24 |
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 - - - |