--- sql/mysql/config_auto.h.in 2012/06/06 13:19:22 1.6 +++ sql/mysql/config_auto.h.in 2012/06/11 21:48:24 1.13 @@ -159,6 +159,9 @@ /* Define if dlsym() requires a leading underscore in symbol names. */ #undef NEED_USCORE +/* Name of package */ +#undef PACKAGE + /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -177,6 +180,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* Version number of package */ +#undef VERSION + /* Define so that glibc/gnulib argp.h does not typedef error_t. */ #undef __error_t_defined