diff options
author | Michael Haubenwallner <[email protected]> | 2017-03-07 12:54:49 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-03-07 13:33:27 +0000 |
commit | c22a2a89d3bd3d08b3abb8e4e33df32b480338ec (patch) | |
tree | 3b701b0266fa358921ebaf331c2b5f07514da808 /tests/gpgscm/scheme-config.h | |
parent | gpg: Do not allow the user to revoke the last valid UID. (diff) | |
download | gnupg-c22a2a89d3bd3d08b3abb8e4e33df32b480338ec.tar.gz gnupg-c22a2a89d3bd3d08b3abb8e4e33df32b480338ec.zip |
gpgscm: Use system strlwr if available.
* tests/gpgscm/scheme.c: Define local strlwr only when HAVE_STRLWR is
not defined in config.h.
* tests/gpgscm/scheme-config.h: Remove hack.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | tests/gpgscm/scheme-config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/gpgscm/scheme-config.h b/tests/gpgscm/scheme-config.h index 20034981a..15ca969a4 100644 --- a/tests/gpgscm/scheme-config.h +++ b/tests/gpgscm/scheme-config.h @@ -30,7 +30,3 @@ #define USE_PLIST 0 #define USE_INTERFACE 1 #define SHOW_ERROR_LINE 1 - -#if __MINGW32__ -# define USE_STRLWR 0 -#endif /* __MINGW32__ */ |