~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/client_priv.h

  • Committer: Monty Taylor
  • Date: 2008-10-23 23:53:49 UTC
  • mto: This revision was merged to the branch mainline in revision 557.
  • Revision ID: monty@inaugust.com-20081023235349-317wgwqwgccuacmq
SplitĀ outĀ nested_join.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <mystrings/m_string.h>
21
21
#include <libdrizzle/libdrizzle.h>
22
22
#include <libdrizzle/errmsg.h>
 
23
#include <libdrizzle/get_password.h>
23
24
#include <mysys/my_getopt.h>
24
25
 
 
26
#if TIME_WITH_SYS_TIME
 
27
# include <sys/time.h>
 
28
# include <time.h>
 
29
#else
 
30
# if HAVE_SYS_TIME_H
 
31
#  include <sys/time.h>
 
32
# else
 
33
#  include <time.h>
 
34
# endif
 
35
#endif  
 
36
 
 
37
 
25
38
enum options_client
26
39
{
27
40
  OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET,