~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-10-03 20:11:35 UTC
  • Revision ID: monty@inaugust.com-20081003201135-ddxe983k840v27fc
Moved global defines to configure.ac.

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([MASTER],[1],[Compile without unireg])
 
128
 
 
129
AC_DEFINE_UNQUOTED([QUOTE_ARG(x)],[#x],[Quote argument (before cpp)])
 
130
AC_DEFINE([STRINGIFY_ARG(x)],[QUOTE_ARG(x)],[Quote argument, after cpp])
 
131
 
 
132
 
127
133
AC_DEFINE([HAVE_REPLICATION],[1],[We always have replication])
128
134
 
129
135
dnl  InnoDB depends on some Drizzle's internals which other plugins should not