From 014bb3e4179c3888fd8fdd84ea1355f2f51839cb Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Tue, 16 Mar 2010 15:51:25 +0100 Subject: rerun autoreconf --- config.h.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 76abc47..65169b4 100644 --- a/config.h.in +++ b/config.h.in @@ -40,7 +40,7 @@ /* Define to 1 if you have the `gettimeofday' function. */ #undef HAVE_GETTIMEOFDAY -/* Define if you have the iconv() function. */ +/* Define if you have the iconv() function and it works. */ #undef HAVE_ICONV /* Define to 1 if you have the header file. */ @@ -103,6 +103,9 @@ /* Define to 1 if you have the `putenv' function. */ #undef HAVE_PUTENV +/* If available, contains the Python version number currently in use. */ +#undef HAVE_PYTHON + /* Define to 1 if you have the `regcomp' function. */ #undef HAVE_REGCOMP @@ -266,6 +269,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION -- cgit v1.2.3