Julian Bradfield | 5 Nov 2008 14:47
I think it's about time I came clean about why I've been finding bugs
and asking strange questions recently...

For a very long time, I've been almost but not quite perfectly happy with
XEmacs 21.4. There are two major bummers: the catastrophic slowness in
sequential access to large buffers; and the lack of true Unicode
support. (mule-ucs is pretty good, but requires some set-up, and loses
data if you get your set-up wrong, or find a file with a codepoint you
didn't know you had to deal with. mule-ucs is also really disgusting
to maintain. ccl, ack, splt.) The slowness I could now fix, by
backporting the 21.5.21 improvements to the bufbyte-charpos cache;
this message is about the other issue.  (It might be worth saying that
I want extensive multi-lingual support because I write about languages
and non-English things, not because I actually do any non-trivial
document processing in anything other than English. So I have no need
to process a 100MB Japanese document efficiently, say.)

XEmacs 21.5 ought to be an improvement, given the massive changes made
in it, and the many MULE improvements, but for me it isn't enough.
The unicode support is bolted on in a rather horrible fashion, albeit
much more robustly than via mule-ucs; and it doesn't allow one to
distinguish between unicode and legacy stuff (and since I have some
sympathies with the philosophy behind UTF-2000, and specifically
sometimes want to talk about different hanzi shapes in CJK, that
matters to me). Moreover, 21.5 is (for the most part) slower, bigger,
and behaves differently in subtle ways that take a lot of finding in
my single most important application, VM. (My impression from this
list is that these problems are mostly VM's fault, but that doesn't
make them any quicker to fix.)

(Continue reading)

Aidan Kehoe | 5 Nov 2008 21:54

 Ar an cúigiú lá de mí na Samhain, scríobh Julian Bradfield: 

 > I think it's about time I came clean about why I've been finding bugs
 > and asking strange questions recently...
 > 
 > For a very long time, I've been almost but not quite perfectly happy with
 > XEmacs 21.4. There are two major bummers: the catastrophic slowness in
 > sequential access to large buffers; and the lack of true Unicode
 > support. (mule-ucs is pretty good, but requires some set-up, and loses
 > data if you get your set-up wrong, or find a file with a codepoint you
 > didn't know you had to deal with. mule-ucs is also really disgusting
 > to maintain. ccl, ack, splt.) The slowness I could now fix, by
 > backporting the 21.5.21 improvements to the bufbyte-charpos cache;
 > this message is about the other issue.  (It might be worth saying that
 > I want extensive multi-lingual support because I write about languages
 > and non-English things, not because I actually do any non-trivial
 > document processing in anything other than English. So I have no need
 > to process a 100MB Japanese document efficiently, say.)
 > 
 > XEmacs 21.5 ought to be an improvement, given the massive changes made
 > in it, and the many MULE improvements, but for me it isn't enough.
 > The unicode support is bolted on in a rather horrible fashion, albeit
 > much more robustly than via mule-ucs; 

[...]

 > Now, this could be a purely private project; or it could be a way that
 > either SXEmacs or XEmacs might want to consider. I'd be interested in
 > the views of the XEmacs developers on this idea - especially the
(Continue reading)

Julian Bradfield | 5 Nov 2008 23:59
>What you’ve done and what you propose appears, to me, to be less
>maintainable and less coherent (more horrible) than the 21.5 approach. As

That's the kind of response I was looking for ;-)
Can you explain why? What I'm doing seems ultimately not all that
different from the 21.5 approach, except that I'm taking native UCS
and UTF-8 to be the immediate goal, and leaving the Mule stuff alone
for legacy compatibility; whereas 21.5 takes Mule as basic, and treats
UCS as a (partly arbitrary) collection of Mule charsets, aiming
ultimately for a big-bang abolition of Mule.
If I understand the 21.5 Unicode road map, I'll end up in almost the
same place as the goal of 21.5 anyway, using most of the high-level
stuff Ben wrote. I'll just never need to put in abominations like jit
charsets.

>On the issue of deunification and non-UCS support; people basically won’t
>understand it, you will get very few people comfortable enough with the
>basics to write good code. (There are few enough coders that really
>understand Unicode, the number that understand Mule or any other non-Unicode
>approach is a tiny fraction of that, from my estimation.) Unicode is the
>only game in town, I wish we had dropped the Mule internal encoding long
>ago.

Ultimately, I agree, which is why I want to have an XEmacs that is
natively Unicode, to give me a migration path. Sooner or later, the
de-unification problem will be sorted out, by a combination of
language identification (maybe even using those strongly discouraged
language tag characters) and the definition of suitable sets of
ideographic variation sequences; but until a consensus is reached on
how this is to be done in plain text, we will still have documents all
(Continue reading)

Stephen J. Turnbull | 6 Nov 2008 03:15
Julian Bradfield writes:

 > So for a long time I've been contemplating modifying XEmacs to be
 > natively UCS and UTF-8, while also preserving perfect backward
 > compatibility with the existing 21.4 way of doing things.
 > 
 > Three weeks ago I stopped contemplating and started wasting my
 > evenings (and my days off...) coding;-)

[...]

 > Now, this could be a purely private project; or it could be a way that
 > either SXEmacs or XEmacs might want to consider. I'd be interested in
 > the views of the XEmacs developers on this idea - especially the
 > reasons why it's a really bad idea and hasn't already been done!

Unfortunately I'm going to be out of touch for the next 10 days
(business trip to China, and I may or may not have a reasonable
internet connection).  But let me give you my initial reactions.

First, I think that SXEmacs should jump on this (in fact, it's not
clear to me why you didn't start from SXEmacs, unless you want Windows
support).  The general plan sounds quite robust, modulo 21.4
compatibility, which is why I think it would be a really good thing for
SXEmacs ... good Unicode support without too much spitting in the soup.
OTOH, as you recognize, this isn't going into 21.4, at least not until
we declare a stable-candidate release from the 21.5 codebase.

Second, I've been thinking along similar lines except not trying to
preserve perfect Mule compatibility, since I think many of the things
(Continue reading)

SXEmacs Issue Tracking | 6 Nov 2008 08:02

[Bug 90] New: SXEmacs won't run after install

http://issues.sxemacs.org/show_bug.cgi?id=90

          Revision: steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-
                    22
          Mainline: steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-
                    22
           Summary: SXEmacs won't run after install
           Product: SXEmacs
           Version: 22.1.10
          Platform: PC
        OS/Version: Linux
            Status: ASSIGNED
          Severity: blocker
          Priority: P1
         Component: Compile/Install
        AssignedTo: hroptatyr <at> sxemacs.org
        ReportedBy: steve <at> sxemacs.org
         QAContact: sxemacs-devel <at> sxemacs.org

Created an attachment (id=89)
 --> (http://issues.sxemacs.org/attachment.cgi?id=89)
C trace

This bug is still present as at 

steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-34

p-22 is where it was introduced.  What happens is the build goes fine, test
suite passes 100%, 1st (see below) install goes fine.  But when I try to start
this newly built/checked/installed SXEmacs it'll either hang until manually
(Continue reading)

SXEmacs Issue Tracking | 6 Nov 2008 08:05

[Bug 90] SXEmacs won't run after install

http://issues.sxemacs.org/show_bug.cgi?id=90

--- Comment #1 from Steve Youngs <steve <at> sxemacs.org>  2008-11-06 17:04:12 EST ---
Created an attachment (id=90)
 --> (http://issues.sxemacs.org/attachment.cgi?id=90)
Installation

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Reiner Steib | 6 Nov 2008 09:28
On Wed, Nov 05 2008, Aidan Kehoe wrote:

> Boyer-Moore is definitely worth the effort these days, the GNUs people
> reported a bug to GNU with big folders once they implemented the case
> equivalence i = I = İ = ı. I can’t find the message right now, sorry. 

Maybe within these threads...

http://thread.gmane.org/gmane.emacs.devel/68859/focus=64496
http://thread.gmane.org/gmane.emacs.gnus.general/63925/focus=63979

Bye, Reiner.
--

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/

SXEmacs Issue Tracking | 7 Nov 2008 19:53

[Bug 90] SXEmacs won't run after install

http://issues.sxemacs.org/show_bug.cgi?id=90

--- Comment #2 from Sebastian Freundt <hroptatyr <at> sxemacs.org>  2008-11-08 04:52:31 EST ---
Pixies fixed this one, no?  You want to commit it, Steve?

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

SXEmacs Issue Tracking | 7 Nov 2008 23:05

[Bug 90] SXEmacs won't run after install

http://issues.sxemacs.org/show_bug.cgi?id=90

Steve Youngs <steve <at> sxemacs.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Steve Youngs <steve <at> sxemacs.org>  2008-11-08 08:04:06 EST ---
With kudos to the Pixis, this is fixed in...

  steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-35

--

-- 
Configure bugmail: http://issues.sxemacs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Nelson Ferreira | 8 Nov 2008 00:15
Picon
Gravatar

Fwd: [Success] steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-36 on core2-pc-linux-gnu



Begin forwarded message:

From: Nelson Ferreira <njsf <at> sxemacs.org>
Date: November 7, 2008 6:09:17 PM EST
Subject: [Success] steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-36 on core2-pc-linux-gnu


SXEmacs Build Report generated by emacs-version
steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-36
with system-configuration
core2-pc-linux-gnu
follows:

Contents of /home/njsf/sandboxes/sxe/+BUILDS/sxe-main/debug-experimental-cc/Installation:
(Output from ./configure)

uname -a: Linux tuxie 2.6.24.5-smp #2 SMP Wed Apr 30 13:41:38 CDT 2008 i686 Intel(R) Core(TM)2 Quad CPU           <at> 2.40GHz GenuineIntel GNU/Linux

/home/njsf/sandboxes/sxe/sxe-main/configure  '--prefix=/home/njsf/debug' '--with-pop' '--with-xfs' '--with-sound=all' '--with-x' '--with-modules' '--with-openssl' '--with-ent=all' '--with-experimental-features' --enable-ltdl-install=no


SXEmacs steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-36 "Excalibur" configured for `core2-pc-linux-gnu'.


Compilation Environment and Installation Defaults:
  Source code location:              /home/njsf/sandboxes/sxe/sxe-main
  Installation prefix:               /home/njsf/debug
  Arch-dependent files go to:        /home/njsf/debug/lib/sxemacs-22.1.10/core2-pc-linux-gnu
  Core emodules go to:               /home/njsf/debug/lib/sxemacs-22.1.10/core2-pc-linux-gnu/modules
  Core lisp files go to:             /home/njsf/debug/share/sxemacs-22.1.10/lisp
  Additional external data goes to:  /home/njsf/debug/share/sxemacs-22.1.10/etc
  Operating system description file: `s/linux.h'
  Not using any machine description file
  Compiler version:                  gcc (GCC) 4.2.4
    - GCC specs file:                /usr/lib/gcc/i486-slackware-linux/4.2.4/specs
    - Compiler command:              gcc -std=gnu99 -fgnu89-inline -ggdb3 -O3 -Wall
    - Global CPPFLAGS:                -I/usr/local/include
    - Global LDFLAGS:                 -L/usr/local/lib -Wl,--export-dynamic
  libc version:                      GNU libc 2.7 (Slackware)
  Relocating allocator for buffers:  yes
  GNU version of malloc:             yes
    - Using Doug Lea's new malloc from the Linux C Library.

Build Options:
  Runtime behaviour:
    - Value of $prefix is compiled into the binary.

    - Module search path:
       /home/njsf/.sxemacs/core2-pc-linux-gnu/modules
       /home/njsf/debug/lib/sxemacs/core2-pc-linux-gnu/site-modules
       /home/njsf/debug/lib/sxemacs-22.1.10/core2-pc-linux-gnu/modules

    - Package search path:
       ~/.sxemacs/site-packages
       ~/.sxemacs/xemacs-packages
       ~/.sxemacs/mule-packages
       ~/.sxemacs/sxemacs-packages

       /home/njsf/debug/share/sxemacs/site-packages
       /home/njsf/debug/share/sxemacs/xemacs-packages
       /home/njsf/debug/share/sxemacs/mule-packages
       /home/njsf/debug/share/sxemacs/sxemacs-packages

Debugging options:
  Runtime Error Checking:
    Enabled Runtime Error Checking:  extents types gc malloc byte_code bufpos glyphs
      - extents (checks on extents)
      - types (checks on types)
      - gc (checks on garbage collection)
      - malloc (checks on memory allocation)
      - byte_code (checks on byte compiled code)
      - bufpos (checks on buffer position)
      - glyphs (checks on glyph data)
    Disabled Runtime Error Checking: None.
    WARNING: ---------------------------------------------------------
    WARNING: SXEmacs will run noticeably more slowly as a result.
    WARNING: Error checking is on by default for SXEmacs beta releases.
    WARNING: ---------------------------------------------------------

Internals:
  How to link external libraries:  dynamic
  Foreign Function Interface:
    Compiling in support for FFI.
  Enhanced Number Types:
    Enabled Enhanced Number Types:  int fpfloat indef gmp mpfr pseug pseuc quatern
      - int (native integer arithmetics)
      - fpfloat (native fixed precision floats)
      - indef (native abstract indefinites)
      + mpz (Arbitrary precision integers)
        (X) GMP (GNU multiprecision library)
      - MPFR (Multiprecision Floats with correct Rounding)
      - pseudoG (native Gaussian Numbers (Z+Z))
      + complex (Complex numbers as in C/R)
        (X) pseudoC (native Complex Numbers (C/R))
      - Quaternions (native Quaternions (Z+Z+Z+Z))
    Omitted Enhanced Number Types: None.
    Disabled Enhanced Number Types:  mpc* ecm*
  Experimental Features:
    Enabled Experimental Features:  bdwgc compre asyneq
      - bdwgc (the Boehm-Demers-Weiser collector)
      - compre (exhaustive caching of compiled regexps)
      - asyneq (asynchronous event queues)
    Disabled Experimental Features: None.

Window System:
  Compiling in support for the X window system:
    - X Windows headers location:                 /usr/X11/include
    - X Windows libraries location:               
    - Xau (X authority) not available.
    - Handling WM_COMMAND properly.
  Compiling in support for the Athena widget set:
    - Athena headers location:                    X11/Xaw3d
    - Athena library to link:                     Xaw3d
  Using Lucid menubars.
  Using Lucid scrollbars.
  Using Athena dialog boxes.
  Using Athena native widgets.
  Support for toolbars.

TTY:
  Compiling in support for ncurses.
  Compiling in support for GPM (General Purpose Mouse).

Databases:
  File-based Databases:
    Enabled File-based Databases:  berkdb
      - berkdb (Berkeley DB support)
    Disabled File-based Databases:  dbm* gdbm*
  Compiling in support for further database interfaces:

Media:
  Image Formats:
    Enabled Image Formats:  gif xpm png jpeg tiff
      - GIF (GIF image format)
      - XPM (X PixMap image format)
      - PNG (Portable Network Graphic format)
      - JPEG (jpeg image format)
      - TIFF (TIFF image format)
    Disabled Image Formats:  xface*
  Audio Outputs:
    Enabled Audio Outputs:  alsa ao arts esd jack oss
      - ALSA (kernel-based linux sound standard)
      - ao (generic audio output layer)
      - aRts (discontinued realtime synthesizer)
      - ESD (Enlightenment Sound Daemon)
      - Jack (a low-latency audio server)
      - OSS (Open Sound System)
    Disabled Audio Outputs:  nas* pulse*
  Media Stream Handlers:
    Enabled Media Stream Handlers:  ffmpeg internal mad sndfile sox magic
      - FFmpeg (media streams handled by ffmpeg)
      - internal (media streams handled internally)
      - Mad (media streams handled by mad)
      - sndfile (media streams handled by sndfile)
      - SoX (media streams handled by sox)
      - magic (file/libmagic support)
    Disabled Media Stream Handlers: None.

Cryptography:
  Compiling in support for OpenSSL ciphers and digests.
    - Submodules: RAND MD HMAC CIPHER HYBRID SIGN RSA DSA EC DH PEM SSL

Internationalization:
  Compiling in support for Mule (multi-lingual Emacs).
  Compiling in support for XIM (X11R5+ I18N input method).
    - Using raw Xlib to provide XIM support.
    - Using XFontSet to provide bilingual menubar.

Mail:
  Compiling in support for POP mail retrieval.
  Compiling in support for "file" mail spool file locking method.

Modules:
  Dynamic Shared Object Modules:
    Enabled Dynamic Shared Object Modules:  ase cl
      - ase (algebraic structures)
      - cl (fast Common Lisp implementation)
    Disabled Dynamic Shared Object Modules: None.
  Static Modules:
    Enabled Static Modules: None.
    Disabled Static Modules:  ase cl

Other Features:
  Inhibiting IPv6 canonicalization at startup.
  Using the new portable dumper.
  Compiling in support for extra debugging code.

Footnotes:
  + means not requested but enabled
  * means requested but disabled

No bogus options. Have a nice build :)


shared library dependencies:
linux-gate.so.1 =>  (0xffffe000)
libsxelw-Xt.so.0 => /home/njsf/sandboxes/sxe/+BUILDS/sxe-main/debug-experimental-cc/lwlib/.libs/libsxelw-Xt.so.0 (0xb7f89000)
libgc.so.1 => /usr/local/lib/libgc.so.1 (0xb7f2a000)
libssl.so.0 => /usr/lib/libssl.so.0 (0xb7eea000)
libcrypto.so.0 => /usr/lib/libcrypto.so.0 (0xb7dae000)
libdb-4.4.so => /lib/libdb-4.4.so (0xb7cb4000)
libmpfr.so.1 => /usr/lib/libmpfr.so.1 (0xb7c75000)
libgmp.so.3 => /usr/lib/libgmp.so.3 (0xb7c41000)
libao.so.2 => /usr/lib/libao.so.2 (0xb7c3d000)
libjack.so.0 => /usr/lib/libjack.so.0 (0xb7c24000)
libartsc.so.0 => /usr/lib/libartsc.so.0 (0xb7c1e000)
libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0xb7c1b000)
libgthread-2.0.so.0 => /usr/lib/libgthread-2.0.so.0 (0xb7c16000)
libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0xb7b4a000)
libesd.so.0 => /usr/lib/libesd.so.0 (0xb7b40000)
libasound.so.2 => /usr/lib/libasound.so.2 (0xb7a7f000)
librt.so.1 => /lib/librt.so.1 (0xb7a76000)
libaudiofile.so.0 => /usr/lib/libaudiofile.so.0 (0xb7a51000)
libmagic.so.1 => /usr/lib/libmagic.so.1 (0xb7a40000)
libmad.so.0 => /usr/lib/libmad.so.0 (0xb7a2a000)
libsox.so.0 => /usr/lib/libsox.so.0 (0xb7a11000)
libavformat.so.52 => /usr/lib/libavformat.so.52 (0xb7971000)
libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0xb7916000)
libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0xb78c6000)
libogg.so.0 => /usr/lib/libogg.so.0 (0xb78c0000)
libtiff.so.3 => /usr/lib/libtiff.so.3 (0xb786c000)
libpng.so.3 => /usr/lib/libpng.so.3 (0xb7831000)
libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0xb7811000)
libXpm.so.4 => /usr/lib/libXpm.so.4 (0xb7801000)
libXaw3d.so.8 => /usr/lib/libXaw3d.so.8 (0xb77be000)
libXmu.so.6 => /usr/lib/libXmu.so.6 (0xb77a8000)
libXt.so.6 => /usr/lib/libXt.so.6 (0xb7759000)
libXext.so.6 => /usr/lib/libXext.so.6 (0xb774b000)
libX11.so.6 => /usr/lib/libX11.so.6 (0xb7664000)
libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7662000)
libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb764b000)
libXau.so.6 => /usr/lib/libXau.so.6 (0xb7647000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7642000)
libSM.so.6 => /usr/lib/libSM.so.6 (0xb763a000)
libICE.so.6 => /usr/lib/libICE.so.6 (0xb7623000)
libutil.so.1 => /lib/libutil.so.1 (0xb761f000)
libffi.so.4 => /usr/local/lib/libffi.so.4 (0xb7619000)
libltdl.so.3 => /usr/lib/libltdl.so.3 (0xb7611000)
libdl.so.2 => /lib/libdl.so.2 (0xb760d000)
libz.so.1 => /usr/lib/libz.so.1 (0xb75f9000)
libgpm.so.1 => /lib/libgpm.so.1 (0xb75f4000)
libncurses.so.5 => /lib/libncurses.so.5 (0xb75b5000)
libc.so.6 => /lib/libc.so.6 (0xb746a000)
libpthread.so.0 => /lib/libpthread.so.0 (0xb7452000)
libm.so.6 => /lib/libm.so.6 (0xb742c000)
libavcodec.so.51 => /usr/lib/libavcodec.so.51 (0xb6d57000)
libavutil.so.49 => /usr/lib/libavutil.so.49 (0xb6d48000)
libgcc_s.so.1 => /usr/local/lib/libgcc_s.so.1 (0xb6d3b000)
/lib/ld-linux.so.2 (0xb7fa8000)
libbz2.so.1 => /lib/libbz2.so.1 (0xb6d29000)
libXp.so.6 => /usr/lib/libXp.so.6 (0xb6d22000)
libamrnb.so.3 => /usr/lib/libamrnb.so.3 (0xb6cd8000)
libamrwb.so.3 => /usr/lib/libamrwb.so.3 (0xb6ca1000)
libfaac.so.0 => /usr/lib/libfaac.so.0 (0xb6c90000)
libgsm.so.1 => /usr/lib/libgsm.so.1 (0xb6c83000)
libmp3lame.so.0 => /usr/local/lib/libmp3lame.so.0 (0xb6bf4000)
libtheora.so.0 => /usr/lib/libtheora.so.0 (0xb6bab000)
libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb6ab1000)
libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb6a88000)
libx264.so.59 => /usr/lib/libx264.so.59 (0xb6a17000)
libxvidcore.so.4 => /usr/lib/libxvidcore.so.4 (0xb6906000)

Contents of `config-value-hash-table':
Empty keys: extra_includes  ZLIB_CPPFLAGS  INFOPATH  ARCHLIBDIR_USER_DEFINED  MODULE_PATH_USER_DEFINED  SDB  DESCEND_DYNO_PPC_FALSE  ld_switch_window_system  target_alias  EXEEXT  SHMOD_LIBS  HAVE_SYSVIPC_TRUE  WITH_PDUMP_TRUE  PACKAGE_PATH_USER_DEFINED  DSYMUTIL  SITELISPDIR_USER_DEFINED  HAVE_SOCKETS_TRUE  C_SWITCH_X_SITE  PG_CONFIG  MEMALLOC_LIBS  X_LIBS  HAVE_METRONOME_TRUE  AMDEP_TRUE  statmod_archives  MODARCHDIR  ZLIB_LDFLAGS  WITH_EXTW_FALSE  HAVE_OPENSSL_TRUE  DESCEND_CL_TRUE  BZLIB_CPPFLAGS  OBJECT_TO_BUILD  INFOPATH_USER_DEFINED  MOD_CC  STATIC_ASE_FALSE  WITH_MULE_TRUE  HAVE_FFI_TRUE  lib_gcc  CONVENIENCE_LTDL_FALSE  SHMOD_VERSION  HAVE_SETITIMER_TRUE  DESCEND_LWLIB_TRUE  have_xml2_config  AUTARKIC_FALSE  NEED_LIBMEMALLOC_TRUE  HAVE_ZLIB_TRUE  LIBSTDCPP  XMKMF  DBX  NEED_LIBSXECORE_TRUE  PRTDIAG  sound_cflags  NEED_LIBSXEUI_TRUE  MODCFLAGS  DESCEND_DYNODUMP_FALSE  BZLIB_LDFLAGS  INSTALLPATH  MOD_INSTALL_PROGRAM  WITH_BDWGC_TRUE  SET_MAKE  HAVE_LZMA_FALSE  HAVE_EVE
 NTS_TRUE  DESCEND_DYNO_SPARC_FALSE  FFI_CPPFLAGS  host_alias  LD_SWITCH_SITE  ECHO_C  LIBST_CONFIG  SITEMODULEDIR_USER_DEFINED  XML2_CONFIG  DB_CPPFLAGS  am__fastdepCC_TRUE  USE_MEMALLOC_TRUE  am__quote  HAVE_TCPUDP_TRUE  ld_switch_all  ETCDIR_USER_DEFINED  EMOD_ASE_TRUE  STATIC_CL_FALSE  bitmapdir  HAVE_BDWGC_TRUE  HAVE_MULTICAST_TRUE  FFI_LDFLAGS  NEED_LIBCRUFT_TRUE  LZMA_CPPFLAGS  DESCEND_MODULES_TRUE  LD_SWITCH_X_SITE  NEED_LIBMM_TRUE  MAKE_AM_SUBDIR  dnd_objs  infopath  NEED_LIBSXEDB_TRUE  ALLOCA  start_files  ELLCC  LISPDIR_USER_DEFINED  YFLAGS  NMEDIT  MODULEDIR_USER_DEFINED  HAVE_LIBXML2_TRUE  machfile  ld_switch_general  OPENSSL_CPPFLAGS  HAVE_UNIX_TRUE  build_alias  SHMOD_CPPFLAGS  DESCEND_LIBLTDL_FALSE  LZMA_LDFLAGS  DOCDIR_USER_DEFINED  libs_xauth  LD_SWITCH_X_SITE_AUX  ECHO_T  HAVE_BZLIB_TRUE  DB_LDFLAGS  install_pp  BDWGC_CPPFLAGS  start_flags  am__fastdepCXX_TRUE  DESCEND_ASE_TRUE  BUILD_SHEAP_FALSE  INFODIR_USER_DEFINED  LTLIBOBJS  USR_CCS_BIN_AR  $$tardir  D
 ESCEND_DYNO_I386_TRUE  OPENSSL_LDFLAGS  INSTALL_LTDL_FALSE  EXEC_PREFIX_USER_DEFINED  NEED_ALLOCA_C_FALSE  EMOD_CL_TRUE  SHMOD_LDFLAGS  NEED_LIBENT_TRUE  LZMA_LIBS  LIBOBJS  SITELISPDIR  C_SWITCH_SITE  NEED_LIBMULE_TRUE  X_EXTRA_LIBS  HAVE_LIBEVENT_FALSE  sitelispdir  BDWGC_LDFLAGS  NEED_LIBSXEEVENTS_TRUE  statedir  LTDLINCL

USE_ASSERTIONS 1
EMACS "/home/njsf/sandboxes/sxe/+BUILDS/sxe-main/debug-experimental-cc/src/sxemacs"
prefix "/home/njsf/debug"
HAVE_X11_SHELL_H t
ERROR_CHECK_BUFPOS t
MM_LIBS "-lao -lpthread -ldl   -lasound -ljack -lpthread -lrt   -L/usr/lib -ldl -lartsc -lpthread -lgmodule-2.0 -ldl -lgthread-2.0 -lrt -lglib-2.0 -L/usr/lib -lesd -laudiofile -lm -lasound -laudiofile -lm -lmagic -lmad -lsox  -lavformat   -lsndfile   -ltiff -lpng -ljpeg -lXpm -lpthread "
AMDEP_FALSE "#"
HAVE___ISNANL t
HAVE_ACCEPT t
sxe_cv_maths_typeof_MINDOUBLE "double"
have_maths_LONG_MAX "yes"
PROTOTYPES 1
install_sh "$(SHELL) /home/njsf/sandboxes/sxe/sxe-main/install-sh"
DB_LIBS "-ldb "
localstatedir "${prefix}/var"
HAVE_METRONOME_FALSE "#"
HAVE_SOX_OPEN_READ_4ARGS t
HAVE_EVP_MD_CTX_INIT t
HAVE_OPENSSL_ADD_ALL_CIPHERS t
HAVE_SSL_GET_VERIFY_RESULT t
HAVE_GETADDRINFO t
HAVE_RANDOM t
HAVE_CALLOC t
HAVE_STRSPN t
HAVE_LT_DLCALLER_GET_DATA t
HAVE_INET_MAKEADDR t
HAVE_SNDFILE t
HAVE_DECL_ISCNTRL t
HAVE_SYS_TIMES_H t
HAVE_MATHS_FLT_MAX t
ac_cv_prog_YACC "bison -y"
SIZEOF_CHAR_P 4
HAVE_DIALOGS t
HAVE_MATHS_SIGNBIT t
dvidir "${docdir}"
TIME_WITH_SYS_TIME 1
HAVE_TLSV1_SERVER_METHOD t
TYPEOF_MATHS_MINLONG "long int"
EF_USE_ASYNEQ 1
LIBTOOL_VERSION "ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)"
HAVE_WCSLEN t
ENCAPSULATE_READLINK "/**/"
MAKE_SUBDIR " lib-src lwlib"
HAVE___FPCLASSIFYL t
GETPGRP_VOID 1
sxe_cv_maths_typeof_LONG_MIN "long int"
have_maths_FMINEXP "yes"
AUTOHEADER "${SHELL} /home/njsf/sandboxes/sxe/sxe-main/missing --run autoheader"
LEX "flex"
PDUMP 1
HAVE_ARTSC_H t
host_vendor "pc"
libsxecore_objs " libsxecore_a-dumper.o"
HAVE_MEMCPY t
program_transform_name "s,x,x,"
HAVE_EVP_DIGESTINIT_EX t
HAVE_NONBLOCKING_SOCKETIoctlSocket t
HAVE_SSL_DO_HANDSHAKE t
HAVE_JPEGLIB_H t
HAVE_FREXP t
HAVE_PSEUG t
HAVE_BIO_SET_CALLBACK t
HAVE_STRLEN t
HAVE_LONG_DOUBLE_WIDER t
HAVE_HMAC_INIT t
XEMACS 1
HAVE_SETSOCKOPT t
HAVE_DECL_IOCTL t
HAVE_SYS_PARAM_H t
HAVE_MATHS_DBL_MAX t
ac_cv_have_x "have_x=yes ac_x_includes='''/usr/X11/include''' ac_x_libraries=''''''"
HAVE_DECL_STRDUP t
HAVE_MATHS_MININT t
compiler_version "gcc (GCC) 4.2.4"
SXEMACS_CODENAME "Excalibur"
HAVE_TIFF t
TYPEOF_MATHS_MAXINT "int"
DOUG_LEA_MALLOC 1
HAVE_VLIMIT t
ENCAPSULATE_EXECVP "/**/"
HAVE_ZLIB_FALSE "#"
FFLAGS "-g -O2"
sxe_cv_maths_typeof_INFINITY "float_t"
ATHENA_Toggle_h_ "X11/Xaw3d/Toggle.h"
JACK_VERSION "0.109.2"
PACKAGE_PATH "~/.sxemacs/site-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages:~/.sxemacs/sxemacs-packages::/home/njsf/debug/share/sxemacs/site-packages:/home/njsf/debug/share/sxemacs/xemacs-packages:/home/njsf/debug/share/sxemacs/mule-packages:/home/njsf/debug/share/sxemacs/sxemacs-packages"
HAVE_ARGZ_H t
have_pkg_config "yes"
CURSES_H_FILE "ncurses/ncurses.h"
libexecdir "${exec_prefix}/libexec"
DESCEND_LIBLTDL_TRUE "#"
moduledir "${libdir}/${instvardir}/${configuration}/modules"
HAVE_EVP_CIPHER_CTX_INIT t
HAVE_NCURSES t
HAVE_SSL_CTX_LOAD_VERIFY_LOCATIONS t
HAVE_ISSPACE t
HAVE_FLOCK t
HAVE_PNG_H t
HAVE_BIO_DUMP t
HAVE_STRCPY t
HAVE_LINK t
HAVE_GMP_H t
WITH_PDUMP_FALSE "#"
HAVE_SETITIMER t
HAVE_DECL_GETADDRINFO 0
HAVE_SYSVIPC_FALSE "#"
HAVE_MAD_H t
HAVE_ISDIGIT t
_XOPEN_SOURCE_EXTENDED 1
HAVE_DECL_SOCKET t
HAVE_MATHS_MAXFLOAT t
build_cpu "core2"
STDC_HEADERS 1
have_maths_DBL_MAX_EXP "yes"
HAVE_TERMCAP_H t
TYPEOF_MATHS_LDBL_MAX "long double"
HAVE_UNLOCKPT t
LWLIB_SCROLLBARS_LUCID t
HAVE_XM_XM_H t
sxe_cv_maths_typeof_FLT_MAX "float"
ATHENA_Dialog_h_ "X11/Xaw3d/Dialog.h"
HAVE_ALSA_SOUND t
sysconfdir "${prefix}/etc"
have_maths_MINSHORT "yes"
CCDEPMODE "depmode=gcc3"
ld_switch_shared "-c"
make_else "else"
HAVE_ESD_SOUND t
HAVE_MPZ t
HAVE_SSLV3_CLIENT_METHOD t
HAVE_FFI_FALSE "#"
HAVE_PEM_READ_PUBKEY t
HAVE_A_OUT_H t
HAVE_STPNCPY t
HAVE_LIBXML_PARSER_H t
HAVE_GETPT t
WITH_MPFR t
HAVE_RE_COMP t
HAVE_DECL_ACCEPT t
HAVE_STRUCT_TIMEVAL t
HAVE_LT_DLOPEN t
HAVE_ISALNUM t
_GNU_SOURCE 1
RETSIGTYPE "void"
HAVE_DECL_LT_DLOPEN t
HAVE_MATHS_ISNAN t
SRC_SUBDIR_DEPS " lwlib"
HAVE_EC_KEY_DUP t
fpfloat_long_double_p 1
TYPEOF_MATHS_FLT_MIN_EXP "float"
HAVE_UNISTD_H t
EMACS_MINOR_VERSION 1
HAVE_X11_XLOCALE_H t
MODULE_PATH "/home/njsf/.sxemacs/core2-pc-linux-gnu/modules:/home/njsf/debug/lib/sxemacs/core2-pc-linux-gnu/site-modules:/home/njsf/debug/lib/sxemacs-22.1.10/core2-pc-linux-gnu/modules"
ERROR_CHECK_MALLOC t
sxe_cv_maths_typeof_DBL_MAX "double"
ARCHLIBDIR "/home/njsf/debug/lib/sxemacs-22.1.10/core2-pc-linux-gnu"
NO_TERMIO 1
HAVE_ALSA_CONF_H t
sxe_cv_maths_typeof_NAN "float_t"
have_maths_MAXLONG "yes"
ld "$(CC) $(CFLAGS)"
1\ ", (lt_ptr) 0},/p''' -e '''s/^[BCDEGRST] ([^ ]*) ([^ ]*)$/  {"
HAVE_MMAP t
HAVE_SOX_SSIZE_T t
HAVE_EVP_SEALINIT t
HAVE_OPENSSL_PEM_H t
HAVE_ASM_SARL t
HAVE_STDBOOL_H t
HAVE_LIBM t
HAVE_GETNAMEINFO t
HAVE_READLINK t
HAVE_CLOSEDIR t
HAVE_STRTOLL t
HAVE_LT_DLFOREACH t
HAVE_INET_PTON t
YYTEXT_POINTER 1
HAVE_SOCKETS_FALSE "#"
REALPATH_RET_T "char*"
HAVE_SYS_WAIT_H t
HAVE_DECL_ISPUNCT t
HAVE_MATHS_FMINEXP t
SIZEOF_LONG_LONG_INT 8
HAVE_DOUBLE t
exec_prefix "${prefix}"
TYPEOF_MATHS_DBL_MIN_EXP "double"
HAVE_UINTMAX_T t
USER_FULL_NAME "pw->pw_gecos"
ELLMAKEDOC "/home/njsf/sandboxes/sxe/+BUILDS/sxe-main/debug-experimental-cc/lib-src/make-docfile"
LN_S "ln -s"
HAVE_X11_SHELLP_H t
MM_LDFLAGS " "
ENCAPSULATE_UNLINK "/**/"
AMDEPBACKSLASH "\\"
HAVE___ISNANF t
NEED_LIBSXEEVENTS_FALSE "#"
GTK_CONFIG "no"
sxe_cv_maths_typeof_MAXSHORT "short int"
have_maths_LDBL_MIN "yes"
PROGNAME "sxemacs"
HAVE_ASM_EAX t
localedir "${datarootdir}/locale"
HAVE_METRONOME t
HAVE_SOX_H t
simdflags " -mssse3 -msse3 -msse2 -msse"
HAVE_EVP_MD_CTX_CLEANUP t
HAVE_OPENSSL t
HAVE_SSL_GET_PEER_CERT_CHAIN t
HAVE_LIBDL t
HAVE_GC_H t
HAVE_QUATERN t
HAVE_STRRCHR t
HAVE_LT_DLADDSEARCHDIR t
HAVE_INET_LNAOF t
X_CFLAGS " -I/usr/X11/include"
HAVE_SIGSETJMP t
HAVE_DECL_ISBLANK t
HAVE_SYS_TIMEB_H t
HAVE_MATHS_DMINEXP t
ac_cv_prog_CXXCPP "g++ -E"
SIZEOF_CHAR 1
HAVE_DECL_SYS_SIGLIST t
HAVE_MATHS_SHRT_MIN t
docdir "${archlibdir}"
TERM_H_FILE "ncurses/term.h"
HAVE_TLSV1_CLIENT_METHOD t
TYPEOF_MATHS_MININT "int"
LIBTOOL_DEPS "/home/njsf/sandboxes/sxe/sxe-main/./ltmain.sh"
HAVE_WCSCMP t
MAKE_DOCFILE "/home/njsf/sandboxes/sxe/+BUILDS/sxe-main/debug-experimental-cc/lib-src/make-docfile"
ENCAPSULATE_READDIR "/**/"
HAVE___FPCLASSIFYF t
NEED_LIBMULE_FALSE "#"
GDB "/usr/bin/gdb"
sxe_cv_maths_typeof_LONG_MAX "long int"
have_maths_FMAXEXP "yes"
AUTOCONF_VERSION "autoconf (GNU Autoconf) 2.63"
PATH_SEPARATOR ":"
HAVE_ARPA_NAMESER_H t
host_os "linux-gnu"
CYGPATH_W "echo"
DIRNAME_RET_T "char*"
HAVE_MEMCHR t
pdfdir "${docdir}"
HAVE_EVP_DIGESTFINAL_EX t
HAVE_NONBLOCKING_SOCKETFIONBIO t
HAVE_SSL_CTX_USE_PRIVATEKEY_FILE t
HAVE_JPEG t
HAVE_FREE t
HAVE_PSEUC t
HAVE_BIO_READ t
HAVE_STRING_H t
HAVE_LONG_DOUBLE t
HAVE_HMAC_FINAL t
X11_RELEASE 6
HAVE_SETSID t
HAVE_DECL_GETOPT_LONG 0
HAVE_SYS_MSG_H t
HAVE_MATHERR t
ac_ct_F77 "g77"
SIGTYPE "RETSIGTYPE"
HAVE_DECL_STRCPY t
HAVE_MATHS_MINFLOAT t
c_switch_window_system "-I/usr/X11/include"
SXEMACS_CC "gcc -std=gnu99 -fgnu89-inline"
HAVE_THREADS t
TYPEOF_MATHS_MAXFLOAT "float"
LIBLTDL "-lltdl"
HAVE_VALUES_H t
ENCAPSULATE_EACCESS "/**/"
HAVE_ZLIB t
NEED_LIBENT_FALSE "#"
FFI_LIBS "-lffi"
sxe_cv_maths_typeof_FMINEXP "float"
ATHENA_ToggleP_h_ "X11/Xaw3d/ToggleP.h"
ISC_CONFIG_SH "/usr/bin/isc-config.sh"
PACKAGE_NAME "SXEmacs"
HAVE_ARGZ_CREATE_SEP t
have_pg_config "no"
CPPFLAGS " -I/usr/local/include"
libent_objs " libent_a-ent-gmp.o libent_a-ent-mpfr.o libent_a-ent-gaussian.o libent_a-ent-pseumpc.o libent_a-ent-quatern.o"
module_path "~/.sxemacs/core2-pc-linux-gnu/modules:${exec_prefix}/lib/sxemacs/core2-pc-linux-gnu/site-modules:${exec_prefix}/lib/${PROGNAME}-${old_version}/core2-pc-linux-gnu/modules"
HAVE_EVP_CIPHER_CTX_CLEANUP t
HAVE_MUNMAP t
HAVE_SSL_CTX_FREE t
HAVE_ISPUNCT t
HAVE_FLOAT_H t
HAVE_PNG t
HAVE_BERKELEY_DB t
HAVE_STRCOLL t
HAVE_LIMITS_H t
HAVE_GMP t
WITH_PDUMP t
HAVE_SELECT t
HAVE_DECL_FREE t
HAVE_SYSVIPC t
HAVE_MAD t
HAVE_ISCNTRL t
_XOPEN_SOURCE 500
HAVE_DECL_SETSOCKOPT 0
HAVE_MATHS_MAXDOUBLE t
STATIC_CL_TRUE "#"
HAVE_EMODULES t
have_maths_DBL_MAX "yes"
TYPEOF_MATHS_INT_MIN "int"
WITH_EMODULES t
LWLIB_MENUBARS_LUCID t
EMOD_CL_FALSE "#"
HAVE_XMU t
NAS_NO_ERROR_JUMP 1
EXEC_PREFIX "/home/njsf/debug"
sxe_cv_maths_typeof_DMINEXP "double"
ATHENA_Command_h_ "X11/Xaw3d/Command.h"
INSTALL_DATA "${INSTALL} -m 644"
HAVE_ALSA_PCM_H t
sxe_srcdir "/home/njsf/sandboxes/sxe/sxe-main"
have_maths_MINLONG "yes"
CC "gcc -std=gnu99 -fgnu89-inline"
DESCEND_DYNO_I386_FALSE "#"
HAVE_ESD_H t
HAVE_MPQ t
HAVE_SSLV2_SERVER_METHOD t
HAVE_FFI t
HAVE_PEM_READ_PRIVATEKEY t
HAVE_AVCODEC_DECODE_AUDIO2 t
HAVE_STPCPY t
HAVE_GETPGRP t
WITH_MPC t
HAVE_RESOLV_H t
HAVE_DB_UNKNOWN t
HAVE_STRUCT_TIMESPEC t
HAVE_LT_DLINFO t
HAVE_IOCTL t
_FILE_OFFSET_BITS 64
REL_ALLOC 1
HAVE_DECL_LT_DLEXIT t
HAVE_MATHS_ISINF t
am__tar "${AMTAR} chof - "
SNDFILE_VERSION "1.0.17"
HAVE_EC_GET_BUILTIN_CURVES t
fpfloat_double_p 0
TYPEOF_MATHS_FLT_MIN "float"
HAVE_UNAME t
USE_XFONTSET 1
LTDL_SYSSEARCHPATH "/lib:/usr/lib:/usr/local/lib:/usr/i486-slackware-linux/lib:/usr/lib/qt/lib:/usr/lib/seamonkey:/usr/local/lib64:/usr/x86_64-slamd64-linux/lib:/usr/lib64:/usr/lib64/qt/lib"
EMACS_MAJOR_VERSION 22
HAVE_X11_XLIB_H t
ERROR_CHECK_GLYPHS t
sxe_cv_feat_bison_version "bison (GNU Bison) 2.3"
AR "ar"
INFODIR "/home/njsf/debug/share/info"
HAVE_ALSA t
sxe_cv_maths_typeof_MINSHORT "short int"
have_maths_MAXINT "yes"
BROKEN_ALLOCA_IN_FUNCTION_CALLS 1
internal_makefile_list "Makefile.in lib-src/Makefile.in lwlib/Makefile.in"
DESCEND_ASE_FALSE "#"
lt_cv_sys_global_symbol_to_c_name_address "sed -n -e '''s/^: ([^ ]*) $/  {\\"
HAVE_MKTIME t
HAVE_SOX_SIGNALINFO_T_PRECISION t
HAVE_EVP_SEALFINAL t
HAVE_OPENSSL_FALSE "#"
HAVE_ASM_SALL t
HAVE_SSL_VERIFY_CERT_CHAIN t
HAVE_LIBINTL_H t
HAVE_GETLOADAVG t
HAVE_READDIR t
HAVE_CLOCK_GETTIME t
HAVE_STRTOLD t
HAVE_LT_DLEXIT t
HAVE_INET_NTOP t
HAVE_SOCKETS t
REALPATH_ACCEPTS_PROTMEM 1
HAVE_SYS_VLIMIT_H t
HAVE_DECL_ISPRINT t
am__fastdepCXX_FALSE "#"
HAVE_MATHS_FMAXEXP t
SIZEOF_LONG_DOUBLE 12
HAVE_DLFCN_H t
etcdir "${datadir}/${instvardir}/etc"
TYPEOF_MATHS_DBL_MIN "double"
HAVE_TZSET t
TYPEOF_MATHS_SHRT_MIN "short int"
HAVE_X11_INTRINSIC_H t
MM_CPPFLAGS "-I/usr/include/artsc -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include      "
ENCAPSULATE_SYMLINK "/**/"
HAVE___ISNAN t
GREP "/bin/grep"
sxe_cv_maths_typeof_MAXLONG "long int"
have_maths_LDBL_MAX "yes"
AWK "gawk"
PREFIX_USER_DEFINED ("" 1)
HAVE_ASM_CL t
DB_H_FILE "db.h"
lispdir "${datadir}/${instvardir}/lisp"
HAVE_MENUBARS t
HAVE_SOX_FORMAT_T t
sharedstatedir "${prefix}/com"
HAVE_EVP_ENCRYPTUPDATE t
HAVE_OPENPTY t
HAVE_SSL_GET_PEER_CERTIFICATE t
HAVE_LIBC t
HAVE_GC_GC_H t
HAVE_PUTENV t
HAVE_BZLIB_H t
HAVE_STROPTS_H t
HAVE_LTDL_H t
HAVE_INET_ATON t
XREGISTERIMINSTANTIATECALLBACK_NONSTANDARD_PROTOTYPE "/**/"
HAVE_SIGPROCMASK t
HAVE_DECL_ISASCII t
HAVE_SYS_STAT_H t
HAVE_MATHS_DMAXEXP t
ac_cv_prog_CPP "gcc -E"
SIZEOF_BOOL 1
HAVE_DECL_STRNCPY t
HAVE_MATHS_SHRT_MAX t
TERMCAP_H_FILE "ncurses/termcap.h"
HAVE_TIME_T t
TYPEOF_MATHS_MINFLOAT "float"
LIBTOOL "$(SHELL) $(top_builddir)/libtool"
ECHO_N "-n"
HAVE_WCHAR_T t
ENCAPSULATE_OPENDIR "/**/"
HAVE___FPCLASSIFY t
FUNCPROTO 15
sxe_cv_maths_typeof_LDBL_MIN "long double"
have_maths_FLT_MIN_EXP "yes"
AUTOCONF "${SHELL} /home/njsf/sandboxes/sxe/sxe-main/missing --run autoconf"
PACKAGE_VERSION "22.1.10"
HAVE_ARPA_INET_H t
host_cpu "core2"
CXXFLAGS "-g -O2"
libmule_objs " libmule_a-mule.o libmule_a-mule-ccl.o libmule_a-mule-charset.o libmule_a-file-coding.o libmule_a-input-method-xlib.o"
HAVE_MCHECK_H t
package_path "~/.sxemacs/site-packages:~/.sxemacs/xemacs-packages:~/.sxemacs/mule-packages:~/.sxemacs/sxemacs-packages::/home/njsf/debug/share/sxemacs/site-packages:/home/njsf/debug/share/sxemacs/xemacs-packages:/home/njsf/debug/share/sxemacs/mule-packages:/home/njsf/debug/share/sxemacs/sxemacs-packages"
HAVE_EVP_DECRYPTUPDATE t
HAVE_NET_ROUTE_H t
HAVE_SSL_CTX_USE_PRIVATEKEY t
HAVE_JACK_SOUND t
HAVE_FPFLOAT t
HAVE_PRELOADED_SYMBOLS t
HAVE_BIO_PRINTF t
HAVE_STRINGS_H t
HAVE_LOGB t
HAVE_HMAC_CTX_INIT t
WITH_QUATERN t
HAVE_SETPGID t
HAVE_DECL_GETOPT t
HAVE_SYS_IPC_H t
HAVE_MALLOC_H t
ac_ct_CXX "g++"
HAVE_ISNAN t
SIGRETURN "return"
HAVE_DECL_STRCMP t
HAVE_MATHS_MINDOUBLE t
c_switch_general "-DHAVE_CONFIG_H -pthread"
SXEMACS_ARCH_VERSION "steve <at> sxemacs.org--2008/sxemacs--main--22.1.10--patch-36"
have_maths_DMINEXP "yes"
HAVE_TERM_H t
TYPEOF_MATHS_MAXDOUBLE "double"
LIBADD_DL "-ldl"
DOCDIR "/home/njsf/debug/lib/sxemacs-22.1.10/core2-pc-linux-gnu"
HAVE_UTIME_H t
ENCAPSULATE_CREAT "/**/"
HAVE_X_WINDOWS t
sxe_cv_maths_typeof_FMAXEXP "float"
ATHENA_Scrollbar_h_ "X11/Xaw3d/Scrollbar.h"
INSTALL_STRIP_PROGRAM "$(install_sh) -c -s"
PACKAGE_BUGREPORT "http://issues.sxemacs.org/"
HAVE_ARGZ_APPEND t
have_openssl_bin "yes"
CPP "gcc -E"
libdir "${exec_prefix}/lib"
DESCEND_DYNO_SPARC_TRUE "#"
mkdir_p "/bin/mkdir -p"
HAVE_EVP_BYTESTOKEY t
HAVE_SSL_CTX_CHECK_PRIVATE_KEY t
HAVE_ISPRINT t
HAVE_FLOAT t
HAVE_PERROR t
HAVE_STRCMP t
HAVE_LIBXT t
HAVE_GIF t
WITH_NUMBER_TYPES t
HAVE_SCROLLBARS t
host "core2-pc-linux-gnu"
HAVE_DECL_FCNTL t
HAVE_SYMLINK t
HAVE_LZMA_TRUE "#"
_TANDEM_SOURCE 1
HAVE_ISBLANK t
SHELL "/bin/sh"
HAVE_DECL_REALPATH t
HAVE_MATHS_LONG_MIN t
HAVE_ELF_H t
have_libst_config "no"
TYPEOF_MATHS_INT_MAX "int"
HAVE_UNIX_PROCESSES t
WITH_ECM t
LWLIB_DIALOGS_ATHENA3D t
HAVE_XIM t
MULE ("yes" 1)
sxe_cv_maths_typeof_DMAXEXP "double"
ATHENA_AsciiText_h_ "X11/Xaw3d/AsciiText.h"
INSTALL_ARCH_DEP_SUBDIR " lib-src"
OPENSSL_BIN "/usr/bin/openssl"
HAVE_ALSA_OUTPUT_H t
sxe_cv_tmp_ffmpeg_url_fopen "ByteIOContext**"
have_maths_MININT "yes"
BZLIB_LIBS "-lbz2"
DESCEND_DYNODUMP_TRUE "#"
lwlib_objs " lwlib-Xaw.o xlwradio.o xlwcheckbox.o xlwgauge.o lwlib-Xlw.o xlwmenu.o xlwscrollbar.o xlwtabs.o xlwgcs.o"
HAVE_ERROR_T t
HAVE_MPFR_H t
HAVE_SSLV2_CLIENT_METHOD t
HAVE_FCNTL_H t
HAVE_OSS_SOUND t
HAVE_AVCODEC_DECODE_AUDIO t
HAVE_STDLIB_H t
HAVE_LIBXML2_FALSE "#"
HAVE_GETPAGESIZE t
WITH_GMP t
HAVE_RENAME t
HAVE_DATABASE t
HAVE_STRUCT_STAT_ST_RDEV t
HAVE_LT_DLHANDLE_NEXT t
_ALL_SOURCE 1
HAVE_INVERSE_HYPERBOLIC t
REGEX_MALLOC 1
HAVE_MATHS_INT_MIN t
HAVE_DECL_LT_DLCLOSE t
HAVE_EACCESS t
SIZEOF_WCHAR_T 4
fpfloat_cand_long_double_p 1
TYPEOF_MATHS_FLT_MAX_EXP "float"
HAVE_UMASK t
LTDL_SHLIB_EXT ".so"
EMACS_CONFIG_OPTIONS " '--prefix=/home/njsf/debug' '--with-pop' '--with-xfs' '--with-sound=all' '--with-x' '--with-modules' '--with-openssl' '--with-ent=all' '--with-experimental-features' --enable-ltdl-install=no"
HAVE_X11_XAW3D_XAWINIT_H t
MODULEDIR "/home/njsf/debug/lib/sxemacs-22.1.10/core2-pc-linux-gnu/modules"
ERROR_CHECK_GC t
sxe_cv_aux_werror_stack "off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off off "
AO_VERSION "0.8.8"
HAVE___SIGNBITL t
NEED_LUCID 1
HAVE_ALLOCA_H t
sxe_cv_maths_typeof_MINLONG "long int"
have_maths_MAXFLOAT "yes"
BITMAPDIR "/usr/X11/include/X11/bitmaps"
instvarsepdir "${PROGNAME}/${old_version}"
DEPDIR ".deps"
lt_cv_sys_global_symbol_pipe "sed -n -e '''s/^.*[ ]([ABCDGIRSTW][ABCDGIRSTW]*)[ ][ ]*([_A-Za-z][_A-Za-z0-9]*)$/

Gmane