~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

merge latest from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
extern "C" {                                    // Because of SCO 3.2V4.2
70
70
#include <errno.h>
71
71
#include <sys/stat.h>
72
 
#ifndef __GNU_LIBRARY__
73
 
#define __GNU_LIBRARY__                         // Skip warnings in getopt.h
74
 
#endif
75
72
#include <mysys/my_getopt.h>
76
73
#ifdef HAVE_SYSENT_H
77
74
#include <sysent.h>