~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

  • Committer: Brian Aker
  • Date: 2008-10-17 22:55:07 UTC
  • mto: (492.3.20 drizzle-clean-code)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: brian@tangent.org-20081017225507-l7g4jeahfzgj2lar
Remove dead macros

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>