~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.cc

  • Committer: Brian Aker
  • Date: 2009-07-01 02:41:00 UTC
  • mfrom: (1081.1.4 mordred)
  • Revision ID: brian@gaz-20090701024100-nefdy7pnychzpg7h
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
 
78
78
static void usage(bool version)
79
79
{
80
 
  printf("%s  Ver 1.6 for %s at %s\n",my_progname,SYSTEM_TYPE,
81
 
         MACHINE_TYPE);
 
80
  printf("%s  Ver 1.6 for %s-%s at %s\n",my_progname,HOST_VENDOR,HOST_OS,
 
81
         HOST_CPU);
82
82
  if (version)
83
83
    return;
84
84
  puts("This software comes with ABSOLUTELY NO WARRANTY. This is free software,\nand you are welcome to modify and redistribute it under the GPL license\n");