~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Monty Taylor
  • Date: 2008-10-22 01:23:15 UTC
  • Revision ID: monty@inaugust.com-20081022012315-xe7jo6dkd8h15mgm
Moved gettext.h into drizzled in anticipation of the new client lib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <sys/stat.h>
27
27
 
28
28
/* Added this for string translation. */
29
 
#include <libdrizzle/gettext.h>
 
29
#include <drizzled/gettext.h>
30
30
 
31
31
#define ADMIN_VERSION "8.42"
32
32
#define SHUTDOWN_DEF_TIMEOUT 3600               /* Wait for shutdown */