--- sql/sqlite/config_auto.h.in 2012/06/07 15:04:00 1.4 +++ sql/sqlite/config_auto.h.in 2012/06/09 22:34:04 1.7 @@ -156,6 +156,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 @@ -174,6 +177,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