~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-11-26 16:31:46 UTC
  • mfrom: (612.2.10 devel)
  • Revision ID: brian@tangent.org-20081126163146-nptzh53wd333f620
Merge from Monty

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