~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_getopt.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
 
#include <my_global.h>
17
 
#include <m_string.h>
 
16
#include "mysys_priv.h"
 
17
 
 
18
#include <mystrings/m_string.h>
18
19
#include <stdlib.h>
19
20
#include <my_sys.h>
20
21
#include <mysys_err.h>
1089
1090
  Print help for all options and variables.
1090
1091
*/
1091
1092
 
1092
 
#include <help_start.h>
1093
 
 
1094
1093
void my_print_help(const struct my_option *options)
1095
1094
{
1096
1095
  uint col, name_space= 22, comment_space= 57;
1248
1247
    }
1249
1248
  }
1250
1249
}
1251
 
 
1252
 
#include <help_end.h>