~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/get_password.c

Moved m_ctype, m_string and my_bitmap. Removed t_ctype.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <my_global.h>
25
25
#include <my_sys.h>
26
26
#include "drizzle.h"
27
 
#include <m_string.h>
28
 
#include <m_ctype.h>
 
27
#include <mystrings/m_string.h>
 
28
#include <mystrings/m_ctype.h>
29
29
 
30
30
#if defined(HAVE_BROKEN_GETPASS) && !defined(HAVE_GETPASSPHRASE)
31
31
#undef HAVE_GETPASS