~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/get_password.c

  • Committer: Monty Taylor
  • Date: 2008-09-15 00:46:33 UTC
  • mfrom: (383.1.55 client-split)
  • Revision ID: monty@inaugust.com-20080915004633-fmjw27fi41cxs35w
Merged from client-split.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
** This is an own file to avoid conflicts with curses
24
24
*/
25
25
#include <drizzled/global.h>
26
 
#include "drizzle.h"
 
26
#include "libdrizzle.h"
27
27
 
28
28
#if defined(HAVE_BROKEN_GETPASS) && !defined(HAVE_GETPASSPHRASE)
29
29
#undef HAVE_GETPASS