~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/hash.cc

  • Committer: Monty Taylor
  • Date: 2008-11-25 22:24:30 UTC
  • mto: (612.2.17 devel)
  • mto: This revision was merged to the branch mainline in revision 624.
  • Revision ID: mordred@solanthus.local-20081125222430-9odmuhup15mw7ex4
Moved some defines to config.h. Stopped including config.h directly anywhere.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
/* One of key_length or key_length_offset must be given */
22
22
/* Key length of 0 isn't allowed */
23
23
 
24
 
#include <config.h>
 
24
#include <drizzled/global.h>
25
25
#include CSTDINT_H
26
26
#include <mysys/hash.h>
27
27