mirror of
https://github.com/MariaDB/server.git
synced 2026-04-24 17:25:31 +02:00
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
This commit is contained in:
parent
42ea25d4c5
commit
0117a92fed
26 changed files with 31 additions and 240 deletions
|
|
@ -26,10 +26,6 @@
|
|||
#include <m_string.h>
|
||||
#include <m_ctype.h>
|
||||
|
||||
#if defined(HAVE_BROKEN_GETPASS) && !defined(HAVE_GETPASSPHRASE)
|
||||
#undef HAVE_GETPASS
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GETPASS
|
||||
#ifdef HAVE_PWD_H
|
||||
#include <pwd.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue