~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
**  Written by Monty
21
21
*/
22
22
 
23
 
#include <my_global.h>
24
 
#include <my_sys.h>
25
 
#include <m_string.h>
26
 
#include <my_getopt.h>
 
23
#include <drizzled/global.h>
 
24
#include <mysys/my_sys.h>
 
25
#include <mystrings/m_string.h>
 
26
#include <mysys/my_getopt.h>
27
27
 
28
28
 
29
29
const char *config_file="my";                   /* Default config file */
74
74
  {0, 0, 0, 0, 0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0}
75
75
};
76
76
 
77
 
 
78
 
 
79
 
#include <help_start.h>
80
 
 
81
77
static void usage(my_bool version)
82
78
{
83
79
  printf("%s  Ver 1.6 for %s at %s\n",my_progname,SYSTEM_TYPE,
93
89
  printf("\nExample usage:\n%s --defaults-file=example.cnf client mysql\n", my_progname);
94
90
}
95
91
 
96
 
#include <help_end.h>
97
 
 
98
 
 
99
92
static bool
100
93
get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
101
94
               char *argument __attribute__((unused)))