diff options
author | Reinhard Tartler <siretart@tauware.de> | 2010-03-16 15:51:25 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2010-03-16 15:51:25 +0100 |
commit | 014bb3e4179c3888fd8fdd84ea1355f2f51839cb (patch) | |
tree | 7bf2b636a7ab9e2858e33f6f287694a5b07e1aa5 /config.h.in | |
parent | 0950720d01ac43fcd6419984d348bc17209c4ca2 (diff) | |
download | lcd4linux-014bb3e4179c3888fd8fdd84ea1355f2f51839cb.tar.gz |
rerun autoreconf
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 8 |
1 files changed, 7 insertions, 1 deletions
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 <inttypes.h> 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 |