From 8016c1d53332b9ad2af8e49482f7848648995a89 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Wed, 20 Oct 2010 10:55:07 +1000 Subject: Allow extensions to be built/installed as modules This includes C extensions and Tcl extensions Also adds windows support (mingw32 and cygwin) Now the sqlite*, readline and win32 extensions are supported Signed-off-by: Steve Bennett --- jimautoconf.h.in | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'jimautoconf.h.in') diff --git a/jimautoconf.h.in b/jimautoconf.h.in index fbb871f..8e1acef 100644 --- a/jimautoconf.h.in +++ b/jimautoconf.h.in @@ -3,6 +3,9 @@ /* Define to 1 if you have the `backtrace' function. */ #undef HAVE_BACKTRACE +/* Define to 1 if you have the header file. */ +#undef HAVE_DLFCN_H + /* Have the dlopen function */ #undef HAVE_DLOPEN @@ -39,6 +42,9 @@ /* Define to 1 if you have the `pipe' function. */ #undef HAVE_PIPE +/* Have libreadline */ +#undef HAVE_READLINE + /* Define to 1 if you have the `readlink' function. */ #undef HAVE_READLINK @@ -54,6 +60,12 @@ /* Define to 1 if you have the `sleep' function. */ #undef HAVE_SLEEP +/* Have libsqlite */ +#undef HAVE_SQLITE + +/* Have libsqlite3 */ +#undef HAVE_SQLITE3 + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -105,8 +117,8 @@ /* Define to 1 if you have the `waitpid' function. */ #undef HAVE_WAITPID -/* Must declare 'environ' to use it. */ -#undef NEED_ENVIRON_EXTERN +/* No need to declare extern 'environ'. */ +#undef NO_ENVIRON_EXTERN /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT -- cgit v1.1