diff options
Diffstat (limited to '')
-rw-r--r-- | config.h.in | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in index 65169b4..76abc47 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 and it works. */ +/* Define if you have the iconv() function. */ #undef HAVE_ICONV /* Define to 1 if you have the <inttypes.h> header file. */ @@ -103,9 +103,6 @@ /* 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 @@ -269,9 +266,6 @@ /* 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 |