~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/include/univ.i

  • 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:
80
80
# undef VERSION
81
81
 
82
82
/* Include the header file generated by GNU autoconf */
83
 
# ifndef __WIN__
 
83
# if !defined(__WIN__) && !defined(BUILD_DRIZZLE)
84
84
#  include <config.h>
85
85
# endif
86
86