view lib-src/config.values.in @ 939:025200a2163c

[xemacs-hg @ 2002-07-31 07:23:39 by michaels] 2002-07-17 Marcus Crestani <crestani@informatik.uni-tuebingen.de> Markus Kaltenbach <makalten@informatik.uni-tuebingen.de> Mike Sperber <mike@xemacs.org> configure flag to turn these changes on: --use-kkcc First we added a dumpable flag to lrecord_implementation. It shows, if the object is dumpable and should be processed by the dumper. * lrecord.h (struct lrecord_implementation): added dumpable flag (MAKE_LRECORD_IMPLEMENTATION): fitted the different makro definitions to the new lrecord_implementation and their calls. Then we changed mark_object, that it no longer needs a mark method for those types that have pdump descritions. * alloc.c: (mark_object): If the object has a description, the new mark algorithm is called, and the object is marked according to its description. Otherwise it uses the mark method like before. These procedures mark objects according to their descriptions. They are modeled on the corresponding pdumper procedures. (mark_with_description): (get_indirect_count): (structure_size): (mark_struct_contents): These procedures still call mark_object, this is needed while there are Lisp_Objects without descriptions left. We added pdump descriptions for many Lisp_Objects: * extents.c: extent_auxiliary_description * database.c: database_description * gui.c: gui_item_description * scrollbar.c: scrollbar_instance_description * toolbar.c: toolbar_button_description * event-stream.c: command_builder_description * mule-charset.c: charset_description * device-msw.c: devmode_description * dialog-msw.c: mswindows_dialog_id_description * eldap.c: ldap_description * postgresql.c: pgconn_description pgresult_description * tooltalk.c: tooltalk_message_description tooltalk_pattern_description * ui-gtk.c: emacs_ffi_description emacs_gtk_object_description * events.c: * events.h: * event-stream.c: * event-Xt.c: * event-gtk.c: * event-tty.c: To write a pdump description for Lisp_Event, we converted every struct in the union event to a Lisp_Object. So we created nine new Lisp_Objects: Lisp_Key_Data, Lisp_Button_Data, Lisp_Motion_Data, Lisp_Process_Data, Lisp_Timeout_Data, Lisp_Eval_Data, Lisp_Misc_User_Data, Lisp_Magic_Data, Lisp_Magic_Eval_Data. We also wrote makro selectors and mutators for the fields of the new designed Lisp_Event and added everywhere these new abstractions. We implemented XD_UNION support in (mark_with_description), so we can describe exspecially console/device specific data with XD_UNION. To describe with XD_UNION, we added a field to these objects, which holds the variant type of the object. This field is initialized in the appendant constructor. The variant is an integer, it has also to be described in an description, if XD_UNION is used. XD_UNION is used in following descriptions: * console.c: console_description (get_console_variant): returns the variant (create_console): added variant initialization * console.h (console_variant): the different console types * console-impl.h (struct console): added enum console_variant contype * device.c: device_description (Fmake_device): added variant initialization * device-impl.h (struct device): added enum console_variant devtype * objects.c: image_instance_description font_instance_description (Fmake_color_instance): added variant initialization (Fmake_font_instance): added variant initialization * objects-impl.h (struct Lisp_Color_Instance): added color_instance_type * objects-impl.h (struct Lisp_Font_Instance): added font_instance_type * process.c: process_description (make_process_internal): added variant initialization * process.h (process_variant): the different process types
author michaels
date Wed, 31 Jul 2002 07:23:39 +0000
parents 44d2f69c70ad
children 25e260cb7994
line wrap: on
line source

;;; Do not edit this file!
;;; This file was automatically generated, by the config.values.sh script,
;;; from configure, which was itself automatically generated from configure.in.
;;;
;;; See lisp/config.el for details on how this file is used.
;;;
;;; You are trapped in a twisty maze of strange-looking files, all autogenerated...

;;; configure        is created, from configure.in,     by autoconf
;;; config.values.in is created, from configure,        by config.values.sh
;;; config.values    is created, from config.values.in, by configure
;;; config.values    is read by lisp/config.el,
;;;                  to create the (Lisp object) config-value-hash-table

;;; Variables defined in configure by AC_SUBST follow:
;;; (These are used in Makefiles)

