~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_string.h

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:55:41 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006195541-6k2xqntueyn6ydlf
Removed global.h from headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#ifndef MYSTRINGS_M_STRING_H
23
23
#define MYSTRINGS_M_STRING_H
24
24
 
25
 
#include "drizzled/global.h"
26
 
 
27
25
#ifndef __USE_GNU
28
26
#define __USE_GNU                               /* We want to use my_stpcpy */
29
27
#endif