Navigation Menu

Skip to content

Commit

Permalink
include config.h for --with-debug (DBUG_ON/DBUG_OFF) option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 12, 2011
1 parent fcca691 commit a0708ef
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ha_mroonga.cc
Expand Up @@ -17,6 +17,18 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/

#ifdef HAVE_CONFIG_H
# include "config.h"
/* We need to undefine them because my_config.h defines them. :< */
# undef VERSION
# undef PACKAGE
# undef PACKAGE_BUGREPORT
# undef PACKAGE_NAME
# undef PACKAGE_STRING
# undef PACKAGE_TARNAME
# undef PACKAGE_VERSION
#endif

#ifdef USE_PRAGMA_IMPLEMENTATION
#pragma implementation
#endif
Expand Down

0 comments on commit a0708ef

Please sign in to comment.