~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-10-03 19:09:52 UTC
  • Revision ID: monty@inaugust.com-20081003190952-imf41em1znn00qer
Move unconditional defines to config.h.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
AC_DEFINE([FN_CURLIB],['.'], [./ is used as abbrev for current dir ])
125
125
AC_DEFINE([FN_PARENTDIR],[".."], [Parent directory; Must be a string ])
126
126
 
 
127
AC_DEFINE([HAVE_REPLICATION])
 
128
 
 
129
dnl  InnoDB depends on some Drizzle's internals which other plugins should not
 
130
dnl  need.  This is because of InnoDB's foreign key support, "safe" binlog
 
131
dnl  truncation, and other similar legacy features.
 
132
 
 
133
dnl  We define accessors for these internals unconditionally, but do not
 
134
dnl  expose them in mysql/plugin.h.  They are declared in ha_innodb.h for
 
135
dnl  InnoDB's use.
 
136
 
 
137
AC_DEFINE([INNODB_COMPATIBILITY_HOOKS])
 
138
 
 
139
 
127
140
# Canonicalize the configuration name.
128
141
 
129
142
# Check whether --with-system-type or --without-system-type was given.