diff lib-src/config.values.in @ 996:25e260cb7994

[xemacs-hg @ 2002-09-10 15:27:02 by james] Enable unloading of dynamic modules. Create the first two internal XEmacs modules: LDAP and postgreSQL. Update the sample directory to contain a sample internal XEmacs module and a sample external XEmacs module. Improve support for autoloading modules. Make internal module code compile into the XEmacs binary if XEmacs is configured without module support. Make the internal module directories self-contained so that they can be distributed separately from XEmacs.
author james
date Tue, 10 Sep 2002 15:27:39 +0000
parents 44d2f69c70ad
children 2e6e691f6649
line wrap: on
line diff
--- a/lib-src/config.values.in	Mon Sep 09 21:53:43 2002 +0000
+++ b/lib-src/config.values.in	Tue Sep 10 15:27:39 2002 +0000
@@ -37,6 +37,7 @@
 INFOPATH "@INFOPATH@"
 INFOPATH_USER_DEFINED "@INFOPATH_USER_DEFINED@"
 INSTALL "@INSTALL@"
+INSTALLPATH "@INSTALLPATH@"
 INSTALL_ARCH_DEP_SUBDIR "@INSTALL_ARCH_DEP_SUBDIR@"
 INSTALL_DATA "@INSTALL_DATA@"
 INSTALL_PROGRAM "@INSTALL_PROGRAM@"
@@ -46,9 +47,15 @@
 LISPDIR "@LISPDIR@"
 LISPDIR_USER_DEFINED "@LISPDIR_USER_DEFINED@"
 LN_S "@LN_S@"
+MAKE_DOCFILE "@MAKE_DOCFILE@"
 MAKE_SUBDIR "@MAKE_SUBDIR@"
+MODARCHDIR "@MODARCHDIR@"
+MODCFLAGS "@MODCFLAGS@"
 MODULEDIR "@MODULEDIR@"
 MODULEDIR_USER_DEFINED "@MODULEDIR_USER_DEFINED@"
+MOD_CC "@MOD_CC@"
+MOD_INSTALL_PROGRAM "@MOD_INSTALL_PROGRAM@"
+OBJECT_TO_BUILD "@OBJECT_TO_BUILD@"
 PACKAGE_PATH "@PACKAGE_PATH@"
 PACKAGE_PATH_USER_DEFINED "@PACKAGE_PATH_USER_DEFINED@"
 PREFIX "@PREFIX@"
@@ -110,6 +117,7 @@
 ld_switch_general "@ld_switch_general@"
 ld_switch_shared "@ld_switch_shared@"
 ld_switch_window_system "@ld_switch_window_system@"
+ldap_libs "@ldap_libs@"
 lib_gcc "@lib_gcc@"
 libdir "@libdir@"
 libexecdir "@libexecdir@"
@@ -125,6 +133,7 @@
 opsysfile "@opsysfile@"
 package_path "@package_path@"
 pkgdir "@pkgdir@"
+postgresql_libs "@postgresql_libs@"
 prefix "@prefix@"
 program_transform_name "@program_transform_name@"
 sbindir "@sbindir@"
@@ -139,6 +148,7 @@
 sysconfdir "@sysconfdir@"
 top_srcdir "@top_srcdir@"
 version "@version@"
+with_modules "@with_modules@"
 
 ;;; Variables defined in configure by AC_DEFINE and AC_DEFINE_UNQUOTED follow:
 ;;; (These are used in C code)