aboutsummaryrefslogtreecommitdiff
path: root/jimautoconf.h.in
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2010-10-20 10:55:07 +1000
committerSteve Bennett <steveb@workware.net.au>2010-10-30 20:07:28 +1000
commit8016c1d53332b9ad2af8e49482f7848648995a89 (patch)
treee45d82799d638cdfcc2020e7cc05131b60049384 /jimautoconf.h.in
parentbbd43ee01fce3a2b5284154c50dfc9994c913a29 (diff)
downloadjimtcl-8016c1d53332b9ad2af8e49482f7848648995a89.zip
jimtcl-8016c1d53332b9ad2af8e49482f7848648995a89.tar.gz
jimtcl-8016c1d53332b9ad2af8e49482f7848648995a89.tar.bz2
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 <steveb@workware.net.au>
Diffstat (limited to 'jimautoconf.h.in')
-rw-r--r--jimautoconf.h.in16
1 files changed, 14 insertions, 2 deletions
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 <dlfcn.h> 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 <stdint.h> 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