From a50e7c8b4e39f0b11bebe70b43e2a39e72a3fb71 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 23 Sep 2009 04:34:38 +0000 Subject: autoconf patches from PT M. git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1044 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- config.h.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 4a2adcc..c5a88b5 100644 --- a/config.h.in +++ b/config.h.in @@ -22,6 +22,9 @@ */ #undef HAVE_DIRENT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Define to 1 if you have the `dup2' function. */ #undef HAVE_DUP2 @@ -118,6 +121,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 @@ -269,6 +275,10 @@ slash. */ #undef LSTAT_FOLLOWS_SLASHED_SYMLINK +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Set to reflect version of ncurses */ #undef NCURSES_970530 @@ -290,6 +300,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