aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpgscm/scheme-config.h
diff options
context:
space:
mode:
authorMichael Haubenwallner <[email protected]>2017-03-07 12:54:49 +0000
committerJustus Winter <[email protected]>2017-03-07 13:33:27 +0000
commitc22a2a89d3bd3d08b3abb8e4e33df32b480338ec (patch)
tree3b701b0266fa358921ebaf331c2b5f07514da808 /tests/gpgscm/scheme-config.h
parentgpg: Do not allow the user to revoke the last valid UID. (diff)
downloadgnupg-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.h4
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__ */