~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Brian Aker
  • Date: 2009-02-20 22:48:37 UTC
  • Revision ID: brian@tangent.org-20090220224837-fw5wrf46n4ru3e6a
First pass of stripping uint

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
# include <sys/stat.h>
116
116
#endif
117
117
 
118
 
#if !defined(HAVE_UINT)
119
 
#undef HAVE_UINT
120
 
#define HAVE_UINT
121
 
typedef unsigned int uint;
122
 
#endif
123
 
 
124
118
/* Declared in int2str() */
125
119
extern char _dig_vec_upper[];
126
120
extern char _dig_vec_lower[];