ALLOCA "@ALLOCA@"
ARCHLIBDIR "@ARCHLIBDIR@"
ARCHLIBDIR_USER_DEFINED "@ARCHLIBDIR_USER_DEFINED@"
CC "@CC@"
CFLAGS "@CFLAGS@"
CPP "@CPP@"
CPPFLAGS "@CPPFLAGS@"
CXXFLAGS "@CXXFLAGS@"
DEFS "@DEFS@"
DOCDIR "@DOCDIR@"
DOCDIR_USER_DEFINED "@DOCDIR_USER_DEFINED@"
ETCDIR "@ETCDIR@"
ETCDIR_USER_DEFINED "@ETCDIR_USER_DEFINED@"
EXEC_PREFIX "@EXEC_PREFIX@"
EXEC_PREFIX_USER_DEFINED "@EXEC_PREFIX_USER_DEFINED@"
FFLAGS "@FFLAGS@"
GTK_CONFIG "@GTK_CONFIG@"
INFODIR "@INFODIR@"
INFODIR_USER_DEFINED "@INFODIR_USER_DEFINED@"
INFOPATH "@INFOPATH@"
INFOPATH_USER_DEFINED "@INFOPATH_USER_DEFINED@"
INSTALL "@INSTALL@"
INSTALL_ARCH_DEP_SUBDIR "@INSTALL_ARCH_DEP_SUBDIR@"
INSTALL_DATA "@INSTALL_DATA@"
INSTALL_PROGRAM "@INSTALL_PROGRAM@"
INSTALL_SCRIPT "@INSTALL_SCRIPT@"
LDFLAGS "@LDFLAGS@"
LIBS "@LIBS@"
LISPDIR "@LISPDIR@"
LISPDIR_USER_DEFINED "@LISPDIR_USER_DEFINED@"
LN_S "@LN_S@"
MAKE_SUBDIR "@MAKE_SUBDIR@"
MODULEDIR "@MODULEDIR@"
MODULEDIR_USER_DEFINED "@MODULEDIR_USER_DEFINED@"
PACKAGE_PATH "@PACKAGE_PATH@"
PACKAGE_PATH_USER_DEFINED "@PACKAGE_PATH_USER_DEFINED@"
PREFIX "@PREFIX@"
PREFIX_USER_DEFINED "@PREFIX_USER_DEFINED@"
PROGNAME "@PROGNAME@"
RANLIB "@RANLIB@"
RECURSIVE_MAKE "@RECURSIVE_MAKE@"
SET_MAKE "@SET_MAKE@"
SHELL "@SHELL@"
SITELISPDIR "@SITELISPDIR@"
SITELISPDIR_USER_DEFINED "@SITELISPDIR_USER_DEFINED@"
SITEMODULEDIR "@SITEMODULEDIR@"
SITEMODULEDIR_USER_DEFINED "@SITEMODULEDIR_USER_DEFINED@"
SRC_SUBDIR_DEPS "@SRC_SUBDIR_DEPS@"
SUBDIR_MAKEFILES "@SUBDIR_MAKEFILES@"
XEMACS_CC "@XEMACS_CC@"
X_CFLAGS "@X_CFLAGS@"
X_EXTRA_LIBS "@X_EXTRA_LIBS@"
X_LIBS "@X_LIBS@"
X_PRE_LIBS "@X_PRE_LIBS@"
YACC "@YACC@"
archlibdir "@archlibdir@"
bindir "@bindir@"
bitmapdir "@bitmapdir@"
blddir "@blddir@"
c_switch_all "@c_switch_all@"
c_switch_general "@c_switch_general@"
c_switch_window_system "@c_switch_window_system@"
canonical "@canonical@"
configuration "@configuration@"
configure_input "@configure_input@"
datadir "@datadir@"
dll_cflags "@dll_cflags@"
dll_ld "@dll_ld@"
dll_ldflags "@dll_ldflags@"
dll_ldo "@dll_ldo@"
dll_post "@dll_post@"
dnd_objs "@dnd_objs@"
docdir "@docdir@"
dynodump_arch "@dynodump_arch@"
etcdir "@etcdir@"
exec_prefix "@exec_prefix@"
extra_includes "@extra_includes@"
extra_objs "@extra_objs@"
have_esd_config "@have_esd_config@"
includedir "@includedir@"
infodir "@infodir@"
infopath "@infopath@"
install_pp "@install_pp@"
inststaticdir "@inststaticdir@"
instvardir "@instvardir@"
internal_makefile_list "@internal_makefile_list@"
ld "@ld@"
ld_dynamic_link_flags "@ld_dynamic_link_flags@"
ld_libs_all "@ld_libs_all@"
ld_libs_general "@ld_libs_general@"
ld_libs_window_system "@ld_libs_window_system@"
ld_switch_all "@ld_switch_all@"
ld_switch_general "@ld_switch_general@"
ld_switch_shared "@ld_switch_shared@"
ld_switch_window_system "@ld_switch_window_system@"
lib_gcc "@lib_gcc@"
libdir "@libdir@"
libexecdir "@libexecdir@"
libs_xauth "@libs_xauth@"
lispdir "@lispdir@"
localstatedir "@localstatedir@"
lwlib_objs "@lwlib_objs@"
machfile "@machfile@"
mandir "@mandir@"
moduledir "@moduledir@"
native_sound_lib "@native_sound_lib@"
oldincludedir "@oldincludedir@"
opsysfile "@opsysfile@"
package_path "@package_path@"
pkgdir "@pkgdir@"
prefix "@prefix@"
program_transform_name "@program_transform_name@"
sbindir "@sbindir@"
sharedstatedir "@sharedstatedir@"
sitelispdir "@sitelispdir@"
sitemoduledir "@sitemoduledir@"
sound_cflags "@sound_cflags@"
srcdir "@srcdir@"
start_files "@start_files@"
start_flags "@start_flags@"
statedir "@statedir@"
sysconfdir "@sysconfdir@"
top_srcdir "@top_srcdir@"
version "@version@"

;;; Variables defined in configure by AC_DEFINE and AC_DEFINE_UNQUOTED follow:
;;; (These are used in C code)