~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/client_priv.h

  • Committer: Monty Taylor
  • Date: 2008-09-16 00:00:48 UTC
  • mto: This revision was merged to the branch mainline in revision 391.
  • Revision ID: monty@inaugust.com-20080916000048-3rvrv3gv9l0ad3gs
Fixed copyright headers in drizzled/

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>
24
23
#include <mysys/my_getopt.h>
25
24
 
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
 
 
38
25
enum options_client
39
26
{
40
27
  OPT_CHARSETS_DIR=256, OPT_DEFAULT_CHARSET,