From 0117a92fedc2e5294682127d54034af5b3f96c8e Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Tue, 31 Jul 2012 19:29:07 +0200 Subject: MDEV-419 ensure that all HAVE_XXX constants can be set by cmake add missing checks to configure.cmake remove dead code and unused HAVE_xxx constants from the sources --- libmysql/get_password.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libmysql') diff --git a/libmysql/get_password.c b/libmysql/get_password.c index a10d112ccd0..16f6b25822d 100644 --- a/libmysql/get_password.c +++ b/libmysql/get_password.c @@ -26,10 +26,6 @@ #include #include -#if defined(HAVE_BROKEN_GETPASS) && !defined(HAVE_GETPASSPHRASE) -#undef HAVE_GETPASS -#endif - #ifdef HAVE_GETPASS #ifdef HAVE_PWD_H #include -- cgit v1.2.1