1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

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 <justus@g10code.com>
This commit is contained in:
Michael Haubenwallner 2017-03-07 13:54:49 +01:00 committed by Justus Winter
parent 591b6a9d87
commit c22a2a89d3
No known key found for this signature in database
GPG key ID: DD1A52F9DA8C9020
2 changed files with 5 additions and 5 deletions

View file

@ -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__ */