unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
@ 2013-03-08 23:29 James Jong
  2013-03-09  1:52 ` Glenn Morris
                   ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: James Jong @ 2013-03-08 23:29 UTC (permalink / raw)
  To: 13908

[-- Attachment #1: Type: text/plain, Size: 12920 bytes --]

Hi,

I  built recent the latest versions of `autoconf`, `automake` and `texinfo`
and updated my `PERL5LIB` to make it include
`/path/to/automake/share/automake-1.13` (otherwise I get the error: `can't
locate Automake/Config.pm`).

I then run:

    > autogen.sh

I then run `./configure --without-gif --prefix=/some/path`, and then
 `make`. But here I get  the following error:

`collect2: error: ld returned exit status`.

Here is the full trace for that error:

    gcc -std=gnu99     -I. -I../src -I../lib
-I/home/john/bin/emacs/rc/emacs-24.3/lib-src
-I/home/john/opt/emacs/rc/emacs-24.3/lib-src/../src -I/home/
    john/bin/emacs/rc/emacs-24.3/lib-src/../lib  -Wl,-znocombreloc   -g3
-O2 -DEMACS_NAME="\"GNU Emacs\"" \
              -DVERSION="\"24.3\""
/home/john/bin/emacs/rc/emacs-24.3/lib-src/etags.c \
              regex.o ../lib/libgnu.a  -o etags
    regex.o: In function `stpncpy':
    /usr/include/bits/string3.h:160: multiple definition of `stpncpy'
    /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here
    regex.o: In function `realpath':
    /usr/include/bits/stdlib.h:37: multiple definition of `realpath'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here
    regex.o: In function `ptsname_r':
    /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here
    regex.o: In function `wctomb':
    /usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here
    regex.o: In function `mbstowcs':
    /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here
    regex.o: In function `wcstombs':
    /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here
    regex.o: In function `read':
    /usr/include/bits/unistd.h:35: multiple definition of `read'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:35: first defined here
    regex.o: In function `pread':
    /usr/include/bits/unistd.h:57: multiple definition of `pread'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:57: first defined here
    regex.o: In function `pread64':
    /usr/include/bits/unistd.h:77: multiple definition of `pread64'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:77: first defined here
    regex.o: In function `readlink':
    /usr/include/bits/unistd.h:99: multiple definition of `readlink'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:99: first defined here
    regex.o: In function `readlinkat':
    /usr/include/bits/unistd.h:121: multiple definition of `readlinkat'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:121: first defined here
    regex.o: In function `getcwd':
    /usr/include/bits/unistd.h:136: multiple definition of `getcwd'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:136: first defined here
    regex.o: In function `getwd':
    /usr/include/bits/unistd.h:150: multiple definition of `getwd'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:150: first defined here
    regex.o: In function `confstr':
    /usr/include/bits/unistd.h:165: multiple definition of `confstr'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:165: first defined here
    regex.o: In function `getgroups':
    /usr/include/bits/unistd.h:181: multiple definition of `getgroups'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:181: first defined here
    regex.o: In function `ttyname_r':
    /usr/include/bits/unistd.h:197: multiple definition of `ttyname_r'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:197: first defined here
    regex.o: In function `getlogin_r':
    /usr/include/bits/unistd.h:213: multiple definition of `getlogin_r'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:213: first defined here
    regex.o: In function `gethostname':
    /usr/include/bits/unistd.h:230: multiple definition of `gethostname'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:230: first defined here
    regex.o: In function `getdomainname':
    /usr/include/bits/unistd.h:248: multiple definition of `getdomainname'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:248: first defined here
    ../lib/libgnu.a(c-strcasecmp.o): In function `stpncpy':
    /usr/include/bits/string3.h:160: multiple definition of `stpncpy'
    /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here
    ../lib/libgnu.a(c-strcasecmp.o): In function `realpath':
    /usr/include/bits/stdlib.h:37: multiple definition of `realpath'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here
    ../lib/libgnu.a(c-strcasecmp.o): In function `ptsname_r':
    /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here
    ../lib/libgnu.a(c-strcasecmp.o): In function `wctomb':
    /usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here
    ../lib/libgnu.a(c-strcasecmp.o): In function `mbstowcs':
    /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here
    ../lib/libgnu.a(c-strcasecmp.o): In function `wcstombs':
    /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here
    ../lib/libgnu.a(c-strncasecmp.o): In function `stpncpy':
    /usr/include/bits/string3.h:160: multiple definition of `stpncpy'
    /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here
    ../lib/libgnu.a(c-strncasecmp.o): In function `realpath':
    /usr/include/bits/stdlib.h:37: multiple definition of `realpath'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here
    ../lib/libgnu.a(c-strncasecmp.o): In function `ptsname_r':
    /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here
    ../lib/libgnu.a(c-strncasecmp.o): In function `wctomb':
    /usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here
    ../lib/libgnu.a(c-strncasecmp.o): In function `mbstowcs':
    /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here
    ../lib/libgnu.a(c-strncasecmp.o): In function `wcstombs':
    /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here
    ../lib/libgnu.a(getopt.o): In function `stpncpy':
    /usr/include/bits/string3.h:160: multiple definition of `stpncpy'
    /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here
    ../lib/libgnu.a(getopt.o): In function `realpath':
    /usr/include/bits/stdlib.h:37: multiple definition of `realpath'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here
    ../lib/libgnu.a(getopt.o): In function `ptsname_r':
    /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here
    ../lib/libgnu.a(getopt.o): In function `wctomb':
    /usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here
    ../lib/libgnu.a(getopt.o): In function `mbstowcs':
    /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here
    ../lib/libgnu.a(getopt.o): In function `wcstombs':
    /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here
    ../lib/libgnu.a(getopt.o): In function `gets':
    /usr/include/bits/stdio2.h:94: multiple definition of `gets'
    /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:94: first defined here
    ../lib/libgnu.a(getopt.o): In function `fgets':
    /usr/include/bits/stdio2.h:109: multiple definition of `fgets'
    /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:109: first defined here
    ../lib/libgnu.a(getopt.o): In function `fgets_unlocked':
    /usr/include/bits/stdio2.h:125: multiple definition of `fgets_unlocked'
    /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:125: first defined here
    ../lib/libgnu.a(getopt.o): In function `read':
    /usr/include/bits/unistd.h:35: multiple definition of `read'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:35: first defined here
    ../lib/libgnu.a(getopt.o): In function `pread':
    /usr/include/bits/unistd.h:57: multiple definition of `pread'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:57: first defined here
    ../lib/libgnu.a(getopt.o): In function `pread64':
    /usr/include/bits/unistd.h:77: multiple definition of `pread64'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:77: first defined here
    ../lib/libgnu.a(getopt.o): In function `readlink':
    /usr/include/bits/unistd.h:99: multiple definition of `readlink'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:99: first defined here
    ../lib/libgnu.a(getopt.o): In function `readlinkat':
    /usr/include/bits/unistd.h:121: multiple definition of `readlinkat'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:121: first defined here
    ../lib/libgnu.a(getopt.o): In function `getcwd':
    /usr/include/bits/unistd.h:136: multiple definition of `getcwd'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:136: first defined here
    ../lib/libgnu.a(getopt.o): In function `getwd':
    /usr/include/bits/unistd.h:150: multiple definition of `getwd'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:150: first defined here
    ../lib/libgnu.a(getopt.o): In function `confstr':
    /usr/include/bits/unistd.h:165: multiple definition of `confstr'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:165: first defined here
    ../lib/libgnu.a(getopt.o): In function `getgroups':
    /usr/include/bits/unistd.h:181: multiple definition of `getgroups'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:181: first defined here
    ../lib/libgnu.a(getopt.o): In function `ttyname_r':
    /usr/include/bits/unistd.h:197: multiple definition of `ttyname_r'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:197: first defined here
    ../lib/libgnu.a(getopt.o): In function `getlogin_r':
    /usr/include/bits/unistd.h:213: multiple definition of `getlogin_r'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:213: first defined here
    ../lib/libgnu.a(getopt.o): In function `gethostname':
    /usr/include/bits/unistd.h:230: multiple definition of `gethostname'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:230: first defined here
    ../lib/libgnu.a(getopt.o): In function `getdomainname':
    /usr/include/bits/unistd.h:248: multiple definition of `getdomainname'
    /tmp/ccntBfBN.o:/usr/include/bits/unistd.h:248: first defined here
    ../lib/libgnu.a(getopt1.o): In function `stpncpy':
    /usr/include/bits/string3.h:160: multiple definition of `stpncpy'
    /tmp/ccntBfBN.o:/usr/include/bits/string3.h:160: first defined here
    ../lib/libgnu.a(getopt1.o): In function `realpath':
    /usr/include/bits/stdlib.h:37: multiple definition of `realpath'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:37: first defined here
    ../lib/libgnu.a(getopt1.o): In function `ptsname_r':
    /usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:53: first defined here
    ../lib/libgnu.a(getopt1.o): In function `wctomb':
    /usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:74: first defined here
    ../lib/libgnu.a(getopt1.o): In function `mbstowcs':
    /usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:95: first defined here
    ../lib/libgnu.a(getopt1.o): In function `wcstombs':
    /usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
    /tmp/ccntBfBN.o:/usr/include/bits/stdlib.h:114: first defined here
    ../lib/libgnu.a(getopt1.o): In function `gets':
    /usr/include/bits/stdio2.h:94: multiple definition of `gets'
    /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:94: first defined here
    ../lib/libgnu.a(getopt1.o): In function `fgets':
    /usr/include/bits/stdio2.h:109: multiple definition of `fgets'
    /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:109: first defined here
    ../lib/libgnu.a(getopt1.o): In function `fgets_unlocked':
    /usr/include/bits/stdio2.h:125: multiple definition of `fgets_unlocked'
    /tmp/ccntBfBN.o:/usr/include/bits/stdio2.h:125: first defined here
    collect2: error: ld returned 1 exit status
    make[1]: *** [etags] Error 1
    make[1]: Leaving directory `/home/james/bin/emacs/rc/emacs-24.3/lib-src'
    make: *** [lib-src] Error 2

Any thoughts on what may be causing this?

James

[-- Attachment #2: Type: text/html, Size: 15803 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-08 23:29 bug#13908: Unable to compile Emacs 23.3 Release Candidate 2 James Jong
@ 2013-03-09  1:52 ` Glenn Morris
  2013-03-09  1:56   ` Glenn Morris
  2013-03-12 20:42 ` Paul Eggert
  2013-03-13 20:15 ` bug#13908: Unable to compile Emacs 24.3 stable James Jong
  2 siblings, 1 reply; 22+ messages in thread
From: Glenn Morris @ 2013-03-09  1:52 UTC (permalink / raw)
  To: James Jong; +Cc: 13908


Please extract the tarfile, run

./configure --without-gif --prefix=/some/path

(without running autogen.sh), and send config.log as a (compressed)
attachment. Thanks.





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-09  1:52 ` Glenn Morris
@ 2013-03-09  1:56   ` Glenn Morris
  2013-03-11 17:01     ` James Jong
  0 siblings, 1 reply; 22+ messages in thread
From: Glenn Morris @ 2013-03-09  1:56 UTC (permalink / raw)
  To: James Jong; +Cc: 13908

Glenn Morris wrote:

> Please extract the tarfile, run
>
> ./configure --without-gif --prefix=/some/path
>
> (without running autogen.sh), and send config.log as a (compressed)
> attachment. Thanks.

Actually, first check it it happens to build.
It should work fine if you run autogen.sh, but there's no need to do
that when building a release.





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-09  1:56   ` Glenn Morris
@ 2013-03-11 17:01     ` James Jong
  2013-03-11 18:14       ` Glenn Morris
                         ` (2 more replies)
  0 siblings, 3 replies; 22+ messages in thread
From: James Jong @ 2013-03-11 17:01 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13908


[-- Attachment #1.1: Type: text/plain, Size: 681 bytes --]

Thank you Glenn. I re-run things on the new stable release: Emacs-24.3 with
no luck.

Below you can find the output of my config.log after running $ ./configure
--without-gif --prefix=/home/james/raid/opt/emacs/releases/emacs-24.3.

James






On Fri, Mar 8, 2013 at 8:56 PM, Glenn Morris <rgm@gnu.org> wrote:

> Glenn Morris wrote:
>
> > Please extract the tarfile, run
> >
> > ./configure --without-gif --prefix=/some/path
> >
> > (without running autogen.sh), and send config.log as a (compressed)
> > attachment. Thanks.
>
> Actually, first check it it happens to build.
> It should work fine if you run autogen.sh, but there's no need to do
> that when building a release.
>

[-- Attachment #1.2: Type: text/html, Size: 1205 bytes --]

[-- Attachment #2: emacs-24.3.config.log --]
[-- Type: application/octet-stream, Size: 632142 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by emacs configure 24.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --without-gif --prefix=/home/james/raid/opt/emacs/releases/emacs-24.3

## --------- ##
## Platform. ##
## --------- ##

hostname = machine1.xyz.com
uname -m = x86_64
uname -r = 2.6.18-274.el5xen
uname -s = Linux
uname -v = #1 SMP Thu Jul 21 12:31:29 EDT 2011

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/james/perl5/bin
PATH: /opt/Python-2.7.3-x86_64/bin/
PATH: /opt/gcc-4.7.2-x86_64_with_fortran/bin/
PATH: /home/james/code/runjobs_utils/
PATH: /md4/vid/bin/utils/lsof/lsof_4.87
PATH: /md4/vid/bin/utils/htop/bin/
PATH: /opt/ImageMagick-6.8.0-7-x86_64/bin/
PATH: /opt/gnuplot-4.4.3-x86_64/bin
PATH: /opt/ffmpeg-1.0-x86_64/bin/
PATH: /home/swu/libraries/mylibs/bin
PATH: /opt/gcc-4.7.2-x86_64/bin/
PATH: /md4/vid/bin/R-2.15.2//bin/
PATH: /home/james/.local/lib/python2.7/site-packages/pyflakes/scripts/
PATH: /home/james/sw/cscope/bin/
PATH: /home/james/sw/cscope/cscope-15.8a/contrib/xcscope/
PATH: /home/james/sw/global/bin/
PATH: /home/james/sw/textinfo/bin/qq
PATH: /home/james/sw/eclipse_4.2.1/
PATH: /opt/jdk1.7.0_07/bin/
PATH: /opt/git-1.7.10-x86_64/bin/
PATH: /opt/ruby-1.9.3-p194-x86_64/bin/
PATH: /opt/perl-5.14.1-x86_64/bin/
PATH: /opt/qt-4.7.1-x86_64/bin/
PATH: /opt/emacs-24.2-x86_64/bin/
PATH: /home/james/src/
PATH: /home/james/src/ffmpeg
PATH: /home/james/src/cvpr12
PATH: /home/james/src/lsf
PATH: /home/james/src/mercurial
PATH: /home/james/src/back_up
PATH: /home/james/src/matlab
PATH: /home/james/perl5/bin
PATH: /opt/gcc-4.7.2-x86_64_with_fortran/bin/
PATH: /home/james/code/runjobs_utils/
PATH: /home/james/sw/autoconf/autoconf-2.69/bin/
PATH: /home/james/sw/automake/automake-1.13/bin
PATH: /md4/vid/bin/bazaar/bzr-2.6b2/
PATH: /md4/vid/bin/utils/lsof/lsof_4.87
PATH: /md4/vid/bin/utils/htop/bin/
PATH: /md4/vid/bin/utils/tmux-1.7/
PATH: /md4/vid/bin/utils/xclip/xclip-0.12/
PATH: /opt/ImageMagick-6.8.0-7-x86_64/bin/
PATH: /opt/gnuplot-4.4.3-x86_64/bin
PATH: /opt/ffmpeg-1.0-x86_64/bin/
PATH: /home/swu/libraries/mylibs/bin
PATH: /opt/gcc-4.7.2-x86_64/bin/
PATH: /md4/vid/bin/R/R-2.15.3//bin/
PATH: /home/james/.local/lib/python2.7/site-packages/pyflakes/scripts/
PATH: /home/james/sw/cscope/bin/
PATH: /home/james/sw/cscope/cscope-15.8a/contrib/xcscope/
PATH: /home/james/sw/global/bin/
PATH: /home/james/sw/texinfo/texinfo-5.0/bin/
PATH: /home/james/sw/eclipse_4.2.1/
PATH: /opt/jdk1.7.0_07/bin/
PATH: /opt/git-1.7.10-x86_64/bin/
PATH: /opt/ruby-1.9.3-p194-x86_64/bin/
PATH: /opt/perl-5.14.1-x86_64/bin/
PATH: /opt/Python-2.7.3-x86_64/bin/
PATH: /opt/qt-4.7.1-x86_64/bin/
PATH: /opt/emacs-24.2-x86_64/bin/
PATH: /home/james/src/
PATH: /home/james/src/ffmpeg
PATH: /home/james/src/cvpr12
PATH: /home/james/src/lsf
PATH: /home/james/src/mercurial
PATH: /home/james/src/back_up
PATH: /home/james/src/matlab
PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /home/james/sw/zsh/bin
PATH: .
PATH: /home/james/bin
PATH: /opt/WordNet-3.0-x86_64/bin
PATH: /opt/gstlfilt-2.47a
PATH: /opt/clisp-2.39-x86_64/bin
PATH: /opt/valgrind-3.6.1-x86_64/bin
PATH: /opt/sctk-2.2.4-x86_64/bin
PATH: /opt/mysql-4.1.15-x86_64/bin
PATH: /opt/ImageMagick-6.2.4-x86_64/bin
PATH: /opt/Byblos-Tools-1.1/bin
PATH: /opt/SGE-Tools-3.0.11-x86_64/bin
PATH: /opt/eclipse-4.2.1-x86_64
PATH: /opt/wavesurver-1.8.1
PATH: /opt/sphere_2.6a-xyz-patched-x86_64/bin
PATH: /md4/frist/releases/jnoes2/R2012_12_11/install-optimize-x86_64/scripts
PATH: /opt/sge-6.2u5/bin/lx24-amd64
PATH: /opt/sqlite-3.7.7.1-x86_64/bin
PATH: /opt/emacs-23.1-x86_64/bin
PATH: /opt/git-1.7.4.1-x86_64/bin
PATH: /opt/subversion-1.6.9-x86_64/bin
PATH: /opt/Adobe/Reader9/bin
PATH: /opt/rsync-3.0.5-x86_64/bin
PATH: /opt/apache-ant-1.7.1/bin
PATH: /opt/jdk1.6.0_22-x86_64/bin
PATH: /opt/cmake-2.4.7-x86_64/bin
PATH: /md4/frist/releases/jnoes2/R2012_12_11/install-optimize-x86_64/bin
PATH: /opt/apache-maven-3.0.4/bin
PATH: /bin
PATH: /bin
PATH: /bin
PATH: /bin
PATH: /bin
PATH: /bin
PATH: /opt/perl-5.8.6-x86_64/bin
PATH: /md4/vid/bin/R-2.15.2//bin/
PATH: /opt/sqlite-3.7.13-x86_64/bin
PATH: /opt/Python-2.7.3-x86_64/bin
PATH: /opt/mpich2-1.5-x86_64/bin
PATH: /opt/libxml2-2.8.0-x86_64/bin
PATH: /opt/ImageMagick-6.5.7-9-x86_64/bin
PATH: /opt/gnuplot-4.4.3-x86_64/bin
PATH: /opt/git-1.7.10-x86_64/bin
PATH: /opt/ffmpeg-1.0-x86_64/bin
PATH: /opt/cmake-2.8.1-x86_64/bin
PATH: /opt/Python-2.7.3-x86_64/bin/
PATH: /md4/vid/bin/R-2.15.2/bin/
PATH: /home/james/sw/zsh/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /opt/ACE+TAO-5.6-gcc-4.1.2-x86_64/bin
PATH: /md4/ws/bin
PATH: /home/james/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3393: checking for a BSD-compatible install
configure:3461: result: /usr/bin/install -c
configure:3472: checking whether build environment is sane
configure:3522: result: yes
configure:3663: checking for a thread-safe mkdir -p
configure:3702: result: /bin/mkdir -p
configure:3716: checking for gawk
configure:3732: found /bin/gawk
configure:3743: result: gawk
configure:3754: checking whether make sets $(MAKE)
configure:3776: result: yes
configure:4431: checking build system type
configure:4445: result: x86_64-unknown-linux-gnu
configure:4465: checking host system type
configure:4478: result: x86_64-unknown-linux-gnu
configure:4724: checking for gcc
configure:4740: found /opt/gcc-4.7.2-x86_64_with_fortran/bin//gcc
configure:4751: result: gcc
configure:4980: checking for C compiler version
configure:4989: gcc --version >&5
gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5000: $? = 0
configure:4989: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64_with_fortran/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --enable-languages=c,c++,fortran --disable-multilib --disable-shared --prefix=/opt/gcc-4.7.2-x86_64_with_fortran
Thread model: posix
gcc version 4.7.2 (GCC) 
configure:5000: $? = 0
configure:4989: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5000: $? = 1
configure:4989: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5000: $? = 1
configure:5020: checking whether the C compiler works
configure:5042: gcc    conftest.c  >&5
configure:5046: $? = 0
configure:5094: result: yes
configure:5097: checking for C compiler default output file name
configure:5099: result: a.out
configure:5105: checking for suffix of executables
configure:5112: gcc -o conftest    conftest.c  >&5
configure:5116: $? = 0
configure:5138: result: 
configure:5160: checking whether we are cross compiling
configure:5168: gcc -o conftest    conftest.c  >&5
configure:5172: $? = 0
configure:5179: ./conftest
configure:5183: $? = 0
configure:5198: result: no
configure:5203: checking for suffix of object files
configure:5225: gcc -c   conftest.c >&5
configure:5229: $? = 0
configure:5250: result: o
configure:5254: checking whether we are using the GNU C compiler
configure:5273: gcc -c   conftest.c >&5
configure:5273: $? = 0
configure:5282: result: yes
configure:5291: checking whether gcc accepts -g
configure:5311: gcc -c -g  conftest.c >&5
configure:5311: $? = 0
configure:5352: result: yes
configure:5369: checking for gcc option to accept ISO C89
configure:5432: gcc  -c -g -O2  conftest.c >&5
configure:5432: $? = 0
configure:5445: result: none needed
configure:5476: checking for style of include used by make
configure:5504: result: GNU
configure:5530: checking dependency style of gcc
configure:5641: result: gcc3
configure:5657: checking whether gcc and cc understand -c and -o together
configure:5688: gcc -c conftest.c -o conftest2.o >&5
configure:5692: $? = 0
configure:5698: gcc -c conftest.c -o conftest2.o >&5
configure:5702: $? = 0
configure:5713: cc -c conftest.c >&5
configure:5717: $? = 0
configure:5725: cc -c conftest.c -o conftest2.o >&5
configure:5729: $? = 0
configure:5735: cc -c conftest.c -o conftest2.o >&5
configure:5739: $? = 0
configure:5757: result: yes
configure:5799: checking how to run the C preprocessor
configure:5830: gcc -E  conftest.c
configure:5830: $? = 0
configure:5844: gcc -E  conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5869: result: gcc -E
configure:5889: gcc -E  conftest.c
configure:5889: $? = 0
configure:5903: gcc -E  conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5932: checking for grep that handles long lines and -e
configure:5990: result: /bin/grep
configure:5995: checking for egrep
configure:6057: result: /bin/grep -E
configure:6064: checking for Minix Amsterdam compiler
configure:6088: result: no
configure:6140: checking for ar
configure:6156: found /usr/bin/ar
configure:6167: result: ar
configure:6247: checking for ranlib
configure:6263: found /usr/bin/ranlib
configure:6274: result: ranlib
configure:6300: checking for ANSI C header files
configure:6320: gcc -c -g -O2  conftest.c >&5
configure:6320: $? = 0
configure:6393: gcc -o conftest -g -O2   conftest.c  >&5
configure:6393: $? = 0
configure:6393: ./conftest
configure:6393: $? = 0
configure:6404: result: yes
configure:6417: checking for sys/types.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for sys/stat.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for stdlib.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for string.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for memory.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for strings.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for inttypes.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for stdint.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for unistd.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6432: checking minix/config.h usability
configure:6432: gcc -c -g -O2  conftest.c >&5
conftest.c:55:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:6432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6432: result: no
configure:6432: checking minix/config.h presence
configure:6432: gcc -E  conftest.c
conftest.c:22:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:6432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:6432: result: no
configure:6432: checking for minix/config.h
configure:6432: result: no
configure:6461: checking whether it is safe to define __EXTENSIONS__
configure:6479: gcc -c -g -O2  conftest.c >&5
configure:6479: $? = 0
configure:6486: result: yes
configure:6515: checking for special C compiler options needed for large files
configure:6560: result: no
configure:6566: checking for _FILE_OFFSET_BITS value needed for large files
configure:6591: gcc -c -g -O2  conftest.c >&5
configure:6591: $? = 0
configure:6623: result: no
configure:6712: checking for gcc option to accept ISO C99
configure:6861: gcc  -c -g -O2  conftest.c >&5
conftest.c:78:29: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:132:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:132:18: error: 'newvar' undeclared (first use in this function)
conftest.c:132:18: note: each undeclared identifier is reported only once for each function it appfrist in
conftest.c:142:3: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:142:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:6861: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:6861: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6861: $? = 0
configure:6881: result: -std=gnu99
configure:6982: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:6996: result: -std=gnu99
configure:7099: checking whether gcc -std=gnu99 accepts -g3 -O2
configure:7115: gcc -std=gnu99 -o conftest -g3 -O2   conftest.c  >&5
configure:7115: $? = 0
configure:7123: result: yes
configure:7929: checking whether ln -s works
configure:7933: result: yes
configure:7943: checking for install-info
configure:7961: found /home/james/sw/texinfo/texinfo-5.0/bin//install-info
configure:7974: result: /home/james/sw/texinfo/texinfo-5.0/bin//install-info
configure:7984: checking for gzip
configure:8002: found /bin/gzip
configure:8014: result: /bin/gzip
configure:8026: checking for paxctl
configure:8059: result: no
configure:8092: checking for makeinfo
configure:8110: found /home/james/sw/texinfo/texinfo-5.0/bin//makeinfo
configure:8123: result: /home/james/sw/texinfo/texinfo-5.0/bin//makeinfo
configure:8182: checking for -znocombreloc
configure:8195: gcc -std=gnu99 -o conftest -g3 -O2   -Wl,-znocombreloc conftest.c  >&5
configure:8195: $? = 0
configure:8196: result: yes
configure:8529: checking for pkg-config
configure:8547: found /usr/bin/pkg-config
configure:8560: result: /usr/bin/pkg-config
configure:8577: checking machine/soundcard.h usability
configure:8577: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:62:31: fatal error: machine/soundcard.h: No such file or directory
compilation terminated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/soundcard.h>
configure:8577: result: no
configure:8577: checking machine/soundcard.h presence
configure:8577: gcc -E    conftest.c
conftest.c:29:31: fatal error: machine/soundcard.h: No such file or directory
compilation terminated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| /* end confdefs.h.  */
| #include <machine/soundcard.h>
configure:8577: result: no
configure:8577: checking for machine/soundcard.h
configure:8577: result: no
configure:8577: checking sys/soundcard.h usability
configure:8577: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8577: $? = 0
configure:8577: result: yes
configure:8577: checking sys/soundcard.h presence
configure:8577: gcc -E    conftest.c
configure:8577: $? = 0
configure:8577: result: yes
configure:8577: checking for sys/soundcard.h
configure:8577: result: yes
configure:8577: checking soundcard.h usability
configure:8577: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:63:23: fatal error: soundcard.h: No such file or directory
compilation terminated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <soundcard.h>
configure:8577: result: no
configure:8577: checking soundcard.h presence
configure:8577: gcc -E    conftest.c
conftest.c:30:23: fatal error: soundcard.h: No such file or directory
compilation terminated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <soundcard.h>
configure:8577: result: no
configure:8577: checking for soundcard.h
configure:8577: result: no
configure:8588: checking for _oss_ioctl in -lossaudio
configure:8613: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lossaudio   >&5 
/usr/bin/ld: cannot find -lossaudio
collect2: error: ld returned 1 exit status
configure:8613: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _oss_ioctl ();
| int
| main ()
| {
| return _oss_ioctl ();
|   ;
|   return 0;
| }
configure:8622: result: no
configure:8642: checking for alsa >= 1.0.0
configure:8656: result: yes CFLAGS='-I/usr/include/alsa  ' LIBS='-lasound  '
configure:8701: gcc -std=gnu99 -c -I/usr/include/alsa   -g3 -O2    conftest.c >&5
configure:8701: $? = 0
configure:8759: checking for linux/version.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/systeminfo.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:67:28: fatal error: sys/systeminfo.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/systeminfo.h>
configure:8759: result: no
configure:8759: checking for stdio_ext.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for fcntl.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for coff.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:69:18: fatal error: coff.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <coff.h>
configure:8759: result: no
configure:8759: checking for pty.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/vlimit.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/resource.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/utsname.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for pwd.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for utmp.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for dirent.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for util.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:76:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <util.h>
configure:8759: result: no
configure:8759: checking for sys/socket.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for stdlib.h
configure:8759: result: yes
configure:8759: checking for unistd.h
configure:8759: result: yes
configure:8759: checking for sys/param.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for pthread.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for malloc/malloc.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:81:27: fatal error: malloc/malloc.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <malloc/malloc.h>
configure:8759: result: no
configure:8759: checking for maillock.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:81:22: fatal error: maillock.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <maillock.h>
configure:8759: result: no
configure:8759: checking for sys/un.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for execinfo.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for getopt.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/time.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for wchar.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for stdint.h
configure:8759: result: yes
configure:8759: checking for inttypes.h
configure:8759: result: yes
configure:8759: checking for sys/select.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/stat.h
configure:8759: result: yes
configure:8759: checking for utime.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8798: checking if personality LINUX32 can be set
configure:8811: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8811: $? = 0
configure:8817: result: yes
configure:8828: checking for term.h
configure:8828: gcc -E    conftest.c
configure:8828: $? = 0
configure:8828: result: yes
configure:8838: checking whether time.h and sys/time.h may both be included
configure:8858: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8858: $? = 0
configure:8865: result: yes
configure:8873: checking whether sys_siglist is declared
configure:8873: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8873: $? = 0
configure:8873: result: yes
configure:8907: checking for sys/wait.h that is POSIX.1 compatible
configure:8933: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8933: $? = 0
configure:8940: result: yes
configure:8949: checking for speed_t
configure:8965: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8965: $? = 0
configure:8972: result: yes
configure:8985: checking for net/if.h
configure:8985: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8985: $? = 0
configure:8985: result: yes
configure:9001: checking for ifaddrs.h
configure:9001: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9001: $? = 0
configure:9001: result: yes
configure:9017: checking for net/if_dl.h
configure:9017: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:102:23: fatal error: net/if_dl.h: No such file or directory
compilation terminated.
configure:9017: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| #include <net/if_dl.h>
configure:9017: result: no
configure:9032: checking for struct ifreq.ifr_flags
configure:9032: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9032: $? = 0
configure:9032: result: yes
configure:9048: checking for struct ifreq.ifr_hwaddr
configure:9048: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:5: error: used struct type value where scalar is required
configure:9048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_hwaddr)
| return 0;
|   ;
|   return 0;
| }
configure:9048: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9048: $? = 0
configure:9048: result: yes
configure:9064: checking for struct ifreq.ifr_netmask
configure:9064: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:5: error: used struct type value where scalar is required
configure:9064: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_netmask)
| return 0;
|   ;
|   return 0;
| }
configure:9064: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9064: $? = 0
configure:9064: result: yes
configure:9080: checking for struct ifreq.ifr_broadaddr
configure:9080: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:112:5: error: used struct type value where scalar is required
configure:9080: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_broadaddr)
| return 0;
|   ;
|   return 0;
| }
configure:9080: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9080: $? = 0
configure:9080: result: yes
configure:9096: checking for struct ifreq.ifr_addr
configure:9096: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:5: error: used struct type value where scalar is required
configure:9096: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_addr)
| return 0;
|   ;
|   return 0;
| }
configure:9096: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9096: $? = 0
configure:9096: result: yes
configure:9112: checking for struct ifreq.ifr_addr.sa_len
configure:9112: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:21: error: 'struct sockaddr' has no member named 'sa_len'
configure:9112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_addr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:9112: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:28: error: 'struct sockaddr' has no member named 'sa_len'
configure:9112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (sizeof ac_aggr.ifr_addr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:9112: result: no
configure:9136: checking whether we are using GNU Make
configure:9145: result: yes
configure:9148: checking whether gcc understands -MMD -MF
configure:9163: gcc -std=gnu99 -c -g3 -O2 -MMD -MF deps.d -MP    conftest.c >&5
configure:9163: $? = 0
configure:9172: result: yes
configure:9192: checking for long file names
configure:9224: result: yes
configure:9241: checking for X
configure:9380: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lX11  >&5 
configure:9380: $? = 0
configure:9430: result: libraries , headers 
configure:9795: checking whether malloc is Doug Lea style
configure:9814: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9814: $? = 0
configure:9822: result: yes
configure:9885: checking for getpagesize
configure:9885: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9885: $? = 0
configure:9885: result: yes
configure:9894: checking for working mmap
configure:10041: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:10041: $? = 0
configure:10041: ./conftest
configure:10041: $? = 0
configure:10051: result: yes
configure:10069: checking for dnet_ntoa in -ldnet
configure:10094: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -ldnet    >&5 
/usr/bin/ld: cannot find -ldnet
collect2: error: ld returned 1 exit status
configure:10094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
|   ;
|   return 0;
| }
configure:10103: result: no
configure:10115: checking for main in -lXbsd
configure:10134: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lXbsd    >&5 
/usr/bin/ld: cannot find -lXbsd
collect2: error: ld returned 1 exit status
configure:10134: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:10143: result: no
configure:10161: checking for pthread_self in -lpthread
configure:10186: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lpthread    >&5 
configure:10186: $? = 0
configure:10196: result: yes
configure:10215: checking for cma_open in -lpthreads
configure:10240: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lpthreads  -lpthread   >&5 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:10240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cma_open ();
| int
| main ()
| {
| return cma_open ();
|   ;
|   return 0;
| }
configure:10249: result: no
configure:10337: checking whether X on GNU/Linux needs -b to link
configure:10350: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
conftest.c: In function 'main':
conftest.c:79:1: warning: implicit declaration of function 'XOpenDisplay' [-Wimplicit-function-declaration]
configure:10350: $? = 0
configure:10398: result: no
configure:10405: checking for Xkb
configure:10419: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10419: $? = 0
configure:10426: result: yes
configure:10438: checking for XrmSetDatabase
configure:10438: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10438: checking for XScreenResourceString
configure:10438: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10438: checking for XScreenNumberOfScreen
configure:10438: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10450: checking X11 version 6
configure:10469: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10469: $? = 0
configure:10479: result: 6 or newer
configure:10518: checking for librsvg-2.0 >= 2.11.0
configure:10532: result: yes CFLAGS='-I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0  ' LIBS='-L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
configure:10589: checking for Wand >= 6.2.8
configure:10607: result: no
configure:10675: checking for gtk+-3.0 >= 3.0 glib-2.0 >= 2.28
configure:10693: result: no
configure:10747: checking for gtk+-2.0 >= 2.10 glib-2.0 >= 2.10
configure:10761: result: yes CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  ' LIBS='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
configure:10808: checking for gtk_main
configure:10808: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
configure:10808: $? = 0
configure:10808: result: yes
configure:10854: checking whether GTK_TYPE_FILE_SELECTION is declared
configure:10854: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12       conftest.c >&5
configure:10854: $? = 0
configure:10854: result: yes
configure:10866: checking for gtk_file_selection_new
configure:10866: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
configure:10866: $? = 0
configure:10866: result: yes
configure:10885: checking for gtk_widget_get_window
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccMG2YiH.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_widget_get_window'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_window to an innocuous variant, in case <limits.h> declares gtk_widget_get_window.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_window innocuous_gtk_widget_get_window
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_window (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_window
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_window ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_window || defined __stub___gtk_widget_get_window
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_window ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_set_has_window
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccgp8UvV.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_widget_set_has_window'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_set_has_window to an innocuous variant, in case <limits.h> declares gtk_widget_set_has_window.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_set_has_window innocuous_gtk_widget_set_has_window
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_set_has_window (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_set_has_window
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_set_has_window ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_set_has_window || defined __stub___gtk_widget_set_has_window
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_set_has_window ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_dialog_get_action_area
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccU7QzOe.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_dialog_get_action_area'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_dialog_get_action_area to an innocuous variant, in case <limits.h> declares gtk_dialog_get_action_area.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_dialog_get_action_area innocuous_gtk_dialog_get_action_area
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_dialog_get_action_area (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_dialog_get_action_area
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_dialog_get_action_area ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_dialog_get_action_area || defined __stub___gtk_dialog_get_action_area
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_dialog_get_action_area ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_get_sensitive
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccGhrn0g.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_widget_get_sensitive'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_sensitive to an innocuous variant, in case <limits.h> declares gtk_widget_get_sensitive.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_sensitive innocuous_gtk_widget_get_sensitive
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_sensitive (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_sensitive
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_sensitive ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_sensitive || defined __stub___gtk_widget_get_sensitive
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_sensitive ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_get_mapped
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/cckZi1tc.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_widget_get_mapped'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_mapped to an innocuous variant, in case <limits.h> declares gtk_widget_get_mapped.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_mapped innocuous_gtk_widget_get_mapped
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_mapped (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_mapped
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_mapped ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_mapped || defined __stub___gtk_widget_get_mapped
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_mapped ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_adjustment_get_page_size
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccq5VQcL.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_adjustment_get_page_size'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_adjustment_get_page_size to an innocuous variant, in case <limits.h> declares gtk_adjustment_get_page_size.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_adjustment_get_page_size innocuous_gtk_adjustment_get_page_size
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_adjustment_get_page_size (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_adjustment_get_page_size
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_adjustment_get_page_size ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_adjustment_get_page_size || defined __stub___gtk_adjustment_get_page_size
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_adjustment_get_page_size ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_orientable_set_orientation
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/cc8RI3fc.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_orientable_set_orientation'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_orientable_set_orientation to an innocuous variant, in case <limits.h> declares gtk_orientable_set_orientation.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_orientable_set_orientation innocuous_gtk_orientable_set_orientation
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_orientable_set_orientation (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_orientable_set_orientation
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_orientable_set_orientation ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_orientable_set_orientation || defined __stub___gtk_orientable_set_orientation
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_orientable_set_orientation ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_window_set_has_resize_grip
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccMLgThy.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_window_set_has_resize_grip'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_window_set_has_resize_grip to an innocuous variant, in case <limits.h> declares gtk_window_set_has_resize_grip.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_window_set_has_resize_grip innocuous_gtk_window_set_has_resize_grip
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_window_set_has_resize_grip (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_window_set_has_resize_grip
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_window_set_has_resize_grip ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_window_set_has_resize_grip || defined __stub___gtk_window_set_has_resize_grip
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_window_set_has_resize_grip ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10909: checking for dbus-1 >= 1.0
configure:10923: result: yes CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  ' LIBS='-L/lib64 -ldbus-1  '
configure:10965: checking for dbus_watch_get_unix_fd
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:10965: $? = 0
configure:10965: result: yes
configure:10965: checking for dbus_type_is_valid
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccAtkn3l.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_type_is_valid'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_type_is_valid to an innocuous variant, in case <limits.h> declares dbus_type_is_valid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_type_is_valid innocuous_dbus_type_is_valid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_type_is_valid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_type_is_valid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_type_is_valid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_type_is_valid || defined __stub___dbus_type_is_valid
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_type_is_valid ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_bus_name
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccfj1bhe.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_validate_bus_name'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_bus_name to an innocuous variant, in case <limits.h> declares dbus_validate_bus_name.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_bus_name innocuous_dbus_validate_bus_name
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_bus_name (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_bus_name
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_bus_name ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_bus_name || defined __stub___dbus_validate_bus_name
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_bus_name ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_path
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cckGQ3dD.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_validate_path'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_path to an innocuous variant, in case <limits.h> declares dbus_validate_path.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_path innocuous_dbus_validate_path
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_path (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_path
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_path ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_path || defined __stub___dbus_validate_path
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_path ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_interface
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccgLnRxs.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_validate_interface'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_interface to an innocuous variant, in case <limits.h> declares dbus_validate_interface.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_interface innocuous_dbus_validate_interface
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_interface (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_interface
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_interface ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_interface || defined __stub___dbus_validate_interface
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_interface ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_member
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccUbSHiC.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_validate_member'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_member to an innocuous variant, in case <limits.h> declares dbus_validate_member.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_member innocuous_dbus_validate_member
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_member (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_member
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_member ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_member || defined __stub___dbus_validate_member
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_member ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10989: checking for gio-2.0 >= 2.26
configure:11007: result: no
configure:11051: checking for gconf-2.0 >= 2.13
configure:11065: result: yes CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  ' LIBS='-pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
configure:11112: checking for gobject-2.0 >= 2.0
configure:11126: result: yes CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  ' LIBS='-L/lib64 -lgobject-2.0 -lglib-2.0  '
configure:11165: checking for g_type_init
configure:11165: gcc -std=gnu99 -o conftest  -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c  -pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L/lib64 -lgobject-2.0 -lglib-2.0   -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:11165: $? = 0
configure:11165: result: yes
configure:11184: checking for lgetfilecon in -lselinux
configure:11209: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -lselinux  -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:11209: $? = 0
configure:11218: result: yes
configure:11246: checking for gnutls >= 2.6.6
configure:11264: result: no
configure:11299: checking for gnutls_certificate_set_verify_function
configure:11299: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12         -Wl,-znocombreloc  conftest.c  -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccpqukLi.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:125: undefined reference to `gnutls_certificate_set_verify_function'
collect2: error: ld returned 1 exit status
configure:11299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| /* end confdefs.h.  */
| /* Define gnutls_certificate_set_verify_function to an innocuous variant, in case <limits.h> declares gnutls_certificate_set_verify_function.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gnutls_certificate_set_verify_function innocuous_gnutls_certificate_set_verify_function
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gnutls_certificate_set_verify_function (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gnutls_certificate_set_verify_function
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gnutls_certificate_set_verify_function ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gnutls_certificate_set_verify_function || defined __stub___gnutls_certificate_set_verify_function
| choke me
| #endif
| 
| int
| main ()
| {
| return gnutls_certificate_set_verify_function ();
|   ;
|   return 0;
| }
configure:11299: result: no
configure:11803: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        conftest.c >&5
configure:11803: $? = 0
configure:11852: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    --pedantic-errors     conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:4: error: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
In file included from conftest.c:95:0:
/usr/include/X11/Xlib.h:3933:13: note: expected 'XIDProc' but argument is of type 'XIMProc'
conftest.c:113:4: error: passing argument 6 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
In file included from conftest.c:95:0:
/usr/include/X11/Xlib.h:3933:13: note: expected 'XPointer' but argument is of type 'char **'
configure:11852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| /* end confdefs.h.  */
| 
| #include <X11/Xlib.h>
| #include <X11/Xresource.h>
| int
| main ()
| {
| Display *display;
| XrmDatabase db;
| char *res_name;
| char *res_class;
| XIMProc  callback;
| XPointer *client_data;
| #ifndef __GNUC__
| /* If we're not using GCC, it's probably not XFree86, and this is
|    probably right, but we can't use something like --pedantic-errors.  */
| extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
|                                            char*, XIMProc, XPointer*);
| #endif
| (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
|    client_data);
|   ;
|   return 0;
| }
configure:11880: checking for fontconfig >= 2.2.0
configure:11894: result: yes CFLAGS=' ' LIBS='-lfontconfig  '
configure:11939: checking for xft >= 0.13.0
configure:11953: result: yes CFLAGS='-I/usr/include/freetype2  ' LIBS='-lXft -lXrender -lfontconfig -lfreetype -lX11  '
configure:11985: checking for XRenderQueryExtension in -lXrender
configure:12010: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12         -Wl,-znocombreloc  conftest.c -lXrender   -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12010: $? = 0
configure:12019: result: yes
configure:12033: checking X11/Xft/Xft.h usability
configure:12033: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12033: $? = 0
configure:12033: result: yes
configure:12033: checking X11/Xft/Xft.h presence
configure:12033: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12033: $? = 0
configure:12033: result: yes
configure:12033: checking for X11/Xft/Xft.h
configure:12033: result: yes
configure:12035: checking for XftFontOpen in -lXft
configure:12060: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXft -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11   -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12060: $? = 0
configure:12069: result: yes
configure:12107: checking for freetype2
configure:12121: result: yes CFLAGS='-I/usr/include/freetype2  ' LIBS='-lfreetype  '
configure:12168: checking for libotf
configure:12186: result: no
configure:12443: checking X11/xpm.h usability
configure:12443: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12443: $? = 0
configure:12443: result: yes
configure:12443: checking X11/xpm.h presence
configure:12443: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12443: $? = 0
configure:12443: result: yes
configure:12443: checking for X11/xpm.h
configure:12443: result: yes
configure:12445: checking for XpmReadFileToPixmap in -lXpm
configure:12470: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXpm -lX11 -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12470: $? = 0
configure:12479: result: yes
configure:12489: checking for XpmReturnAllocPixels preprocessor define
configure:12509: result: yes
configure:12533: checking jerror.h usability
configure:12533: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12533: $? = 0
configure:12533: result: yes
configure:12533: checking jerror.h presence
configure:12533: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12533: $? = 0
configure:12533: result: yes
configure:12533: checking for jerror.h
configure:12533: result: yes
configure:12535: checking for jpeg_destroy_compress in -ljpeg
configure:12560: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ljpeg  -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12560: $? = 0
configure:12569: result: yes
configure:12617: checking png.h usability
configure:12617: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12617: $? = 0
configure:12617: result: yes
configure:12617: checking png.h presence
configure:12617: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12617: $? = 0
configure:12617: result: yes
configure:12617: checking for png.h
configure:12617: result: yes
configure:12628: checking for png_get_channels in -lpng
configure:12653: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lpng -lz -lm -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12653: $? = 0
configure:12662: result: yes
configure:12677: checking whether png_longjmp is declared
configure:12677: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:10: error: 'png_longjmp' undeclared (first use in this function)
conftest.c:116:10: note: each undeclared identifier is reported only once for each function it appfrist in
configure:12677: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| /* end confdefs.h.  */
| #ifdef HAVE_LIBPNG_PNG_H
| 	# include <libpng/png.h>
| 	#else
| 	# include <png.h>
| 	#endif
| 
| 
| int
| main ()
| {
| #ifndef png_longjmp
| #ifdef __cplusplus
|   (void) png_longjmp;
| #else
|   (void) png_longjmp;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:12677: result: no
configure:12701: checking tiffio.h usability
configure:12701: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12701: $? = 0
configure:12701: result: yes
configure:12701: checking tiffio.h presence
configure:12701: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12701: $? = 0
configure:12701: result: yes
configure:12701: checking for tiffio.h
configure:12701: result: yes
configure:12706: checking for TIFFGetVersion in -ltiff
configure:12731: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ltiff -ljpeg -lz -lm -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12731: $? = 0
configure:12740: result: yes
configure:12900: checking gpm.h usability
configure:12900: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12900: $? = 0
configure:12900: result: yes
configure:12900: checking gpm.h presence
configure:12900: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12900: $? = 0
configure:12900: result: yes
configure:12900: checking for gpm.h
configure:12900: result: yes
configure:12902: checking for Gpm_Open in -lgpm
configure:12927: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lgpm  -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12927: $? = 0
configure:12936: result: yes
configure:12993: checking X11/SM/SMlib.h usability
configure:12993: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12993: $? = 0
configure:12993: result: yes
configure:12993: checking X11/SM/SMlib.h presence
configure:12993: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12993: $? = 0
configure:12993: result: yes
configure:12993: checking for X11/SM/SMlib.h
configure:12993: result: yes
configure:12995: checking for SmcOpenConnection in -lSM
configure:13020: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13020: $? = 0
configure:13029: result: yes
configure:13064: checking for libxml-2.0 > 2.6.17
configure:13078: result: yes CFLAGS='-I/usr/include/libxml2  ' LIBS='-lxml2 -lz -lm  '
configure:13109: checking for htmlReadMemory in -lxml2
configure:13134: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lxml2  -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13134: $? = 0
configure:13143: result: yes
configure:13165: checking whether netdb declares h_errno
configure:13181: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13181: $? = 0
configure:13189: result: yes
configure:13199: checking for sqrt in -lm
configure:13224: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm  -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:115:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
configure:13224: $? = 0
configure:13233: result: yes
configure:13247: checking for maillock in -lmail
configure:13272: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lmail  -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -lmail
collect2: error: ld returned 1 exit status
configure:13272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char maillock ();
| int
| main ()
| {
| return maillock ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13298: checking for maillock in -llockfile
configure:13323: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile  -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -llockfile
collect2: error: ld returned 1 exit status
configure:13323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char maillock ();
| int
| main ()
| {
| return maillock ();
|   ;
|   return 0;
| }
configure:13332: result: no
configure:13352: checking for liblockfile.so
configure:13381: result: no
configure:13460: checking for gethostname
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for closedir
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getrusage
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for get_current_dir_name
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for lrand48
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setsid
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for fpathconf
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for select
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for euidaccess
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpagesize
configure:13460: result: yes
configure:13460: checking for setlocale
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for utimes
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getrlimit
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setrlimit
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setpgid
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getcwd
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for shutdown
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getaddrinfo
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for __fpending
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for strsignal
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setitimer
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for sendto
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for recvfrom
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getsockname
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpeername
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getifaddrs
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for freeifaddrs
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for gai_strerror
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for mkstemp
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getline
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getdelim
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for fsync
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for sync
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for difftime
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for posix_memalign
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpwent
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for endpwent
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getgrent
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for endgrent
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for touchlock
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccKcOh4u.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:183: undefined reference to `touchlock'
collect2: error: ld returned 1 exit status
configure:13460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| /* end confdefs.h.  */
| /* Define touchlock to an innocuous variant, in case <limits.h> declares touchlock.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define touchlock innocuous_touchlock
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char touchlock (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef touchlock
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char touchlock ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_touchlock || defined __stub___touchlock
| choke me
| #endif
| 
| int
| main ()
| {
| return touchlock ();
|   ;
|   return 0;
| }
configure:13460: result: no
configure:13460: checking for cfmakeraw
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for cfsetspeed
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for copysign
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:174:6: warning: conflicting types for built-in function 'copysign' [enabled by default]
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for __executable_start
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13477: checking for getwd
configure:13477: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccE5PtnM.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:187: warning: the `getwd' function is dangerous and should not be used.
configure:13477: $? = 0
configure:13477: result: yes
configure:13499: checking for random
configure:13499: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13499: $? = 0
configure:13499: result: yes
configure:13499: checking for rint
configure:13499: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:178:6: warning: conflicting types for built-in function 'rint' [enabled by default]
configure:13499: $? = 0
configure:13499: result: yes
configure:13510: checking for __builtin_unwind_init
configure:13526: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13526: $? = 0
configure:13534: result: yes
configure:13546: checking for _LARGEFILE_SOURCE value needed for large files
configure:13565: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13565: $? = 0
configure:13593: result: no
configure:13615: checking whether getpgrp requires zero arguments
configure:13632: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:194:1: error: too many arguments to function 'getpgrp'
In file included from conftest.c:189:0:
/usr/include/unistd.h:581:16: note: declared here
configure:13632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| getpgrp (0);
|   ;
|   return 0;
| }
configure:13640: result: yes
configure:13652: checking for grantpt
configure:13652: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13652: $? = 0
configure:13652: result: yes
configure:13666: checking for getpt
configure:13666: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13666: $? = 0
configure:13666: result: yes
configure:13666: checking for posix_openpt
configure:13666: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13666: $? = 0
configure:13666: result: yes
configure:13681: checking for library containing tputs
configure:13734: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cc6z2HI5.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:167: undefined reference to `tputs'
collect2: error: ld returned 1 exit status
configure:13734: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| /* end confdefs.h.  */
| 
|   extern void tputs (const char *, int, int (*)(int));
|        int main (int argc, char **argv)
|        {
| 	  if (argc == 10000)
| 	    tputs (argv[0], 0, 0);
| 	  return 0;
|        }
| 
configure:13734: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ltinfo -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -ltinfo
collect2: error: ld returned 1 exit status
configure:13734: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| /* end confdefs.h.  */
| 
|   extern void tputs (const char *, int, int (*)(int));
|        int main (int argc, char **argv)
|        {
| 	  if (argc == 10000)
| 	    tputs (argv[0], 0, 0);
| 	  return 0;
|        }
| 
configure:13734: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13734: $? = 0
configure:13734: ./conftest
configure:13734: $? = 0
configure:13748: result: -lncurses
configure:13865: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13865: $? = 0
configure:14624: checking for tzset
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for readlinkat
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for gettimeofday
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for nanotime
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cc4DJaV8.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:201: undefined reference to `nanotime'
collect2: error: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define nanotime to an innocuous variant, in case <limits.h> declares nanotime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nanotime innocuous_nanotime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nanotime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef nanotime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nanotime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_nanotime || defined __stub___nanotime
| choke me
| #endif
| 
| int
| main ()
| {
| return nanotime ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for lstat
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for alarm
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for pselect
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for pthread_sigmask
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for readlink
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for strtoimax
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for strtoumax
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for symlink
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for localtime_r
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimes
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimesat
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimens
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccQkA9t3.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:212: undefined reference to `futimens'
collect2: error: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define futimens to an innocuous variant, in case <limits.h> declares futimens.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define futimens innocuous_futimens
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char futimens (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef futimens
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char futimens ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_futimens || defined __stub___futimens
| choke me
| #endif
| 
| int
| main ()
| {
| return futimens ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for utimensat
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccIbEAM5.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:212: undefined reference to `utimensat'
collect2: error: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define utimensat innocuous_utimensat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char utimensat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef utimensat
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char utimensat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_utimensat || defined __stub___utimensat
| choke me
| #endif
| 
| int
| main ()
| {
| return utimensat ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for lutimes
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:206:1: error: unknown type name 'choke'
conftest.c:209:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define lutimes to an innocuous variant, in case <limits.h> declares lutimes.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lutimes innocuous_lutimes
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lutimes (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef lutimes
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lutimes ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_lutimes || defined __stub___lutimes
| choke me
| #endif
| 
| int
| main ()
| {
| return lutimes ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14636: checking whether localtime caches TZ
configure:14670: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:181:1: warning: return type defaults to 'int' [enabled by default]
conftest.c: In function 'main':
conftest.c:185:3: warning: implicit declaration of function 'putenv' [-Wimplicit-function-declaration]
conftest.c:186:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:186:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:188:3: warning: implicit declaration of function 'unsetenv' [-Wimplicit-function-declaration]
conftest.c:191:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:193:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:196:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:197:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:14670: $? = 0
configure:14670: ./conftest
configure:14670: $? = 0
configure:14685: result: no
configure:14694: checking for socket
configure:14694: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14694: $? = 0
configure:14694: result: yes
configure:14702: checking netinet/in.h usability
configure:14702: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14702: $? = 0
configure:14702: result: yes
configure:14702: checking netinet/in.h presence
configure:14702: gcc -E     -I/usr/include/freetype2   conftest.c
configure:14702: $? = 0
configure:14702: result: yes
configure:14702: checking for netinet/in.h
configure:14702: result: yes
configure:14712: checking arpa/inet.h usability
configure:14712: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14712: $? = 0
configure:14712: result: yes
configure:14712: checking arpa/inet.h presence
configure:14712: gcc -E     -I/usr/include/freetype2   conftest.c
configure:14712: $? = 0
configure:14712: result: yes
configure:14712: checking for arpa/inet.h
configure:14712: result: yes
configure:14733: checking whether system supports dynamic ptys
configure:14736: result: yes
configure:14751: checking for pid_t
configure:14751: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14751: $? = 0
configure:14751: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:216:20: error: expected expression before ')' token
configure:14751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:14751: result: yes
configure:14764: checking vfork.h usability
configure:14764: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c:213:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:14764: result: no
configure:14764: checking vfork.h presence
configure:14764: gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:180:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:14764: result: no
configure:14764: checking for vfork.h
configure:14764: result: no
configure:14777: checking for fork
configure:14777: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:203:6: warning: conflicting types for built-in function 'fork' [enabled by default]
configure:14777: $? = 0
configure:14777: result: yes
configure:14777: checking for vfork
configure:14777: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14777: $? = 0
configure:14777: result: yes
configure:14787: checking for working fork
configure:14809: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14809: $? = 0
configure:14809: ./conftest
configure:14809: $? = 0
configure:14819: result: yes
configure:14840: checking for working vfork
configure:14950: result: yes
configure:14978: checking for snprintf
configure:14978: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:207:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
configure:14978: $? = 0
configure:14978: result: yes
configure:14988: checking for nl_langinfo and CODESET
configure:15004: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:15004: $? = 0
configure:15013: result: yes
configure:15021: checking for mbstate_t
configure:15038: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15038: $? = 0
configure:15045: result: yes
configure:15057: checking for C restricted array declarations
configure:15073: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15073: $? = 0
configure:15080: result: yes
configure:15366: checking for signals via characters
configure:15384: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15384: $? = 0
configure:15391: result: yes
configure:15401: checking whether we are using the GNU C library
configure:15419: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15419: $? = 0
configure:15425: result: yes
configure:15434: checking for style of pending output formalism
configure:15452: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15452: $? = 0
configure:15486: result: new
configure:15599: gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:213:3: error: #error "not i386"
configure:15599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| /* end confdefs.h.  */
| 
| #ifndef __i386__
| # error "not i386"
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:15620: gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:213:3: error: #error "not ia64"
configure:15620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| /* end confdefs.h.  */
| 
| #ifndef __ia64__
| # error "not ia64"
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:15673: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15673: $? = 0
configure:15696: checking for _setjmp
configure:15715: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:15715: $? = 0
configure:15723: result: yes
configure:15926: checking for usable FIONREAD
configure:15953: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15953: $? = 0
configure:15962: result: yes
configure:15970: checking for usable SIGIO
configure:15988: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15988: $? = 0
configure:15995: result: yes
configure:16304: checking for working alloca.h
configure:16321: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16321: $? = 0
configure:16329: result: yes
configure:16337: checking for alloca
configure:16374: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16374: $? = 0
configure:16382: result: yes
configure:16495: checking whether byte ordering is bigendian
configure:16510: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:229:9: error: unknown type name 'not'
conftest.c:229:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:229:15: error: unknown type name 'universal'
configure:16510: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:16555: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:16555: $? = 0
configure:16573: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:235:4: error: unknown type name 'not'
conftest.c:235:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:16573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:16701: result: no
configure:16720: checking for inline
configure:16736: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:16736: $? = 0
configure:16744: result: inline
configure:16763: checking whether strtold conforms to C99
configure:16790: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16790: $? = 0
configure:16798: result: yes
configure:16936: checking if environ is properly declared
configure:16959: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:235:39: error: conflicting types for 'environ'
In file included from conftest.c:230:0:
/usr/include/unistd.h:498:15: note: previous declaration of 'environ' was here
configure:16959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| /* end confdefs.h.  */
| #if HAVE_UNISTD_H
|      #include <unistd.h>
|      #endif
|      /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>.  */
|      #include <stdlib.h>
| 
|            extern struct { int foo; } environ;
| int
| main ()
| {
| environ.foo = 1;
|   ;
|   return 0;
| }
configure:16967: result: yes
configure:16986: checking for st_dm_mode in struct stat
configure:17004: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:236:17: error: 'struct stat' has no member named 'st_dm_mode'
configure:17004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
|   ;
|   return 0;
| }
configure:17011: result: no
configure:17021: checking whether strmode is declared
configure:17021: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:270:10: error: 'strmode' undeclared (first use in this function)
conftest.c:270:10: note: each undeclared identifier is reported only once for each function it appfrist in
configure:17021: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strmode
| #ifdef __cplusplus
|   (void) strmode;
| #else
|   (void) strmode;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:17021: result: no
configure:17110: checking whether the preprocessor supports include_next
configure:17148: gcc -std=gnu99 -c -g3 -O2    -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:17148: $? = 0
configure:17169: result: yes
configure:17190: checking whether system header files limit the line length
configure:17213: result: no
configure:17314: checking for getopt.h
configure:17314: result: yes
configure:17331: checking for getopt_long_only
configure:17331: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17331: $? = 0
configure:17331: result: yes
configure:17345: checking whether getopt is POSIX compatible
configure:17387: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17387: $? = 0
configure:17387: ./conftest
configure:17387: $? = 0
configure:17446: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17446: $? = 0
configure:17446: ./conftest
configure:17446: $? = 0
configure:17488: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17488: $? = 0
configure:17488: ./conftest
program: option requires an argument -- b
configure:17488: $? = 0
configure:17506: result: yes
configure:17514: checking for working GNU getopt function
configure:17735: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17735: $? = 0
configure:17735: ./conftest
configure:17735: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| /* end confdefs.h.  */
| #include <getopt.h>
|                            #include <stddef.h>
|                            #include <string.h>
| 
| #include <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on Mac OS X.  */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* The exception port on which our thread listens.  */
| static mach_port_t our_exception_port;
| /* The main function of the thread listening for exceptions of type
|    EXC_BAD_ACCESS.  */
| static void *
| mach_exception_thread (void *arg)
| {
|   /* Buffer for a message to be received.  */
|   struct {
|     mach_msg_header_t head;
|     mach_msg_body_t msgh_body;
|     char data[1024];
|   } msg;
|   mach_msg_return_t retval;
|   /* Wait for a message on the exception port.  */
|   retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
|                      our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
|   if (retval != MACH_MSG_SUCCESS)
|     abort ();
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
|   mach_port_t self = mach_task_self ();
|   /* Allocate a port on which the thread shall listen for exceptions.  */
|   if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
|       == KERN_SUCCESS) {
|     /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html.  */
|     if (mach_port_insert_right (self, our_exception_port, our_exception_port,
|                                 MACH_MSG_TYPE_MAKE_SEND)
|         == KERN_SUCCESS) {
|       /* The exceptions we want to catch.  Only EXC_BAD_ACCESS is interesting
|          for us.  */
|       exception_mask_t mask = EXC_MASK_BAD_ACCESS;
|       /* Create the thread listening on the exception port.  */
|       pthread_attr_t attr;
|       pthread_t thread;
|       if (pthread_attr_init (&attr) == 0
|           && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
|           && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
|         pthread_attr_destroy (&attr);
|         /* Replace the exception port info for these exceptions with our own.
|            Note that we replace the exception port for the entire task, not only
|            for a particular thread.  This has the effect that when our exception
|            port gets the message, the thread specific exception port has already
|            been asked, and we don't need to bother about it.
|            See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html.  */
|         task_set_exception_ports (self, mask, our_exception_port,
|                                   EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
|       }
|     }
|   }
| }
| #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| /* Avoid a crash on native Windows.  */
| #define WIN32_LEAN_AND_MEAN
| #include <windows.h>
| #include <winerror.h>
| static LONG WINAPI
| exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
| {
|   switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
|     {
|     case EXCEPTION_ACCESS_VIOLATION:
|     case EXCEPTION_IN_PAGE_ERROR:
|     case EXCEPTION_STACK_OVERFLOW:
|     case EXCEPTION_GUARD_PAGE:
|     case EXCEPTION_PRIV_INSTRUCTION:
|     case EXCEPTION_ILLEGAL_INSTRUCTION:
|     case EXCEPTION_DATATYPE_MISALIGNMENT:
|     case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
|     case EXCEPTION_NONCONTINUABLE_EXCEPTION:
|       exit (1);
|     }
|   return EXCEPTION_CONTINUE_SEARCH;
| }
| static void
| nocrash_init (void)
| {
|   SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
| }
| #else
| /* Avoid a crash on POSIX systems.  */
| #include <signal.h>
| /* A POSIX signal handler.  */
| static void
| exception_handler (int sig)
| {
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
| #ifdef SIGSEGV
|   signal (SIGSEGV, exception_handler);
| #endif
| #ifdef SIGBUS
|   signal (SIGBUS, exception_handler);
| #endif
| }
| #endif
| 
| 
| int
| main ()
| {
| 
|              int result = 0;
| 
|              nocrash_init();
| 
|              /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
|                 and fails on Mac OS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
|                 OSF/1 5.1, Solaris 10.  */
|              {
|                static char conftest[] = "conftest";
|                static char plus[] = "-+";
|                char *argv[3] = { conftest, plus, NULL };
|                opterr = 0;
|                if (getopt (2, argv, "+a") != '?')
|                  result |= 1;
|              }
|              /* This code succeeds on glibc 2.8, mingw,
|                 and fails on Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,
|                 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x.  */
|              {
|                static char program[] = "program";
|                static char p[] = "-p";
|                static char foo[] = "foo";
|                static char bar[] = "bar";
|                char *argv[] = { program, p, foo, bar, NULL };
| 
|                optind = 1;
|                if (getopt (4, argv, "p::") != 'p')
|                  result |= 2;
|                else if (optarg != NULL)
|                  result |= 4;
|                else if (getopt (4, argv, "p::") != -1)
|                  result |= 6;
|                else if (optind != 2)
|                  result |= 8;
|              }
|              /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0.  */
|              {
|                static char program[] = "program";
|                static char foo[] = "foo";
|                static char p[] = "-p";
|                char *argv[] = { program, foo, p, NULL };
|                optind = 0;
|                if (getopt (3, argv, "-p") != 1)
|                  result |= 16;
|                else if (getopt (3, argv, "-p") != 'p')
|                  result |= 16;
|              }
|              /* This code fails on glibc 2.11.  */
|              {
|                static char program[] = "program";
|                static char b[] = "-b";
|                static char a[] = "-a";
|                char *argv[] = { program, b, a, NULL };
|                optind = opterr = 0;
|                if (getopt (3, argv, "+:a:b") != 'b')
|                  result |= 32;
|                else if (getopt (3, argv, "+:a:b") != ':')
|                  result |= 32;
|              }
|              /* This code dumps core on glibc 2.14.  */
|              {
|                static char program[] = "program";
|                static char w[] = "-W";
|                static char dummy[] = "dummy";
|                char *argv[] = { program, w, dummy, NULL };
|                optind = opterr = 1;
|                if (getopt (3, argv, "W;") != 'W')
|                  result |= 64;
|              }
|              return result;
| 
|   ;
|   return 0;
| }
configure:17751: result: no
configure:17841: checking whether getenv is declared
configure:17841: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:17841: $? = 0
configure:17841: result: yes
configure:17857: checking for C/C++ restrict keyword
configure:17882: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:17882: $? = 0
configure:17890: result: __restrict
configure:18023: checking for struct timeval
configure:18046: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18046: $? = 0
configure:18054: result: yes
configure:18059: checking for wide-enough struct timeval.tv_sec member
configure:18086: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18086: $? = 0
configure:18094: result: yes
configure:18107: checking for unsigned long long int
configure:18155: result: yes
configure:18165: checking for long long int
configure:18215: result: yes
configure:18237: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:239:10: error: unknown type name 'not'
conftest.c:239:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:239:16: error: unknown type name 'universal'
configure:18237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|          not a universal capable compiler
|         #endif
|         typedef int dummy;
| 
configure:18390: checking whether stdint.h conforms to C99
configure:18559: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18559: $? = 0
configure:18639: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:18639: $? = 0
configure:18639: ./conftest
configure:18639: $? = 0
configure:18651: result: yes
configure:19180: checking whether lstat correctly handles trailing slash
configure:19213: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:19213: $? = 0
configure:19213: ./conftest
configure:19213: $? = 0
configure:19230: result: yes
configure:19271: checking whether <sys/select.h> is self-contained
configure:19288: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19288: $? = 0
configure:19307: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19307: $? = 0
configure:19337: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:19337: $? = 0
configure:19350: result: yes
configure:19490: checking for sigset_t
configure:19490: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19490: $? = 0
configure:19490: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:248:23: error: expected expression before ')' token
configure:19490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| /* end confdefs.h.  */
| 
|       #include <signal.h>
|       /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
|       #include <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19490: result: yes
configure:19528: checking for stdbool.h that conforms to C99
configure:19595: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19595: $? = 0
configure:19602: result: yes
configure:19604: checking for _Bool
configure:19604: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19604: $? = 0
configure:19604: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:276:20: error: expected expression before ')' token
configure:19604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19604: result: yes
configure:19620: checking for wchar_t
configure:19637: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19637: $? = 0
configure:19644: result: yes
configure:19755: checking whether struct tm is in sys/time.h or time.h
configure:19775: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19775: $? = 0
configure:19782: result: time.h
configure:19790: checking for struct tm.tm_zone
configure:19790: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19790: $? = 0
configure:19790: result: yes
configure:19858: checking for struct tm.tm_gmtoff
configure:19858: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19858: $? = 0
configure:19858: result: yes
configure:19869: checking whether strtoimax is declared
configure:19869: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19869: $? = 0
configure:19869: result: yes
configure:19882: checking whether strtoumax is declared
configure:19882: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19882: $? = 0
configure:19882: result: yes
configure:19895: checking whether stat file-mode macros are broken
configure:19922: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19922: $? = 0
configure:19929: result: no
configure:19939: checking for mode_t
configure:19939: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19939: $? = 0
configure:19939: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:283:21: error: expected expression before ')' token
configure:19939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19939: result: yes
configure:19952: checking for struct timespec in <time.h>
configure:19969: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19969: $? = 0
configure:19976: result: yes
configure:20130: checking whether the utimes function works
configure:20245: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20245: $? = 0
configure:20245: ./conftest
configure:20245: $? = 0
configure:20255: result: yes
configure:20268: checking for struct utimbuf
configure:20291: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:20291: $? = 0
configure:20298: result: yes
configure:20348: checking for alloca as a compiler built-in
configure:20372: result: yes
configure:20408: checking for library containing clock_gettime
configure:20439: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
/tmp/ccEFz8jo.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:261: undefined reference to `clock_gettime'
collect2: error: ld returned 1 exit status
configure:20439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:20439: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt  -lpthread  >&5 
configure:20439: $? = 0
configure:20456: result: -lrt
configure:20468: checking for clock_gettime
configure:20468: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:20468: $? = 0
configure:20468: result: yes
configure:20468: checking for clock_settime
configure:20468: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:20468: $? = 0
configure:20468: result: yes
configure:20507: checking whether dup2 works
configure:20561: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20561: $? = 0
configure:20561: ./conftest
configure:20561: $? = 0
configure:20572: result: yes
configure:20627: checking for library containing backtrace_symbols_fd
configure:20658: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20658: $? = 0
configure:20675: result: none required
configure:20727: checking for getloadavg
configure:20727: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20727: $? = 0
configure:20727: result: yes
configure:21085: checking sys/loadavg.h usability
configure:21085: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:286:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:21085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/loadavg.h>
configure:21085: result: no
configure:21085: checking sys/loadavg.h presence
configure:21085: gcc -E    conftest.c
conftest.c:253:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:21085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| /* end confdefs.h.  */
| #include <sys/loadavg.h>
configure:21085: result: no
configure:21085: checking for sys/loadavg.h
configure:21085: result: no
configure:21100: checking whether getloadavg is declared
configure:21100: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:21100: $? = 0
configure:21100: result: yes
configure:21350: checking whether gettimeofday clobbers localtime buffer
configure:21389: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21389: $? = 0
configure:21389: ./conftest
configure:21389: $? = 0
configure:21399: result: no
configure:21419: checking for gettimeofday with POSIX signature
configure:21447: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:256:19: error: conflicting types for 'gettimeofday'
In file included from conftest.c:254:0:
/usr/include/sys/time.h:73:12: note: previous declaration of 'gettimeofday' was here
configure:21447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| /* end confdefs.h.  */
| #include <sys/time.h>
|               struct timeval c;
|               int gettimeofday (struct timeval *restrict, void *restrict);
| 
| int
| main ()
| {
| /* glibc uses struct timezone * rather than the POSIX void *
|                  if _GNU_SOURCE is defined.  However, since the only portable
|                  use of gettimeofday uses NULL as the second parameter, and
|                  since the glibc definition is actually more typesafe, it is
|                  not worth wrapping this to get a compliant signature.  */
|               int (*f) (struct timeval *restrict, void *restrict)
|                 = gettimeofday;
|               int x = f (&c, 0);
|               return !(x | c.tv_sec | c.tv_usec);
| 
|   ;
|   return 0;
| }
configure:21463: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:21463: $? = 0
configure:21472: result: almost
configure:21593: checking for working mktime
configure:21798: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21798: $? = 0
configure:21798: ./conftest
configure:21798: $? = 0
configure:21809: result: yes
configure:21849: checking whether signature of pselect conforms to POSIX
configure:21869: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21869: $? = 0
configure:21877: result: yes
configure:21880: checking whether pselect detects invalid fds
configure:21925: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21925: $? = 0
configure:21925: ./conftest
configure:21925: $? = 0
configure:21936: result: yes
configure:22042: checking whether pthread_sigmask works without -lpthread
configure:22071: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:22071: $? = 0
configure:22071: ./conftest
configure:22071: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| #include <signal.h>
| #include <stddef.h>
| int main ()
| {
|   sigset_t set;
|   sigemptyset (&set);
|   return pthread_sigmask (1729, &set, NULL) != 0;
| }
configure:22082: result: yes
configure:22094: checking whether pthread_sigmask returns error numbers
configure:22126: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread   >&5 
configure:22126: $? = 0
configure:22126: ./conftest
configure:22126: $? = 0
configure:22138: result: yes
configure:22149: checking whether pthread_sigmask unblocks signals correctly
configure:22203: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread   >&5 
configure:22203: $? = 0
configure:22203: ./conftest
configure:22203: $? = 0
configure:22215: result: guessing yes
configure:22263: checking whether readlink signature is correct
configure:22281: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22281: $? = 0
configure:22288: result: yes
configure:22290: checking whether readlink handles trailing slash correctly
configure:22320: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:22320: $? = 0
configure:22320: ./conftest
configure:22320: $? = 0
configure:22331: result: yes
configure:22447: checking for volatile sig_atomic_t
configure:22447: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22447: $? = 0
configure:22447: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263:36: error: expected expression before ')' token
configure:22447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22447: result: yes
configure:22463: checking for sighandler_t
configure:22463: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22463: $? = 0
configure:22463: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263:27: error: expected expression before ')' token
configure:22463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sighandler_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22463: result: yes
configure:22476: checking for socklen_t
configure:22476: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22476: $? = 0
configure:22476: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:271:24: error: expected expression before ')' token
configure:22476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| /* <sys/types.h> is not needed according to POSIX, but the
|    <sys/socket.h> in i386-unknown-freebsd4.10 and
|    powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22476: result: yes
configure:22540: checking for ssize_t
configure:22557: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22557: $? = 0
configure:22564: result: yes
configure:22576: checking for struct stat.st_atim.tv_nsec
configure:22576: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22576: $? = 0
configure:22576: result: yes
configure:22585: checking whether struct stat.st_atim is of type struct timespec
configure:22612: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22612: $? = 0
configure:22619: result: yes
configure:22671: checking for struct stat.st_birthtimespec.tv_nsec
configure:22671: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:12: error: 'struct stat' has no member named 'st_birthtimespec'
configure:22671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtimespec.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22671: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:19: error: 'struct stat' has no member named 'st_birthtimespec'
configure:22671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22671: result: no
configure:22682: checking for struct stat.st_birthtimensec
configure:22682: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:12: error: 'struct stat' has no member named 'st_birthtimensec'
configure:22682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|         #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtimensec)
| return 0;
|   ;
|   return 0;
| }
configure:22682: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:19: error: 'struct stat' has no member named 'st_birthtimensec'
configure:22682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|         #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtimensec)
| return 0;
|   ;
|   return 0;
| }
configure:22682: result: no
configure:22693: checking for struct stat.st_birthtim.tv_nsec
configure:22693: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:12: error: 'struct stat' has no member named 'st_birthtim'
configure:22693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|           #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtim.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22693: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:19: error: 'struct stat' has no member named 'st_birthtim'
configure:22693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|           #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtim.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22693: result: no
configure:22711: checking for working stdalign.h
configure:22750: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22750: $? = 0
configure:22757: result: yes
configure:22779: checking for va_copy
configure:22800: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22800: $? = 0
configure:22808: result: yes
configure:22990: checking whether NULL can be used in arbitrary expressions
configure:23008: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23008: $? = 0
configure:23015: result: yes
configure:23307: checking whether strtoimax works
configure:23361: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:23361: $? = 0
configure:23361: ./conftest
configure:23361: $? = 0
configure:23372: result: yes
configure:23468: checking whether symlink handles trailing slash correctly
configure:23502: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:23502: $? = 0
configure:23502: ./conftest
configure:23502: $? = 0
configure:23513: result: yes
configure:23549: checking whether <sys/select.h> is self-contained
configure:23628: result: yes
configure:23835: checking for nlink_t
configure:23835: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23835: $? = 0
configure:23835: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:267:22: error: expected expression before ')' token
configure:23835: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:23835: result: yes
configure:23863: checking whether localtime_r is declared
configure:23863: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23863: $? = 0
configure:23863: result: yes
configure:23882: checking whether localtime_r is compatible with its POSIX signature
configure:23906: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23906: $? = 0
configure:23914: result: yes
configure:23959: checking for library containing timer_settime
configure:23990: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
/tmp/ccMQ7lOu.o: In function `main':
/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/conftest.c:273: undefined reference to `timer_settime'
collect2: error: ld returned 1 exit status
configure:23990: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| #define HAVE_DECL_LOCALTIME_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
|   ;
|   return 0;
| }
configure:23990: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt  -lpthread  >&5 
configure:23990: $? = 0
configure:24007: result: -lrt
configure:24036: checking for timer_settime
configure:24036: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:24036: $? = 0
configure:24036: result: yes
configure:24146: checking whether futimesat handles NULL file
configure:24179: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
conftest.c: In function 'main':
conftest.c:273:11: warning: implicit declaration of function 'futimesat' [-Wimplicit-function-declaration]
configure:24179: $? = 0
configure:24179: ./conftest
configure:24179: $? = 0
configure:24190: result: yes
configure:25118: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by emacs config.status 24.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on machine1.xyz.com

config.status:1813: creating Makefile
config.status:1813: creating lib/Makefile
config.status:1813: creating lib-src/Makefile
config.status:1813: creating oldXMenu/Makefile
config.status:1813: creating doc/emacs/Makefile
config.status:1813: creating doc/misc/Makefile
config.status:1813: creating doc/lispintro/Makefile
config.status:1813: creating doc/lispref/Makefile
config.status:1813: creating src/Makefile
config.status:1813: creating lwlib/Makefile
config.status:1813: creating lisp/Makefile
config.status:1813: creating leim/Makefile
config.status:1813: creating nextstep/Makefile
config.status:1813: creating admin/unidata/Makefile
config.status:1813: creating src/config.h
config.status:2032: executing depfiles commands
config.status:2032: executing mkdirs commands
config.status:2032: executing epaths commands
config.status:2032: executing gdbinit commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_XScreenNumberOfScreen=yes
ac_cv_func_XScreenResourceString=yes
ac_cv_func_XrmSetDatabase=yes
ac_cv_func___executable_start=yes
ac_cv_func___fpending=yes
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_cfmakeraw=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_clock_settime=yes
ac_cv_func_closedir=yes
ac_cv_func_copysign=yes
ac_cv_func_dbus_type_is_valid=no
ac_cv_func_dbus_validate_bus_name=no
ac_cv_func_dbus_validate_interface=no
ac_cv_func_dbus_validate_member=no
ac_cv_func_dbus_validate_path=no
ac_cv_func_dbus_watch_get_unix_fd=yes
ac_cv_func_difftime=yes
ac_cv_func_endgrent=yes
ac_cv_func_endpwent=yes
ac_cv_func_euidaccess=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fpathconf=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fsync=yes
ac_cv_func_futimens=no
ac_cv_func_futimes=yes
ac_cv_func_futimesat=yes
ac_cv_func_g_type_init=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_get_current_dir_name=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getgrent=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpt=yes
ac_cv_func_getpwent=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsockname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getwd=yes
ac_cv_func_gnutls_certificate_set_verify_function=no
ac_cv_func_grantpt=yes
ac_cv_func_gtk_adjustment_get_page_size=no
ac_cv_func_gtk_dialog_get_action_area=no
ac_cv_func_gtk_file_selection_new=yes
ac_cv_func_gtk_main=yes
ac_cv_func_gtk_orientable_set_orientation=no
ac_cv_func_gtk_widget_get_mapped=no
ac_cv_func_gtk_widget_get_sensitive=no
ac_cv_func_gtk_widget_get_window=no
ac_cv_func_gtk_widget_set_has_window=no
ac_cv_func_gtk_window_set_has_resize_grip=no
ac_cv_func_localtime_r=yes
ac_cv_func_lrand48=yes
ac_cv_func_lstat=yes
ac_cv_func_lutimes=no
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nanotime=no
ac_cv_func_posix_memalign=yes
ac_cv_func_posix_openpt=yes
ac_cv_func_pselect=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_random=yes
ac_cv_func_readlink=yes
ac_cv_func_readlinkat=yes
ac_cv_func_recvfrom=yes
ac_cv_func_rint=yes
ac_cv_func_select=yes
ac_cv_func_sendto=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_shutdown=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtoumax=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_timer_settime=yes
ac_cv_func_touchlock=no
ac_cv_func_tzset=yes
ac_cv_func_utimensat=no
ac_cv_func_utimes=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl_GTK_TYPE_FILE_SELECTION=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getloadavg=yes
ac_cv_have_decl_localtime_r=yes
ac_cv_have_decl_png_longjmp=no
ac_cv_have_decl_strmode=no
ac_cv_have_decl_strtoimax=yes
ac_cv_have_decl_strtoumax=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_X11_SM_SMlib_h=yes
ac_cv_header_X11_Xft_Xft_h=yes
ac_cv_header_X11_xpm_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_coff_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_gpm_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jerror_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_machine_soundcard_h=no
ac_cv_header_maillock_h=no
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_if_dl_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_png_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_soundcard_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vlimit_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_SM_SmcOpenConnection=yes
ac_cv_lib_Xbsd_main=no
ac_cv_lib_Xft_XftFontOpen=yes
ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
ac_cv_lib_Xrender_XRenderQueryExtension=yes
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_gpm_Gpm_Open=yes
ac_cv_lib_jpeg_jpeg_destroy_compress=yes
ac_cv_lib_lockfile_maillock=no
ac_cv_lib_m_sqrt=yes
ac_cv_lib_mail_maillock=no
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_lib_png_png_get_channels=yes
ac_cv_lib_pthread_pthread_self=yes
ac_cv_lib_pthreads_cma_open=no
ac_cv_lib_selinux_lgetfilecon=yes
ac_cv_lib_tiff_TIFFGetVersion=yes
ac_cv_lib_xml2_htmlReadMemory=yes
ac_cv_member_struct_ifreq_ifr_addr=yes
ac_cv_member_struct_ifreq_ifr_addr_sa_len=no
ac_cv_member_struct_ifreq_ifr_broadaddr=yes
ac_cv_member_struct_ifreq_ifr_flags=yes
ac_cv_member_struct_ifreq_ifr_hwaddr=yes
ac_cv_member_struct_ifreq_ifr_netmask=yes
ac_cv_member_struct_stat_st_atim_tv_nsec=yes
ac_cv_member_struct_stat_st_birthtim_tv_nsec=no
ac_cv_member_struct_stat_st_birthtimensec=no
ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_GZIP_PROG=/bin/gzip
ac_cv_path_INSTALL_INFO=/home/james/sw/texinfo/texinfo-5.0/bin//install-info
ac_cv_path_MAKEINFO=/home/james/sw/texinfo/texinfo-5.0/bin//makeinfo
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_liblockfile=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_backtrace_symbols_fd='none required'
ac_cv_search_clock_gettime=-lrt
ac_cv_search_timer_settime=-lrt
ac_cv_struct_st_dm_mode=no
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_sys_long_file_names=yes
ac_cv_type__Bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_sighandler_t=yes
ac_cv_type_sigset_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
emacs_cv_c_restrict_arr=yes
emacs_cv_func___builtin_unwind_init=yes
emacs_cv_func__setjmp=yes
emacs_cv_langinfo_codeset=yes
emacs_cv_localtime_cache=no
emacs_cv_netdb_declares_h_errno=yes
emacs_cv_personality_linux32=yes
emacs_cv_prog_cc_g3=yes
emacs_cv_speed_t=yes
emacs_cv_usable_FIONREAD=yes
emacs_cv_usable_SIGIO=yes
emacs_cv_var_doug_lea_malloc=yes
emacs_cv_x11_version_6=yes
gl_cv_c_amsterdam_compiler=no
gl_cv_c_multiarch=no
gl_cv_decl_null_works=yes
gl_cv_decl_readlink_works=yes
gl_cv_func_c99_strtold=yes
gl_cv_func_dup2_works=yes
gl_cv_func_futimesat_works=yes
gl_cv_func_getopt_gnu=no
gl_cv_func_getopt_posix=yes
gl_cv_func_gettimeofday_clobber=no
gl_cv_func_gettimeofday_posix_signature=almost
gl_cv_func_lstat_dereferences_slashed_symlink=yes
gl_cv_func_pselect_detects_ebadf=yes
gl_cv_func_pthread_sigmask_in_libc_works=yes
gl_cv_func_pthread_sigmask_return_works=yes
gl_cv_func_pthread_sigmask_unblock_works='guessing yes'
gl_cv_func_readlink_works=yes
gl_cv_func_strtoimax=yes
gl_cv_func_symlink_works=yes
gl_cv_func_va_copy=yes
gl_cv_func_working_mktime=yes
gl_cv_func_working_utimes=yes
gl_cv_have_include_next=yes
gl_cv_header_sys_select_h_selfcontained=yes
gl_cv_header_working_stdalign_h=yes
gl_cv_header_working_stdint_h=yes
gl_cv_next_getopt_h='<getopt.h>'
gl_cv_next_inttypes_h='<inttypes.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_sys_select_h='<sys/select.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_pragma_columns=no
gl_cv_rpl_alloca=yes
gl_cv_sig_pselect=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_sys_struct_timeval_tv_sec=yes
gl_cv_sys_struct_utimbuf=yes
gl_cv_time_r_posix=yes
gl_cv_type_sigset_t=yes
gt_cv_c_wchar_t=yes
gt_cv_ssize_t=yes
gt_cv_var_environ_declaration=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/build-aux/missing --run aclocal-1.11'
ALLOCA=''
ALLOCA_H='alloca.h'
ALSA_CFLAGS='-I/usr/include/alsa  '
ALSA_LIBS='-lasound  '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cru'
AUTOCONF='${SHELL} /nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/build-aux/missing --run automake-1.11'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BLESSMAIL_TARGET=''
CANNOT_DUMP='no'
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g3 -O2'
CFLAGS_SOUND=' -I/usr/include/alsa  '
COM_ERRLIB=''
CPP='gcc -E'
CPPFLAGS='  '
CRT_DIR='/usr/lib64'
CRYPTOLIB=''
CYGPATH_W='echo'
CYGWIN_OBJ=''
C_SWITCH_MACHINE=''
C_SWITCH_SYSTEM=''
C_SWITCH_X_SITE=' -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2  '
DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  '
DBUS_LIBS='-L/lib64 -ldbus-1  '
DBUS_OBJ='dbusbind.o'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
DESLIB=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXECINFO_H=''
EXEEXT=''
FONTCONFIG_CFLAGS=' '
FONTCONFIG_LIBS='-lfontconfig  '
FONT_OBJ='xfont.o ftfont.o xftfont.o ftxfont.o'
FREETYPE_CFLAGS='-I/usr/include/freetype2  '
FREETYPE_LIBS='-lfreetype  '
GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
GCONF_LIBS='-pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
GETLOADAVG_LIBS=''
GETOPT_H='getopt.h'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_EXECINFO_H_FALSE=''
GL_GENERATE_EXECINFO_H_TRUE='#'
GL_GENERATE_STDALIGN_H_FALSE=''
GL_GENERATE_STDALIGN_H_TRUE='#'
GL_GENERATE_STDARG_H_FALSE=''
GL_GENERATE_STDARG_H_TRUE='#'
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE=''
GL_GENERATE_STDINT_H_TRUE='#'
GMALLOC_OBJ=''
GNULIB_ATOLL='0'
GNULIB_CALLOC_POSIX='0'
GNULIB_CANONICALIZE_FILE_NAME='0'
GNULIB_CHDIR='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='0'
GNULIB_DPRINTF='0'
GNULIB_DUP2='1'
GNULIB_DUP3='0'
GNULIB_DUP='0'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='0'
GNULIB_FACCESSAT='0'
GNULIB_FCHDIR='0'
GNULIB_FCHMODAT='0'
GNULIB_FCHOWNAT='0'
GNULIB_FCLOSE='0'
GNULIB_FDATASYNC='0'
GNULIB_FDOPEN='0'
GNULIB_FFLUSH='0'
GNULIB_FGETC='1'
GNULIB_FGETS='1'
GNULIB_FOPEN='0'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='0'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREAD='1'
GNULIB_FREOPEN='0'
GNULIB_FSCANF='1'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='0'
GNULIB_FSTAT='0'
GNULIB_FSTATAT='0'
GNULIB_FSYNC='0'
GNULIB_FTELL='0'
GNULIB_FTELLO='0'
GNULIB_FTRUNCATE='0'
GNULIB_FUTIMENS='0'
GNULIB_FWRITE='1'
GNULIB_GETC='1'
GNULIB_GETCHAR='1'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='0'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETGROUPS='0'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLINE='0'
GNULIB_GETLOADAVG='1'
GNULIB_GETLOGIN='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETTIMEOFDAY='1'
GNULIB_GETUSERSHELL='0'
GNULIB_GL_UNISTD_H_GETOPT='1'
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='0'
GNULIB_IMAXABS='0'
GNULIB_IMAXDIV='0'
GNULIB_ISATTY='0'
GNULIB_LCHMOD='0'
GNULIB_LCHOWN='0'
GNULIB_LINK='0'
GNULIB_LINKAT='0'
GNULIB_LSEEK='0'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='0'
GNULIB_MBTOWC='0'
GNULIB_MKDIRAT='0'
GNULIB_MKDTEMP='0'
GNULIB_MKFIFO='0'
GNULIB_MKFIFOAT='0'
GNULIB_MKNOD='0'
GNULIB_MKNODAT='0'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_MKTIME='1'
GNULIB_NANOSLEEP='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_PCLOSE='0'
GNULIB_PERROR='0'
GNULIB_PIPE2='0'
GNULIB_PIPE='0'
GNULIB_POPEN='0'
GNULIB_POSIX_OPENPT='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PSELECT='1'
GNULIB_PTHREAD_SIGMASK='1'
GNULIB_PTSNAME='0'
GNULIB_PTSNAME_R='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_PWRITE='0'
GNULIB_RAISE='0'
GNULIB_RANDOM='0'
GNULIB_RANDOM_R='0'
GNULIB_READ='0'
GNULIB_READLINK='1'
GNULIB_READLINKAT='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_REALPATH='0'
GNULIB_REMOVE='0'
GNULIB_RENAME='0'
GNULIB_RENAMEAT='0'
GNULIB_RMDIR='0'
GNULIB_RPMATCH='0'
GNULIB_SCANF='1'
GNULIB_SELECT='0'
GNULIB_SETENV='0'
GNULIB_SETHOSTNAME='0'
GNULIB_SIGACTION='0'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGPROCMASK='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='0'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STAT='0'
GNULIB_STDIO_H_NONBLOCKING='0'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STRPTIME='0'
GNULIB_STRTOD='0'
GNULIB_STRTOIMAX='1'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRTOUMAX='1'
GNULIB_SYMLINK='1'
GNULIB_SYMLINKAT='0'
GNULIB_SYSTEM_POSIX='0'
GNULIB_TIMEGM='0'
GNULIB_TIME_R='1'
GNULIB_TMPFILE='0'
GNULIB_TTYNAME_R='0'
GNULIB_UNISTD_H_NONBLOCKING='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNLOCKPT='0'
GNULIB_UNSETENV='0'
GNULIB_USLEEP='0'
GNULIB_UTIMENSAT='0'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VFSCANF='0'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSCANF='0'
GNULIB_VSNPRINTF='0'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WARN_CFLAGS=''
GNULIB_WCTOMB='0'
GNULIB_WRITE='0'
GNULIB__EXIT='0'
GNUSTEP_CFLAGS=''
GNU_OBJC_CFLAGS=''
GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
GOBJECT_LIBS='-L/lib64 -lgobject-2.0 -lglib-2.0  '
GREP='/bin/grep'
GSETTINGS_CFLAGS=''
GSETTINGS_LIBS=''
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
GTK_LIBS='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
GTK_OBJ='gtkutil.o '
GZIP_INFO='yes'
GZIP_PROG='/bin/gzip'
HAVE_ATOLL='1'
HAVE_CANONICALIZE_FILE_NAME='1'
HAVE_CHOWN='1'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_IMAXABS='1'
HAVE_DECL_IMAXDIV='1'
HAVE_DECL_LOCALTIME_R='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SETENV='1'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_STRTOIMAX='1'
HAVE_DECL_STRTOUMAX='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_EUIDACCESS='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FDATASYNC='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETOPT_H='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GETTIMEOFDAY='1'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_INTTYPES_H='1'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MAKEINFO='yes'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'
HAVE_MKNOD='1'
HAVE_MKNODAT='1'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_NANOSLEEP='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_POPEN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_PREAD='1'
HAVE_PSELECT='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALPATH='1'
HAVE_RENAMEAT='1'
HAVE_RPMATCH='1'
HAVE_SETENV='1'
HAVE_SETHOSTNAME='1'
HAVE_SIGACTION='1'
HAVE_SIGHANDLER_T='1'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STRPTIME='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_SELECT_H='1'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_TIMEGM='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_USLEEP='1'
HAVE_UTIMENSAT='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WINSOCK2_H='0'
HAVE_XSERVER=''
HAVE__BOOL='1'
HAVE__EXIT='1'
IMAGEMAGICK_CFLAGS=''
IMAGEMAGICK_LIBS=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INFO_EXT='.info'
INFO_OPTS='--no-split'
INSTALL_ARCH_INDEP_EXTRA='install-etc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/home/james/sw/texinfo/texinfo-5.0/bin//install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX='1'
INT64_MAX_EQ_LONG_MAX='defined _LP64'
KRB4LIB=''
KRB5LIB=''
LDFLAGS=' -Wl,-znocombreloc '
LD_FIRSTFLAG='-nostdlib'
LD_SWITCH_SYSTEM=''
LD_SWITCH_SYSTEM_TEMACS='$(LD_SWITCH_X_SITE_RPATH)'
LD_SWITCH_X_SITE=''
LD_SWITCH_X_SITE_RPATH=''
LIBGIF=''
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_LIBS=''
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBGPM='-lgpm'
LIBHESIOD=''
LIBINTL=''
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBOTF_CFLAGS=''
LIBOTF_LIBS=''
LIBPNG='-lpng -lz -lm'
LIBRESOLV=''
LIBS='-lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1  '
LIBSELINUX_LIBS='-lselinux'
LIBSOUND=' -lasound  '
LIBS_GNUSTEP=''
LIBS_MAIL=''
LIBS_SYSTEM=''
LIBS_TERMCAP='-lncurses'
LIBTIFF='-ltiff'
LIBXMENU=''
LIBXML2_CFLAGS='-I/usr/include/libxml2  '
LIBXML2_LIBS='-lxml2 -lz -lm  '
LIBXMU='-lXmu'
LIBXPM='-lXpm'
LIBXSM='-lSM -lICE'
LIBXTR6=''
LIBXT_OTHER='$(LIBXSM)'
LIBX_OTHER='$(LIBXT) $(LIBX_EXTRA)'
LIB_CLOCK_GETTIME='-lrt'
LIB_EXECINFO=''
LIB_GCC=''
LIB_MATH='-lm'
LIB_PTHREAD='-lpthread'
LIB_PTHREAD_SIGMASK=''
LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'
LIB_TIMER_TIME='-lrt '
LN_S='ln -s'
LTLIBINTL=''
LTLIBOBJS=''
M17N_FLT_CFLAGS=''
M17N_FLT_LIBS=''
MAKEINFO='/home/james/sw/texinfo/texinfo-5.0/bin//makeinfo'
MKDEPDIR='${MKDIR_P} ${DEPDIR}'
MKDIR_P='/bin/mkdir -p'
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>'
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_GETOPT_H='<getopt.h>'
NEXT_INTTYPES_H='<inttypes.h>'
NEXT_SIGNAL_H='<signal.h>'
NEXT_STDARG_H='<stdarg.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_SYS_SELECT_H='<sys/select.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H='<unistd.h>'
NS_OBJ=''
NS_OBJC_OBJ=''
OBJEXT='o'
OLDXMENU='nothing'
OLDXMENU_DEPS=''
OLDXMENU_TARGET=''
OTHER_FILES=''
PACKAGE='emacs'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='emacs'
PACKAGE_STRING='emacs 24.3'
PACKAGE_TARNAME='emacs'
PACKAGE_URL=''
PACKAGE_VERSION='24.3'
PATH_SEPARATOR=':'
PAXCTL=''
PKG_CONFIG='/usr/bin/pkg-config'
POST_ALLOC_OBJ=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PRE_ALLOC_OBJ='lastfile.o'
PRIPTR_PREFIX='__PRIPTR_PREFIX'
PRI_MACROS_BROKEN='0'
PROFILING_CFLAGS=''
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTRDIFF_T_SUFFIX=''
RALLOC_OBJ=''
RANLIB='ranlib'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FDOPEN='0'
REPLACE_FFLUSH='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='0'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_ISATTY='0'
REPLACE_LCHOWN='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALTIME_R='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='0'
REPLACE_MALLOC='0'
REPLACE_MBTOWC='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='0'
REPLACE_MKNOD='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='0'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PSELECT='0'
REPLACE_PTHREAD_SIGMASK='1'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='0'
REPLACE_PUTENV='0'
REPLACE_PWRITE='0'
REPLACE_RAISE='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='0'
REPLACE_REALLOC='0'
REPLACE_REALPATH='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_SELECT='0'
REPLACE_SETENV='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STAT='0'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STRTOD='0'
REPLACE_STRTOIMAX='0'
REPLACE_STRUCT_TIMEVAL='0'
REPLACE_SYMLINK='0'
REPLACE_TIMEGM='GNULIB_PORTCHECK'
REPLACE_TMPFILE='0'
REPLACE_TTYNAME_R='0'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIMENSAT='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCTOMB='0'
REPLACE_WRITE='0'
RSVG_CFLAGS='-I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0  '
RSVG_LIBS='-L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
SETTINGS_CFLAGS=' -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
SETTINGS_LIBS=' -pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L/lib64 -lgobject-2.0 -lglib-2.0  '
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o'
STDALIGN_H=''
STDARG_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H=''
STRIP=''
SUBDIR_MAKEFILES_IN=' $(srcdir)/lib/Makefile.in $(srcdir)/lib-src/Makefile.in $(srcdir)/oldXMenu/Makefile.in $(srcdir)/doc/emacs/Makefile.in $(srcdir)/doc/misc/Makefile.in $(srcdir)/doc/lispintro/Makefile.in $(srcdir)/doc/lispref/Makefile.in $(srcdir)/src/Makefile.in $(srcdir)/lwlib/Makefile.in $(srcdir)/lisp/Makefile.in $(srcdir)/leim/Makefile.in $(srcdir)/nextstep/Makefile.in $(srcdir)/admin/unidata/Makefile.in'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TERMCAP_OBJ='terminfo.o'
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
TOOLKIT_LIBW='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
UINT32_MAX_LT_UINTMAX_MAX='1'
UINT64_MAX_EQ_ULONG_MAX='defined _LP64'
UNEXEC_OBJ='unexelf.o'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
VERSION='24.3'
VMLIMIT_OBJ='vm-limit.o'
W32_LIBS=''
W32_OBJ=''
WARN_CFLAGS=''
WCHAR_T_SUFFIX=''
WERROR_CFLAGS=''
WIDGET_OBJ=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='0'
WINDOW_SYSTEM_OBJ='fontset.o fringe.o image.o'
WINT_T_SUFFIX=''
XFT_CFLAGS='-I/usr/include/freetype2  '
XFT_LIBS='-lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11  '
XMENU_OBJ='xmenu.o'
XMKMF=''
XOBJ='xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.o'
X_TOOLKIT_TYPE='none'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
bindir='${exec_prefix}/bin'
bitmapdir='/usr/include/X11/bitmaps'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cache_file='/dev/null'
canonical='x86_64-unknown-linux-gnu'
configuration='x86_64-unknown-linux-gnu'
copyright='Copyright (C) 2013 Free Software Foundation, Inc.'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datadir}/emacs/${version}/etc'
dvidir='${docdir}'
etcdir='${datadir}/emacs/${version}/etc'
exec_prefix='${prefix}'
gamedir='${localstatedir}/games/emacs'
gameuser='games'
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE='#'
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE=''
gl_GNULIB_ENABLED_dosname_FALSE=''
gl_GNULIB_ENABLED_dosname_TRUE='#'
gl_GNULIB_ENABLED_pathmax_FALSE=''
gl_GNULIB_ENABLED_pathmax_TRUE='#'
gl_GNULIB_ENABLED_stat_FALSE=''
gl_GNULIB_ENABLED_stat_TRUE='#'
gl_GNULIB_ENABLED_strtoll_FALSE=''
gl_GNULIB_ENABLED_strtoll_TRUE='#'
gl_GNULIB_ENABLED_strtoull_FALSE=''
gl_GNULIB_ENABLED_strtoull_TRUE='#'
gl_GNULIB_ENABLED_verify_FALSE=''
gl_GNULIB_ENABLED_verify_TRUE='#'
gl_LIBOBJS=' getopt.o getopt1.o pthread_sigmask.o'
gl_LTLIBOBJS=' getopt.lo getopt1.lo pthread_sigmask.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS='IN_EMACS_GNULIB_TESTS'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/build-aux/install-sh'
leimdir='${datadir}/emacs/${version}/leim'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
liblockfile='no'
lispdir='${datadir}/emacs/${version}/lisp'
lisppath='${locallisppath}:${standardlisppath}'
localedir='${datarootdir}/locale'
locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
ns_appbindir=''
ns_appdir=''
ns_appresdir=''
ns_appsrc=''
ns_self_contained='no'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/james/raid/opt/emacs/releases/emacs-24.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3'
standardlisppath='${lispdir}:${leimdir}'
sysconfdir='${prefix}/etc'
target_alias=''
version='24.3'
x_default_search_path='/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

deps_frag='/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/src/autodeps.mk'
lisp_frag='/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3/src/lisp.mk'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "emacs"
#define PACKAGE_TARNAME "emacs"
#define PACKAGE_VERSION "24.3"
#define PACKAGE_STRING "emacs 24.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "emacs"
#define VERSION "24.3"
#define MAIL_USE_POP 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define SYSTEM_TYPE "gnu/linux"
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_ALSA 1
#define HAVE_SOUND 1
#define HAVE_LINUX_VERSION_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_PTY_H 1
#define HAVE_SYS_VLIMIT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_PWD_H 1
#define HAVE_UTMP_H 1
#define HAVE_DIRENT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UTIME_H 1
#define HAVE_PERSONALITY_LINUX32 1
#define HAVE_TERM_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SPEED_T 1
#define HAVE_NET_IF_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
#define HAVE_LONG_FILE_NAMES 1
#define DOUG_LEA_MALLOC 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_PTHREAD 1
#define HAVE_XKBGETKEYBOARD 1
#define HAVE_XRMSETDATABASE 1
#define HAVE_XSCREENRESOURCESTRING 1
#define HAVE_XSCREENNUMBEROFSCREEN 1
#define HAVE_X11R6 1
#define HAVE_X_I18N 1
#define HAVE_X11R6_XIM 1
#define HAVE_RSVG 1
#define HAVE_GTK_MAIN 1
#define USE_GTK 1
#define HAVE_GTK_FILE_SELECTION_NEW 1
#define HAVE_DBUS 1
#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
#define HAVE_GCONF 1
#define HAVE_G_TYPE_INIT 1
#define HAVE_LIBSELINUX 1
#define USE_TOOLKIT_SCROLL_BARS 1
#define HAVE_XIM 1
#define USE_XIM 1
#define XRegisterIMInstantiateCallback_arg6 XPointer
#define HAVE_XFT 1
#define HAVE_FREETYPE 1
#define HAVE_XPM 1
#define HAVE_JPEG 1
#define HAVE_JPEG 1
#define HAVE_PNG_H 1
#define HAVE_PNG 1
#define PNG_DEPSTRUCT /**/
#define HAVE_TIFF 1
#define HAVE_GPM 1
#define HAVE_X_SM 1
#define HAVE_LIBXML2 1
#define HAVE_H_ERRNO 1
#define HAVE_LIBM 1
#define MAIL_USE_FLOCK 1
#define HAVE_GETHOSTNAME 1
#define HAVE_CLOSEDIR 1
#define HAVE_GETRUSAGE 1
#define HAVE_GET_CURRENT_DIR_NAME 1
#define HAVE_LRAND48 1
#define HAVE_SETSID 1
#define HAVE_FPATHCONF 1
#define HAVE_SELECT 1
#define HAVE_EUIDACCESS 1
#define HAVE_GETPAGESIZE 1
#define HAVE_SETLOCALE 1
#define HAVE_UTIMES 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_SETPGID 1
#define HAVE_GETCWD 1
#define HAVE_SHUTDOWN 1
#define HAVE_GETADDRINFO 1
#define HAVE___FPENDING 1
#define HAVE_STRSIGNAL 1
#define HAVE_SETITIMER 1
#define HAVE_SENDTO 1
#define HAVE_RECVFROM 1
#define HAVE_GETSOCKNAME 1
#define HAVE_GETPEERNAME 1
#define HAVE_GETIFADDRS 1
#define HAVE_FREEIFADDRS 1
#define HAVE_GAI_STRERROR 1
#define HAVE_MKSTEMP 1
#define HAVE_GETLINE 1
#define HAVE_GETDELIM 1
#define HAVE_FSYNC 1
#define HAVE_SYNC 1
#define HAVE_DIFFTIME 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_GETPWENT 1
#define HAVE_ENDPWENT 1
#define HAVE_GETGRENT 1
#define HAVE_ENDGRENT 1
#define HAVE_CFMAKERAW 1
#define HAVE_CFSETSPEED 1
#define HAVE_COPYSIGN 1
#define HAVE___EXECUTABLE_START 1
#define HAVE_GETWD 1
#define HAVE_RANDOM 1
#define HAVE_RINT 1
#define HAVE___BUILTIN_UNWIND_INIT 1
#define HAVE_FSEEKO 1
#define GETPGRP_VOID 1
#define HAVE_GRANTPT 1
#define HAVE_GETPT 1
#define HAVE_POSIX_OPENPT 1
#define TERMINFO 1
#define HAVE_RES_INIT 1
#define HAVE_TZSET 1
#define HAVE_READLINKAT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LSTAT 1
#define HAVE_ALARM 1
#define HAVE_PSELECT 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_READLINK 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYMLINK 1
#define HAVE_LOCALTIME_R 1
#define HAVE_FUTIMES 1
#define HAVE_FUTIMESAT 1
#define HAVE_INET_SOCKETS 1
#define HAVE_DEV_PTMX 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_SNPRINTF 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_MBSTATE_T 1
#define __restrict_arr __restrict
#define AMPERSAND_FULL_NAME 1
#define CLASH_DETECTION 1
#define HAVE_PTYS 1
#define HAVE_SOCKETS 1
#define NULL_DEVICE "/dev/null"
#define SEPCHAR ':'
#define subprocesses 1
#define USER_FULL_NAME pw->pw_gecos
#define DIRECTORY_SEP '/'
#define IS_DEVICE_SEP(_c_) 0
#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
#define HAVE_PROCFS 1
#define DEFAULT_SOUND_DEVICE "/dev/dsp"
#define INTERRUPT_INPUT 1
#define NARROWPROTO 1
#define UNIX98_PTYS 1
#define PTY_ITERATION int i; for (i = 0; i < 1; i++)
#define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
#define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
#define PTY_NAME_SPRINTF /**/
#define SIGNALS_VIA_CHARACTERS 1
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
#define GC_SETJMP_WORKS 1
#define GC_SETJMP_WORKS 1
#define HAVE__SETJMP 1
#define USG /**/
#define GNU_LINUX /**/
#define USABLE_FIONREAD 1
#define USABLE_SIGIO 1
#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
#define TERM_HEADER "gtkutil.h"
#define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
#define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
#define HAVE_X_WINDOWS 1
#define HAVE_X11 1
#define HAVE_MENUS 1
#define GNU_MALLOC 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_C99_STRTOLD 1
#define HAVE_ENVIRON_DECL 1
#define HAVE_DECL_STRMODE 0
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define __GETOPT_PREFIX rpl_
#define HAVE_DECL_GETENV 1
#define restrict __restrict
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_SIGSET_T 1
#define HAVE__BOOL 1
#define HAVE_WCHAR_T 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_TM_GMTOFF 1
#define HAVE_DECL_STRTOIMAX 1
#define HAVE_DECL_STRTOUMAX 1
#define HAVE_WORKING_UTIMES 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_ALLOCA 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_SETTIME 1
#define HAVE_DUP2 1
#define __GETOPT_PREFIX rpl_
#define GETTIMEOFDAY_TIMEZONE struct timezone
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
#define GNULIB_FSCANF 1
#define GNULIB_SCANF 1
#define my_strftime nstrftime
#define HAVE_DECL_LOCALTIME_R 1
#define HAVE_TIMER_SETTIME 1
#define HAVE_WINDOW_SYSTEM 1
#define HAVE_MOUSE 1

configure: exit 0

^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-11 17:01     ` James Jong
@ 2013-03-11 18:14       ` Glenn Morris
  2013-03-11 18:21         ` Eli Zaretskii
  2013-03-11 18:50       ` Wolfgang Jenkner
  2013-03-11 20:45       ` Achim Gratz
  2 siblings, 1 reply; 22+ messages in thread
From: Glenn Morris @ 2013-03-11 18:14 UTC (permalink / raw)
  To: James Jong; +Cc: 13908


Sorry, I don't see what's wrong here.

Anyone?





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-11 18:14       ` Glenn Morris
@ 2013-03-11 18:21         ` Eli Zaretskii
  0 siblings, 0 replies; 22+ messages in thread
From: Eli Zaretskii @ 2013-03-11 18:21 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 13908

> From: Glenn Morris <rgm@gnu.org>
> Date: Mon, 11 Mar 2013 14:14:18 -0400
> Cc: 13908@debbugs.gnu.org
> 
> 
> Sorry, I don't see what's wrong here.
> 
> Anyone?

The usual advice is to add -v to the offending GCC command line, and
post everything that the compiler outputs.  I would also add

  -Wl,-trace

so we see the object files and libraries scanned by the linker.





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-11 17:01     ` James Jong
  2013-03-11 18:14       ` Glenn Morris
@ 2013-03-11 18:50       ` Wolfgang Jenkner
  2013-03-11 20:45       ` Achim Gratz
  2 siblings, 0 replies; 22+ messages in thread
From: Wolfgang Jenkner @ 2013-03-11 18:50 UTC (permalink / raw)
  To: James Jong; +Cc: 13908

On Mon, Mar 11 2013, James Jong wrote:

> Below you can find the output of my config.log after running $ ./configure
> --without-gif --prefix=/home/james/raid/opt/emacs/releases/emacs-24.3.

It seems that you are not using the system compiler

configure:4724: checking for gcc
configure:4740: found /opt/gcc-4.7.2-x86_64_with_fortran/bin//gcc
configure:4751: result: gcc

So, a basic test would be to compile emacs with the system compiler
instead.

Please try something like

$ ./configure CC=/usr/bin/gcc

Wolfgang





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-11 17:01     ` James Jong
  2013-03-11 18:14       ` Glenn Morris
  2013-03-11 18:50       ` Wolfgang Jenkner
@ 2013-03-11 20:45       ` Achim Gratz
  2013-03-12 15:54         ` James Jong
  2 siblings, 1 reply; 22+ messages in thread
From: Achim Gratz @ 2013-03-11 20:45 UTC (permalink / raw)
  To: 13908

James Jong writes:
> Below you can find the output of my config.log after running $ .
> /configure --without-gif -
> -prefix=/home/james/raid/opt/emacs/releases/emacs-24.3.

Could you try that again with a slightly less bloated $PATH perhaps?


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra






^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-11 20:45       ` Achim Gratz
@ 2013-03-12 15:54         ` James Jong
  2013-03-12 16:38           ` Eli Zaretskii
  0 siblings, 1 reply; 22+ messages in thread
From: James Jong @ 2013-03-12 15:54 UTC (permalink / raw)
  To: Achim Gratz; +Cc: 13908


[-- Attachment #1.1: Type: text/plain, Size: 1062 bytes --]

Thank you Wolfgang, Eli, Glenn and Achim

I am still having problems when running make. Unfortunately, the system on
which I am running is quite old:

/usr/bin/gcc --version
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)
Copyright (C) 2006 Free Software Foundation, Inc.

I have just tried a fresh build from the new stable release 24.3 with no
luck (./configure goes through, but make fails). I trimmed down my PATH
substantially. Attached you can find the corresponding config.log and the
trace from make.

Thanks,

James




On Mon, Mar 11, 2013 at 4:45 PM, Achim Gratz <Stromeko@nexgo.de> wrote:

> James Jong writes:
> > Below you can find the output of my config.log after running $ .
> > /configure --without-gif -
> > -prefix=/home/james/raid/opt/emacs/releases/emacs-24.3.
>
> Could you try that again with a slightly less bloated $PATH perhaps?
>
>
> Regards,
> Achim.
> --
> +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
>
> Samples for the Waldorf Blofeld:
> http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra
>
>
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 1821 bytes --]

[-- Attachment #2: emacs.24.3.stable.config.log --]
[-- Type: application/octet-stream, Size: 642734 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by emacs configure 24.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure CC=/usr/bin/gcc --without-gif --prefix=/home/james/raid/opt/emacs/releases/emacs-24.3

## --------- ##
## Platform. ##
## --------- ##

hostname = d217.xyz.com
uname -m = x86_64
uname -r = 2.6.18-274.el5xen
uname -s = Linux
uname -v = #1 SMP Thu Jul 21 12:31:29 EDT 2011

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/james/perl5/bin
PATH: /usr/lib64/qt-3.3/bin
PATH: /usr/kerberos/bin
PATH: /home/james/sw/zsh/bin
PATH: /home/james/sw/zsh/bin/
PATH: /opt/emacs-24.2-x86_64/bin/
PATH: /opt/perl-5.14.1-x86_64/bin/
PATH: /opt/Python-2.7.3-x86_64/bin/
PATH: /opt/ruby-1.9.3-p194-x86_64/bin/
PATH: /d4m/vid/bin/R-2.15.2//bin/
PATH: /opt/git-1.7.10-x86_64/bin/
PATH: /d4m/vid/bin/utils/tmux-1.7/bin/
PATH: /d4m/vid/bin/utils/libevent-2.0.21-bin/bin/
PATH: /opt/qt-4.7.1-x86_64/bin/
PATH: /home/james/code/runjobs_utils/
PATH: /home/swu/libraries/mylibs/bin/
PATH: /d4m/vid/bin/utils/htop/bin/
PATH: /d4m/vid/bin/utils/lsof/lsof_4.87/
PATH: /opt/jdk1.7.0_07/bin/
PATH: /home/james/sw/global/bin/
PATH: /home/james/sw/cscope/cscope-15.8a/contrib/xcscope/
PATH: /home/james/sw/cscope/bin/
PATH: /opt/cmake-2.8.1-x86_64/bin/
PATH: /home/james/sw/texinfo/texinfo/texinfo-5.0/bin/
PATH: /home/james/sw/autoconf/autoconf-2.69/bin/
PATH: /home/james/sw/automake/automatke-1.13/bin/
PATH: /home/james/raid/opt/tar/tar-1.26/bin/
PATH: /home/james/raid/opt/xz/xz-5.0.4/bin/
PATH: /opt/mpich2-1.5-x86_64/bin/
PATH: /opt/libxml2-2.8.0-x86_64/bin/
PATH: /opt/ffmpeg-1.0-x86_64/bin/
PATH: /opt/ImageMagick-6.8.0-7-x86_64/bin/
PATH: /opt/gnuplot-4.4.3-x86_64/bin/
PATH: /opt/sqlite-3.7.13-x86_64/bin/
PATH: .
PATH: /home/james/bin
PATH: /opt/WordNet-3.0-x86_64/bin
PATH: /opt/gstlfilt-2.47a
PATH: /opt/clisp-2.39-x86_64/bin
PATH: /opt/valgrind-3.6.1-x86_64/bin
PATH: /opt/sctk-2.2.4-x86_64/bin
PATH: /opt/mysql-4.1.15-x86_64/bin
PATH: /opt/ImageMagick-6.2.4-x86_64/bin
PATH: /opt/Byblos-Tools-1.1/bin
PATH: /opt/SGE-Tools-3.0.11-x86_64/bin
PATH: /opt/eclipse-4.2.1-x86_64
PATH: /opt/wavesurver-1.8.1
PATH: /opt/sphere_2.6a-xyz-patched-x86_64/bin
PATH: /d4m/eyes/releases/Cube2/R2013_02_14/install-optimize-x86_64/scripts
PATH: /opt/sge-6.2u5/bin/lx24-amd64
PATH: /opt/sqlite-3.7.7.1-x86_64/bin
PATH: /opt/emacs-23.1-x86_64/bin
PATH: /opt/git-1.7.4.1-x86_64/bin
PATH: /opt/subversion-1.6.9-x86_64/bin
PATH: /opt/Adobe/Reader9/bin
PATH: /opt/rsync-3.0.5-x86_64/bin
PATH: /opt/apache-ant-1.7.1/bin
PATH: /opt/jdk1.6.0_22-x86_64/bin
PATH: /opt/cmake-2.4.7-x86_64/bin
PATH: /d4m/eyes/releases/Cube2/R2013_02_14/install-optimize-x86_64/bin
PATH: /opt/apache-maven-3.0.4/bin
PATH: /bin
PATH: /bin
PATH: /bin
PATH: /bin
PATH: /bin
PATH: /bin
PATH: /opt/perl-5.8.6-x86_64/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /opt/ACE+TAO-5.6-gcc-4.1.2-x86_64/bin
PATH: /d4m/ws/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3393: checking for a BSD-compatible install
configure:3461: result: /usr/bin/install -c
configure:3472: checking whether build environment is sane
configure:3522: result: yes
configure:3663: checking for a thread-safe mkdir -p
configure:3702: result: /bin/mkdir -p
configure:3716: checking for gawk
configure:3732: found /bin/gawk
configure:3743: result: gawk
configure:3754: checking whether make sets $(MAKE)
configure:3776: result: yes
configure:4431: checking build system type
configure:4445: result: x86_64-unknown-linux-gnu
configure:4465: checking host system type
configure:4478: result: x86_64-unknown-linux-gnu
configure:4724: checking for gcc
configure:4751: result: /usr/bin/gcc
configure:4980: checking for C compiler version
configure:4989: /usr/bin/gcc --version >&5
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5000: $? = 0
configure:4989: /usr/bin/gcc -v >&5
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)
configure:5000: $? = 0
configure:4989: /usr/bin/gcc -V >&5
gcc: '-V' option must have argument
configure:5000: $? = 1
configure:4989: /usr/bin/gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:5000: $? = 1
configure:5020: checking whether the C compiler works
configure:5042: /usr/bin/gcc    conftest.c  >&5
configure:5046: $? = 0
configure:5094: result: yes
configure:5097: checking for C compiler default output file name
configure:5099: result: a.out
configure:5105: checking for suffix of executables
configure:5112: /usr/bin/gcc -o conftest    conftest.c  >&5
configure:5116: $? = 0
configure:5138: result: 
configure:5160: checking whether we are cross compiling
configure:5168: /usr/bin/gcc -o conftest    conftest.c  >&5
configure:5172: $? = 0
configure:5179: ./conftest
configure:5183: $? = 0
configure:5198: result: no
configure:5203: checking for suffix of object files
configure:5225: /usr/bin/gcc -c   conftest.c >&5
configure:5229: $? = 0
configure:5250: result: o
configure:5254: checking whether we are using the GNU C compiler
configure:5273: /usr/bin/gcc -c   conftest.c >&5
configure:5273: $? = 0
configure:5282: result: yes
configure:5291: checking whether /usr/bin/gcc accepts -g
configure:5311: /usr/bin/gcc -c -g  conftest.c >&5
configure:5311: $? = 0
configure:5352: result: yes
configure:5369: checking for /usr/bin/gcc option to accept ISO C89
configure:5432: /usr/bin/gcc  -c -g -O2  conftest.c >&5
configure:5432: $? = 0
configure:5445: result: none needed
configure:5476: checking for style of include used by make
configure:5504: result: GNU
configure:5530: checking dependency style of /usr/bin/gcc
configure:5641: result: gcc3
configure:5657: checking whether /usr/bin/gcc and cc understand -c and -o together
configure:5688: /usr/bin/gcc -c conftest.c -o conftest2.o >&5
configure:5692: $? = 0
configure:5698: /usr/bin/gcc -c conftest.c -o conftest2.o >&5
configure:5702: $? = 0
configure:5713: cc -c conftest.c >&5
configure:5717: $? = 0
configure:5725: cc -c conftest.c -o conftest2.o >&5
configure:5729: $? = 0
configure:5735: cc -c conftest.c -o conftest2.o >&5
configure:5739: $? = 0
configure:5757: result: yes
configure:5799: checking how to run the C preprocessor
configure:5830: /usr/bin/gcc -E  conftest.c
configure:5830: $? = 0
configure:5844: /usr/bin/gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:5844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5869: result: /usr/bin/gcc -E
configure:5889: /usr/bin/gcc -E  conftest.c
configure:5889: $? = 0
configure:5903: /usr/bin/gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:5903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5932: checking for grep that handles long lines and -e
configure:5990: result: /bin/grep
configure:5995: checking for egrep
configure:6057: result: /bin/grep -E
configure:6064: checking for Minix Amsterdam compiler
configure:6088: result: no
configure:6140: checking for ar
configure:6156: found /usr/bin/ar
configure:6167: result: ar
configure:6247: checking for ranlib
configure:6263: found /usr/bin/ranlib
configure:6274: result: ranlib
configure:6300: checking for ANSI C header files
configure:6320: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6320: $? = 0
configure:6393: /usr/bin/gcc -o conftest -g -O2   conftest.c  >&5
configure:6393: $? = 0
configure:6393: ./conftest
configure:6393: $? = 0
configure:6404: result: yes
configure:6417: checking for sys/types.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for sys/stat.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for stdlib.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for string.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for memory.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for strings.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for inttypes.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for stdint.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for unistd.h
configure:6417: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6432: checking minix/config.h usability
configure:6432: /usr/bin/gcc -c -g -O2  conftest.c >&5
conftest.c:55:26: error: minix/config.h: No such file or directory
configure:6432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6432: result: no
configure:6432: checking minix/config.h presence
configure:6432: /usr/bin/gcc -E  conftest.c
conftest.c:22:26: error: minix/config.h: No such file or directory
configure:6432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:6432: result: no
configure:6432: checking for minix/config.h
configure:6432: result: no
configure:6461: checking whether it is safe to define __EXTENSIONS__
configure:6479: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6479: $? = 0
configure:6486: result: yes
configure:6515: checking for special C compiler options needed for large files
configure:6560: result: no
configure:6566: checking for _FILE_OFFSET_BITS value needed for large files
configure:6591: /usr/bin/gcc -c -g -O2  conftest.c >&5
configure:6591: $? = 0
configure:6623: result: no
configure:6712: checking for /usr/bin/gcc option to accept ISO C99
configure:6861: /usr/bin/gcc  -c -g -O2  conftest.c >&5
conftest.c:78: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:132: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:132: error: 'newvar' undeclared (first use in this function)
conftest.c:132: error: (Each undeclared identifier is reported only once
conftest.c:132: error: for each function it appears in.)
conftest.c:142: error: 'for' loop initial declaration used outside C99 mode
configure:6861: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:6861: /usr/bin/gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6861: $? = 0
configure:6881: result: -std=gnu99
configure:6982: checking for /usr/bin/gcc -std=gnu99 option to accept ISO Standard C
configure:6996: result: -std=gnu99
configure:7099: checking whether /usr/bin/gcc -std=gnu99 accepts -g3 -O2
configure:7115: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2   conftest.c  >&5
configure:7115: $? = 0
configure:7123: result: yes
configure:7929: checking whether ln -s works
configure:7933: result: yes
configure:7943: checking for install-info
configure:7961: found /sbin/install-info
configure:7974: result: /sbin/install-info
configure:7984: checking for gzip
configure:8002: found /bin/gzip
configure:8014: result: /bin/gzip
configure:8026: checking for paxctl
configure:8059: result: no
configure:8092: checking for makeinfo
configure:8110: found /usr/bin/makeinfo
configure:8123: result: /usr/bin/makeinfo
configure:8182: checking for -znocombreloc
configure:8195: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2   -Wl,-znocombreloc conftest.c  >&5
configure:8195: $? = 0
configure:8196: result: yes
configure:8529: checking for pkg-config
configure:8547: found /usr/bin/pkg-config
configure:8560: result: /usr/bin/pkg-config
configure:8577: checking machine/soundcard.h usability
configure:8577: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:62:31: error: machine/soundcard.h: No such file or directory
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/soundcard.h>
configure:8577: result: no
configure:8577: checking machine/soundcard.h presence
configure:8577: /usr/bin/gcc -E    conftest.c
conftest.c:29:31: error: machine/soundcard.h: No such file or directory
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| /* end confdefs.h.  */
| #include <machine/soundcard.h>
configure:8577: result: no
configure:8577: checking for machine/soundcard.h
configure:8577: result: no
configure:8577: checking sys/soundcard.h usability
configure:8577: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8577: $? = 0
configure:8577: result: yes
configure:8577: checking sys/soundcard.h presence
configure:8577: /usr/bin/gcc -E    conftest.c
configure:8577: $? = 0
configure:8577: result: yes
configure:8577: checking for sys/soundcard.h
configure:8577: result: yes
configure:8577: checking soundcard.h usability
configure:8577: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:63:23: error: soundcard.h: No such file or directory
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <soundcard.h>
configure:8577: result: no
configure:8577: checking soundcard.h presence
configure:8577: /usr/bin/gcc -E    conftest.c
conftest.c:30:23: error: soundcard.h: No such file or directory
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <soundcard.h>
configure:8577: result: no
configure:8577: checking for soundcard.h
configure:8577: result: no
configure:8588: checking for _oss_ioctl in -lossaudio
configure:8613: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lossaudio   >&5 
/usr/bin/ld: cannot find -lossaudio
collect2: ld returned 1 exit status
configure:8613: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _oss_ioctl ();
| int
| main ()
| {
| return _oss_ioctl ();
|   ;
|   return 0;
| }
configure:8622: result: no
configure:8642: checking for alsa >= 1.0.0
configure:8656: result: yes CFLAGS='-I/usr/include/alsa  ' LIBS='-lasound  '
configure:8701: /usr/bin/gcc -std=gnu99 -c -I/usr/include/alsa   -g3 -O2    conftest.c >&5
configure:8701: $? = 0
configure:8759: checking for linux/version.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/systeminfo.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:67:28: error: sys/systeminfo.h: No such file or directory
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/systeminfo.h>
configure:8759: result: no
configure:8759: checking for stdio_ext.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for fcntl.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for coff.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:69:18: error: coff.h: No such file or directory
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <coff.h>
configure:8759: result: no
configure:8759: checking for pty.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/vlimit.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/resource.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/utsname.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for pwd.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for utmp.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for dirent.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for util.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:76:18: error: util.h: No such file or directory
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <util.h>
configure:8759: result: no
configure:8759: checking for sys/socket.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for stdlib.h
configure:8759: result: yes
configure:8759: checking for unistd.h
configure:8759: result: yes
configure:8759: checking for sys/param.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for pthread.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for malloc/malloc.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:81:27: error: malloc/malloc.h: No such file or directory
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <malloc/malloc.h>
configure:8759: result: no
configure:8759: checking for maillock.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:81:22: error: maillock.h: No such file or directory
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <maillock.h>
configure:8759: result: no
configure:8759: checking for sys/un.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for execinfo.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for getopt.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/time.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for wchar.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for stdint.h
configure:8759: result: yes
configure:8759: checking for inttypes.h
configure:8759: result: yes
configure:8759: checking for sys/select.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/stat.h
configure:8759: result: yes
configure:8759: checking for utime.h
configure:8759: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8798: checking if personality LINUX32 can be set
configure:8811: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8811: $? = 0
configure:8817: result: yes
configure:8828: checking for term.h
configure:8828: /usr/bin/gcc -E    conftest.c
configure:8828: $? = 0
configure:8828: result: yes
configure:8838: checking whether time.h and sys/time.h may both be included
configure:8858: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8858: $? = 0
configure:8865: result: yes
configure:8873: checking whether sys_siglist is declared
configure:8873: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8873: $? = 0
configure:8873: result: yes
configure:8907: checking for sys/wait.h that is POSIX.1 compatible
configure:8933: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8933: $? = 0
configure:8940: result: yes
configure:8949: checking for speed_t
configure:8965: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8965: $? = 0
configure:8972: result: yes
configure:8985: checking for net/if.h
configure:8985: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8985: $? = 0
configure:8985: result: yes
configure:9001: checking for ifaddrs.h
configure:9001: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9001: $? = 0
configure:9001: result: yes
configure:9017: checking for net/if_dl.h
configure:9017: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:102:23: error: net/if_dl.h: No such file or directory
configure:9017: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| #include <net/if_dl.h>
configure:9017: result: no
configure:9032: checking for struct ifreq.ifr_flags
configure:9032: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9032: $? = 0
configure:9032: result: yes
configure:9048: checking for struct ifreq.ifr_hwaddr
configure:9048: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:110: error: used struct type value where scalar is required
configure:9048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_hwaddr)
| return 0;
|   ;
|   return 0;
| }
configure:9048: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9048: $? = 0
configure:9048: result: yes
configure:9064: checking for struct ifreq.ifr_netmask
configure:9064: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:111: error: used struct type value where scalar is required
configure:9064: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_netmask)
| return 0;
|   ;
|   return 0;
| }
configure:9064: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9064: $? = 0
configure:9064: result: yes
configure:9080: checking for struct ifreq.ifr_broadaddr
configure:9080: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:112: error: used struct type value where scalar is required
configure:9080: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_broadaddr)
| return 0;
|   ;
|   return 0;
| }
configure:9080: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9080: $? = 0
configure:9080: result: yes
configure:9096: checking for struct ifreq.ifr_addr
configure:9096: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:113: error: used struct type value where scalar is required
configure:9096: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_addr)
| return 0;
|   ;
|   return 0;
| }
configure:9096: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9096: $? = 0
configure:9096: result: yes
configure:9112: checking for struct ifreq.ifr_addr.sa_len
configure:9112: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:114: error: 'struct sockaddr' has no member named 'sa_len'
configure:9112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_addr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:9112: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:114: error: 'struct sockaddr' has no member named 'sa_len'
configure:9112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (sizeof ac_aggr.ifr_addr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:9112: result: no
configure:9136: checking whether we are using GNU Make
configure:9145: result: yes
configure:9148: checking whether gcc understands -MMD -MF
configure:9163: /usr/bin/gcc -std=gnu99 -c -g3 -O2 -MMD -MF deps.d -MP    conftest.c >&5
configure:9163: $? = 0
configure:9172: result: yes
configure:9192: checking for long file names
configure:9224: result: yes
configure:9241: checking for X
configure:9380: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lX11  >&5 
configure:9380: $? = 0
configure:9430: result: libraries , headers 
configure:9795: checking whether malloc is Doug Lea style
configure:9814: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9814: $? = 0
configure:9822: result: yes
configure:9885: checking for getpagesize
configure:9885: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9885: $? = 0
configure:9885: result: yes
configure:9894: checking for working mmap
configure:10041: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:10041: $? = 0
configure:10041: ./conftest
configure:10041: $? = 0
configure:10051: result: yes
configure:10069: checking for dnet_ntoa in -ldnet
configure:10094: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -ldnet    >&5 
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:10094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
|   ;
|   return 0;
| }
configure:10103: result: no
configure:10115: checking for main in -lXbsd
configure:10134: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lXbsd    >&5 
/usr/bin/ld: cannot find -lXbsd
collect2: ld returned 1 exit status
configure:10134: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:10143: result: no
configure:10161: checking for pthread_self in -lpthread
configure:10186: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lpthread    >&5 
configure:10186: $? = 0
configure:10196: result: yes
configure:10215: checking for cma_open in -lpthreads
configure:10240: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lpthreads  -lpthread   >&5 
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:10240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cma_open ();
| int
| main ()
| {
| return cma_open ();
|   ;
|   return 0;
| }
configure:10249: result: no
configure:10337: checking whether X on GNU/Linux needs -b to link
configure:10350: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
conftest.c: In function 'main':
conftest.c:79: warning: implicit declaration of function 'XOpenDisplay'
configure:10350: $? = 0
configure:10398: result: no
configure:10405: checking for Xkb
configure:10419: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10419: $? = 0
configure:10426: result: yes
configure:10438: checking for XrmSetDatabase
configure:10438: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10438: checking for XScreenResourceString
configure:10438: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10438: checking for XScreenNumberOfScreen
configure:10438: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10450: checking X11 version 6
configure:10469: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10469: $? = 0
configure:10479: result: 6 or newer
configure:10518: checking for librsvg-2.0 >= 2.11.0
configure:10532: result: yes CFLAGS='-I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0  ' LIBS='-L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
configure:10589: checking for Wand >= 6.2.8
configure:10607: result: no
configure:10675: checking for gtk+-3.0 >= 3.0 glib-2.0 >= 2.28
configure:10693: result: no
configure:10747: checking for gtk+-2.0 >= 2.10 glib-2.0 >= 2.10
configure:10761: result: yes CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  ' LIBS='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
configure:10808: checking for gtk_main
configure:10808: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
configure:10808: $? = 0
configure:10808: result: yes
configure:10854: checking whether GTK_TYPE_FILE_SELECTION is declared
configure:10854: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12       conftest.c >&5
configure:10854: $? = 0
configure:10854: result: yes
configure:10866: checking for gtk_file_selection_new
configure:10866: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
configure:10866: $? = 0
configure:10866: result: yes
configure:10885: checking for gtk_widget_get_window
configure:10885: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/cckjOrtP.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_widget_get_window'
collect2: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_window to an innocuous variant, in case <limits.h> declares gtk_widget_get_window.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_window innocuous_gtk_widget_get_window
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_window (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_window
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_window ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_window || defined __stub___gtk_widget_get_window
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_window ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_set_has_window
configure:10885: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/cci1woyM.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_widget_set_has_window'
collect2: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_set_has_window to an innocuous variant, in case <limits.h> declares gtk_widget_set_has_window.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_set_has_window innocuous_gtk_widget_set_has_window
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_set_has_window (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_set_has_window
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_set_has_window ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_set_has_window || defined __stub___gtk_widget_set_has_window
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_set_has_window ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_dialog_get_action_area
configure:10885: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccLVlbWi.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_dialog_get_action_area'
collect2: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_dialog_get_action_area to an innocuous variant, in case <limits.h> declares gtk_dialog_get_action_area.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_dialog_get_action_area innocuous_gtk_dialog_get_action_area
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_dialog_get_action_area (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_dialog_get_action_area
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_dialog_get_action_area ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_dialog_get_action_area || defined __stub___gtk_dialog_get_action_area
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_dialog_get_action_area ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_get_sensitive
configure:10885: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccGxf2mM.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_widget_get_sensitive'
collect2: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_sensitive to an innocuous variant, in case <limits.h> declares gtk_widget_get_sensitive.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_sensitive innocuous_gtk_widget_get_sensitive
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_sensitive (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_sensitive
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_sensitive ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_sensitive || defined __stub___gtk_widget_get_sensitive
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_sensitive ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_get_mapped
configure:10885: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccKg9cgx.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_widget_get_mapped'
collect2: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_mapped to an innocuous variant, in case <limits.h> declares gtk_widget_get_mapped.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_mapped innocuous_gtk_widget_get_mapped
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_mapped (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_mapped
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_mapped ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_mapped || defined __stub___gtk_widget_get_mapped
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_mapped ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_adjustment_get_page_size
configure:10885: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccV6oOKd.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_adjustment_get_page_size'
collect2: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_adjustment_get_page_size to an innocuous variant, in case <limits.h> declares gtk_adjustment_get_page_size.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_adjustment_get_page_size innocuous_gtk_adjustment_get_page_size
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_adjustment_get_page_size (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_adjustment_get_page_size
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_adjustment_get_page_size ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_adjustment_get_page_size || defined __stub___gtk_adjustment_get_page_size
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_adjustment_get_page_size ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_orientable_set_orientation
configure:10885: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccGDVr1X.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_orientable_set_orientation'
collect2: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_orientable_set_orientation to an innocuous variant, in case <limits.h> declares gtk_orientable_set_orientation.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_orientable_set_orientation innocuous_gtk_orientable_set_orientation
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_orientable_set_orientation (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_orientable_set_orientation
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_orientable_set_orientation ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_orientable_set_orientation || defined __stub___gtk_orientable_set_orientation
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_orientable_set_orientation ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_window_set_has_resize_grip
configure:10885: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/cccFDwRu.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:120: undefined reference to `gtk_window_set_has_resize_grip'
collect2: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_window_set_has_resize_grip to an innocuous variant, in case <limits.h> declares gtk_window_set_has_resize_grip.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_window_set_has_resize_grip innocuous_gtk_window_set_has_resize_grip
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_window_set_has_resize_grip (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_window_set_has_resize_grip
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_window_set_has_resize_grip ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_window_set_has_resize_grip || defined __stub___gtk_window_set_has_resize_grip
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_window_set_has_resize_grip ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10909: checking for dbus-1 >= 1.0
configure:10923: result: yes CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  ' LIBS='-L/lib64 -ldbus-1  '
configure:10965: checking for dbus_watch_get_unix_fd
configure:10965: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:10965: $? = 0
configure:10965: result: yes
configure:10965: checking for dbus_type_is_valid
configure:10965: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccSuLw5R.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_type_is_valid'
collect2: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_type_is_valid to an innocuous variant, in case <limits.h> declares dbus_type_is_valid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_type_is_valid innocuous_dbus_type_is_valid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_type_is_valid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_type_is_valid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_type_is_valid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_type_is_valid || defined __stub___dbus_type_is_valid
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_type_is_valid ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_bus_name
configure:10965: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccYt06MI.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_validate_bus_name'
collect2: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_bus_name to an innocuous variant, in case <limits.h> declares dbus_validate_bus_name.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_bus_name innocuous_dbus_validate_bus_name
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_bus_name (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_bus_name
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_bus_name ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_bus_name || defined __stub___dbus_validate_bus_name
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_bus_name ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_path
configure:10965: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccF2qajq.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_validate_path'
collect2: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_path to an innocuous variant, in case <limits.h> declares dbus_validate_path.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_path innocuous_dbus_validate_path
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_path (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_path
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_path ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_path || defined __stub___dbus_validate_path
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_path ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_interface
configure:10965: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cckq7d6y.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_validate_interface'
collect2: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_interface to an innocuous variant, in case <limits.h> declares dbus_validate_interface.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_interface innocuous_dbus_validate_interface
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_interface (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_interface
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_interface ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_interface || defined __stub___dbus_validate_interface
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_interface ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_member
configure:10965: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccSAFqP2.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:122: undefined reference to `dbus_validate_member'
collect2: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_member to an innocuous variant, in case <limits.h> declares dbus_validate_member.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_member innocuous_dbus_validate_member
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_member (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_member
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_member ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_member || defined __stub___dbus_validate_member
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_member ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10989: checking for gio-2.0 >= 2.26
configure:11007: result: no
configure:11051: checking for gconf-2.0 >= 2.13
configure:11065: result: yes CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  ' LIBS='-pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
configure:11112: checking for gobject-2.0 >= 2.0
configure:11126: result: yes CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  ' LIBS='-L/lib64 -lgobject-2.0 -lglib-2.0  '
configure:11165: checking for g_type_init
configure:11165: /usr/bin/gcc -std=gnu99 -o conftest  -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c  -pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L/lib64 -lgobject-2.0 -lglib-2.0   -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:11165: $? = 0
configure:11165: result: yes
configure:11184: checking for lgetfilecon in -lselinux
configure:11209: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -lselinux  -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:11209: $? = 0
configure:11218: result: yes
configure:11246: checking for gnutls >= 2.6.6
configure:11264: result: no
configure:11299: checking for gnutls_certificate_set_verify_function
configure:11299: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12         -Wl,-znocombreloc  conftest.c  -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cc85qxaa.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:125: undefined reference to `gnutls_certificate_set_verify_function'
collect2: ld returned 1 exit status
configure:11299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| /* end confdefs.h.  */
| /* Define gnutls_certificate_set_verify_function to an innocuous variant, in case <limits.h> declares gnutls_certificate_set_verify_function.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gnutls_certificate_set_verify_function innocuous_gnutls_certificate_set_verify_function
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gnutls_certificate_set_verify_function (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gnutls_certificate_set_verify_function
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gnutls_certificate_set_verify_function ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gnutls_certificate_set_verify_function || defined __stub___gnutls_certificate_set_verify_function
| choke me
| #endif
| 
| int
| main ()
| {
| return gnutls_certificate_set_verify_function ();
|   ;
|   return 0;
| }
configure:11299: result: no
configure:11803: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        conftest.c >&5
configure:11803: $? = 0
configure:11852: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    --pedantic-errors     conftest.c >&5
conftest.c: In function 'main':
conftest.c:113: error: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
conftest.c:113: error: passing argument 6 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
configure:11852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| /* end confdefs.h.  */
| 
| #include <X11/Xlib.h>
| #include <X11/Xresource.h>
| int
| main ()
| {
| Display *display;
| XrmDatabase db;
| char *res_name;
| char *res_class;
| XIMProc  callback;
| XPointer *client_data;
| #ifndef __GNUC__
| /* If we're not using GCC, it's probably not XFree86, and this is
|    probably right, but we can't use something like --pedantic-errors.  */
| extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
|                                            char*, XIMProc, XPointer*);
| #endif
| (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
|    client_data);
|   ;
|   return 0;
| }
configure:11880: checking for fontconfig >= 2.2.0
configure:11894: result: yes CFLAGS=' ' LIBS='-lfontconfig  '
configure:11939: checking for xft >= 0.13.0
configure:11953: result: yes CFLAGS='-I/usr/include/freetype2  ' LIBS='-lXft -lXrender -lfontconfig -lfreetype -lX11  '
configure:11985: checking for XRenderQueryExtension in -lXrender
configure:12010: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12         -Wl,-znocombreloc  conftest.c -lXrender   -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12010: $? = 0
configure:12019: result: yes
configure:12033: checking X11/Xft/Xft.h usability
configure:12033: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12033: $? = 0
configure:12033: result: yes
configure:12033: checking X11/Xft/Xft.h presence
configure:12033: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:12033: $? = 0
configure:12033: result: yes
configure:12033: checking for X11/Xft/Xft.h
configure:12033: result: yes
configure:12035: checking for XftFontOpen in -lXft
configure:12060: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXft -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11   -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12060: $? = 0
configure:12069: result: yes
configure:12107: checking for freetype2
configure:12121: result: yes CFLAGS='-I/usr/include/freetype2  ' LIBS='-lfreetype  '
configure:12168: checking for libotf
configure:12186: result: no
configure:12443: checking X11/xpm.h usability
configure:12443: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12443: $? = 0
configure:12443: result: yes
configure:12443: checking X11/xpm.h presence
configure:12443: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:12443: $? = 0
configure:12443: result: yes
configure:12443: checking for X11/xpm.h
configure:12443: result: yes
configure:12445: checking for XpmReadFileToPixmap in -lXpm
configure:12470: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXpm -lX11 -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12470: $? = 0
configure:12479: result: yes
configure:12489: checking for XpmReturnAllocPixels preprocessor define
configure:12509: result: yes
configure:12533: checking jerror.h usability
configure:12533: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12533: $? = 0
configure:12533: result: yes
configure:12533: checking jerror.h presence
configure:12533: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:12533: $? = 0
configure:12533: result: yes
configure:12533: checking for jerror.h
configure:12533: result: yes
configure:12535: checking for jpeg_destroy_compress in -ljpeg
configure:12560: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ljpeg  -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12560: $? = 0
configure:12569: result: yes
configure:12617: checking png.h usability
configure:12617: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12617: $? = 0
configure:12617: result: yes
configure:12617: checking png.h presence
configure:12617: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:12617: $? = 0
configure:12617: result: yes
configure:12617: checking for png.h
configure:12617: result: yes
configure:12628: checking for png_get_channels in -lpng
configure:12653: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lpng -lz -lm -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12653: $? = 0
configure:12662: result: yes
configure:12677: checking whether png_longjmp is declared
configure:12677: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:116: error: 'png_longjmp' undeclared (first use in this function)
conftest.c:116: error: (Each undeclared identifier is reported only once
conftest.c:116: error: for each function it appears in.)
configure:12677: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| /* end confdefs.h.  */
| #ifdef HAVE_LIBPNG_PNG_H
| 	# include <libpng/png.h>
| 	#else
| 	# include <png.h>
| 	#endif
| 
| 
| int
| main ()
| {
| #ifndef png_longjmp
| #ifdef __cplusplus
|   (void) png_longjmp;
| #else
|   (void) png_longjmp;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:12677: result: no
configure:12701: checking tiffio.h usability
configure:12701: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12701: $? = 0
configure:12701: result: yes
configure:12701: checking tiffio.h presence
configure:12701: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:12701: $? = 0
configure:12701: result: yes
configure:12701: checking for tiffio.h
configure:12701: result: yes
configure:12706: checking for TIFFGetVersion in -ltiff
configure:12731: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ltiff -ljpeg -lz -lm -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12731: $? = 0
configure:12740: result: yes
configure:12900: checking gpm.h usability
configure:12900: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12900: $? = 0
configure:12900: result: yes
configure:12900: checking gpm.h presence
configure:12900: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:12900: $? = 0
configure:12900: result: yes
configure:12900: checking for gpm.h
configure:12900: result: yes
configure:12902: checking for Gpm_Open in -lgpm
configure:12927: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lgpm  -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12927: $? = 0
configure:12936: result: yes
configure:12993: checking X11/SM/SMlib.h usability
configure:12993: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12993: $? = 0
configure:12993: result: yes
configure:12993: checking X11/SM/SMlib.h presence
configure:12993: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:12993: $? = 0
configure:12993: result: yes
configure:12993: checking for X11/SM/SMlib.h
configure:12993: result: yes
configure:12995: checking for SmcOpenConnection in -lSM
configure:13020: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13020: $? = 0
configure:13029: result: yes
configure:13064: checking for libxml-2.0 > 2.6.17
configure:13078: result: yes CFLAGS='-I/usr/include/libxml2  ' LIBS='-lxml2 -lz -lm  '
configure:13109: checking for htmlReadMemory in -lxml2
configure:13134: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lxml2  -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13134: $? = 0
configure:13143: result: yes
configure:13165: checking whether netdb declares h_errno
configure:13181: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13181: $? = 0
configure:13189: result: yes
configure:13199: checking for sqrt in -lm
configure:13224: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm  -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:115: warning: conflicting types for built-in function 'sqrt'
configure:13224: $? = 0
configure:13233: result: yes
configure:13247: checking for maillock in -lmail
configure:13272: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lmail  -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -lmail
collect2: ld returned 1 exit status
configure:13272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char maillock ();
| int
| main ()
| {
| return maillock ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13298: checking for maillock in -llockfile
configure:13323: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile  -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -llockfile
collect2: ld returned 1 exit status
configure:13323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char maillock ();
| int
| main ()
| {
| return maillock ();
|   ;
|   return 0;
| }
configure:13332: result: no
configure:13352: checking for liblockfile.so
configure:13381: result: no
configure:13460: checking for gethostname
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for closedir
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getrusage
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for get_current_dir_name
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for lrand48
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setsid
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for fpathconf
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for select
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for euidaccess
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpagesize
configure:13460: result: yes
configure:13460: checking for setlocale
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for utimes
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getrlimit
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setrlimit
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setpgid
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getcwd
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for shutdown
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getaddrinfo
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for __fpending
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for strsignal
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setitimer
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for sendto
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for recvfrom
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getsockname
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpeername
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getifaddrs
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for freeifaddrs
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for gai_strerror
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for mkstemp
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getline
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getdelim
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for fsync
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for sync
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for difftime
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for posix_memalign
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpwent
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for endpwent
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getgrent
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for endgrent
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for touchlock
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccmE3Pjj.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:183: undefined reference to `touchlock'
collect2: ld returned 1 exit status
configure:13460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| /* end confdefs.h.  */
| /* Define touchlock to an innocuous variant, in case <limits.h> declares touchlock.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define touchlock innocuous_touchlock
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char touchlock (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef touchlock
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char touchlock ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_touchlock || defined __stub___touchlock
| choke me
| #endif
| 
| int
| main ()
| {
| return touchlock ();
|   ;
|   return 0;
| }
configure:13460: result: no
configure:13460: checking for cfmakeraw
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for cfsetspeed
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for copysign
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:174: warning: conflicting types for built-in function 'copysign'
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for __executable_start
configure:13460: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13477: checking for getwd
configure:13477: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccPwQXQo.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:187: warning: the `getwd' function is dangerous and should not be used.
configure:13477: $? = 0
configure:13477: result: yes
configure:13499: checking for random
configure:13499: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13499: $? = 0
configure:13499: result: yes
configure:13499: checking for rint
configure:13499: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:178: warning: conflicting types for built-in function 'rint'
configure:13499: $? = 0
configure:13499: result: yes
configure:13510: checking for __builtin_unwind_init
configure:13526: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13526: $? = 0
configure:13534: result: yes
configure:13546: checking for _LARGEFILE_SOURCE value needed for large files
configure:13565: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13565: $? = 0
configure:13593: result: no
configure:13615: checking whether getpgrp requires zero arguments
configure:13632: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:194: error: too many arguments to function 'getpgrp'
configure:13632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| getpgrp (0);
|   ;
|   return 0;
| }
configure:13640: result: yes
configure:13652: checking for grantpt
configure:13652: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13652: $? = 0
configure:13652: result: yes
configure:13666: checking for getpt
configure:13666: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13666: $? = 0
configure:13666: result: yes
configure:13666: checking for posix_openpt
configure:13666: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13666: $? = 0
configure:13666: result: yes
configure:13681: checking for library containing tputs
configure:13734: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccIh2ufN.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:167: undefined reference to `tputs'
collect2: ld returned 1 exit status
configure:13734: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| /* end confdefs.h.  */
| 
|   extern void tputs (const char *, int, int (*)(int));
|        int main (int argc, char **argv)
|        {
| 	  if (argc == 10000)
| 	    tputs (argv[0], 0, 0);
| 	  return 0;
|        }
| 
configure:13734: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ltinfo -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -ltinfo
collect2: ld returned 1 exit status
configure:13734: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| /* end confdefs.h.  */
| 
|   extern void tputs (const char *, int, int (*)(int));
|        int main (int argc, char **argv)
|        {
| 	  if (argc == 10000)
| 	    tputs (argv[0], 0, 0);
| 	  return 0;
|        }
| 
configure:13734: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13734: $? = 0
configure:13734: ./conftest
configure:13734: $? = 0
configure:13748: result: -lncurses
configure:13865: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13865: $? = 0
configure:14624: checking for tzset
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for readlinkat
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for gettimeofday
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for nanotime
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccYF8AYK.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:201: undefined reference to `nanotime'
collect2: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define nanotime to an innocuous variant, in case <limits.h> declares nanotime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nanotime innocuous_nanotime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nanotime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef nanotime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nanotime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_nanotime || defined __stub___nanotime
| choke me
| #endif
| 
| int
| main ()
| {
| return nanotime ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for lstat
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for alarm
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for pselect
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for pthread_sigmask
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for readlink
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for strtoimax
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for strtoumax
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for symlink
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for localtime_r
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimes
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimesat
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimens
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccsDAUiM.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:212: undefined reference to `futimens'
collect2: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define futimens to an innocuous variant, in case <limits.h> declares futimens.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define futimens innocuous_futimens
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char futimens (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef futimens
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char futimens ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_futimens || defined __stub___futimens
| choke me
| #endif
| 
| int
| main ()
| {
| return futimens ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for utimensat
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccmGfoyd.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:212: undefined reference to `utimensat'
collect2: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define utimensat innocuous_utimensat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char utimensat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef utimensat
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char utimensat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_utimensat || defined __stub___utimensat
| choke me
| #endif
| 
| int
| main ()
| {
| return utimensat ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for lutimes
configure:14624: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:206: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define lutimes to an innocuous variant, in case <limits.h> declares lutimes.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lutimes innocuous_lutimes
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lutimes (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef lutimes
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lutimes ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_lutimes || defined __stub___lutimes
| choke me
| #endif
| 
| int
| main ()
| {
| return lutimes ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14636: checking whether localtime caches TZ
configure:14670: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:182: warning: return type defaults to 'int'
conftest.c: In function 'main':
conftest.c:185: warning: implicit declaration of function 'putenv'
conftest.c:186: warning: implicit declaration of function 'exit'
conftest.c:186: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:188: warning: implicit declaration of function 'unsetenv'
conftest.c:191: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:193: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:196: warning: incompatible implicit declaration of built-in function 'exit'
conftest.c:197: warning: incompatible implicit declaration of built-in function 'exit'
configure:14670: $? = 0
configure:14670: ./conftest
configure:14670: $? = 0
configure:14685: result: no
configure:14694: checking for socket
configure:14694: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14694: $? = 0
configure:14694: result: yes
configure:14702: checking netinet/in.h usability
configure:14702: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14702: $? = 0
configure:14702: result: yes
configure:14702: checking netinet/in.h presence
configure:14702: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:14702: $? = 0
configure:14702: result: yes
configure:14702: checking for netinet/in.h
configure:14702: result: yes
configure:14712: checking arpa/inet.h usability
configure:14712: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14712: $? = 0
configure:14712: result: yes
configure:14712: checking arpa/inet.h presence
configure:14712: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:14712: $? = 0
configure:14712: result: yes
configure:14712: checking for arpa/inet.h
configure:14712: result: yes
configure:14733: checking whether system supports dynamic ptys
configure:14736: result: yes
configure:14751: checking for pid_t
configure:14751: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14751: $? = 0
configure:14751: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:216: error: expected expression before ')' token
configure:14751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:14751: result: yes
configure:14764: checking vfork.h usability
configure:14764: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c:213:19: error: vfork.h: No such file or directory
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:14764: result: no
configure:14764: checking vfork.h presence
configure:14764: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:180:19: error: vfork.h: No such file or directory
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:14764: result: no
configure:14764: checking for vfork.h
configure:14764: result: no
configure:14777: checking for fork
configure:14777: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:203: warning: conflicting types for built-in function 'fork'
configure:14777: $? = 0
configure:14777: result: yes
configure:14777: checking for vfork
configure:14777: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14777: $? = 0
configure:14777: result: yes
configure:14787: checking for working fork
configure:14809: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14809: $? = 0
configure:14809: ./conftest
configure:14809: $? = 0
configure:14819: result: yes
configure:14840: checking for working vfork
configure:14950: result: yes
configure:14978: checking for snprintf
configure:14978: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:207: warning: conflicting types for built-in function 'snprintf'
configure:14978: $? = 0
configure:14978: result: yes
configure:14988: checking for nl_langinfo and CODESET
configure:15004: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:15004: $? = 0
configure:15013: result: yes
configure:15021: checking for mbstate_t
configure:15038: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15038: $? = 0
configure:15045: result: yes
configure:15057: checking for C restricted array declarations
configure:15073: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15073: $? = 0
configure:15080: result: yes
configure:15366: checking for signals via characters
configure:15384: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:15384: $? = 0
configure:15391: result: yes
configure:15401: checking whether we are using the GNU C library
configure:15419: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:15419: $? = 0
configure:15425: result: yes
configure:15434: checking for style of pending output formalism
configure:15452: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:15452: $? = 0
configure:15486: result: new
configure:15599: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:213:3: error: #error "not i386"
configure:15599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| /* end confdefs.h.  */
| 
| #ifndef __i386__
| # error "not i386"
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:15620: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:213:3: error: #error "not ia64"
configure:15620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| /* end confdefs.h.  */
| 
| #ifndef __ia64__
| # error "not ia64"
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:15673: /usr/bin/gcc -E     -I/usr/include/freetype2   conftest.c
configure:15673: $? = 0
configure:15696: checking for _setjmp
configure:15715: /usr/bin/gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:15715: $? = 0
configure:15723: result: yes
configure:15926: checking for usable FIONREAD
configure:15953: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15953: $? = 0
configure:15962: result: yes
configure:15970: checking for usable SIGIO
configure:15988: /usr/bin/gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15988: $? = 0
configure:15995: result: yes
configure:16304: checking for working alloca.h
configure:16321: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16321: $? = 0
configure:16329: result: yes
configure:16337: checking for alloca
configure:16374: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16374: $? = 0
configure:16382: result: yes
configure:16495: checking whether byte ordering is bigendian
configure:16510: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:229: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:16510: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:16555: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:16555: $? = 0
configure:16573: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:235: error: 'not' undeclared (first use in this function)
conftest.c:235: error: (Each undeclared identifier is reported only once
conftest.c:235: error: for each function it appears in.)
conftest.c:235: error: expected ';' before 'big'
configure:16573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:16701: result: no
configure:16720: checking for inline
configure:16736: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:16736: $? = 0
configure:16744: result: inline
configure:16763: checking whether strtold conforms to C99
configure:16790: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16790: $? = 0
configure:16798: result: yes
configure:16936: checking if environ is properly declared
configure:16959: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:235: error: conflicting types for 'environ'
/usr/include/unistd.h:498: error: previous declaration of 'environ' was here
configure:16959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| /* end confdefs.h.  */
| #if HAVE_UNISTD_H
|      #include <unistd.h>
|      #endif
|      /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>.  */
|      #include <stdlib.h>
| 
|            extern struct { int foo; } environ;
| int
| main ()
| {
| environ.foo = 1;
|   ;
|   return 0;
| }
configure:16967: result: yes
configure:16986: checking for st_dm_mode in struct stat
configure:17004: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:236: error: 'struct stat' has no member named 'st_dm_mode'
configure:17004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
|   ;
|   return 0;
| }
configure:17011: result: no
configure:17021: checking whether strmode is declared
configure:17021: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:270: error: 'strmode' undeclared (first use in this function)
conftest.c:270: error: (Each undeclared identifier is reported only once
conftest.c:270: error: for each function it appears in.)
configure:17021: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strmode
| #ifdef __cplusplus
|   (void) strmode;
| #else
|   (void) strmode;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:17021: result: no
configure:17110: checking whether the preprocessor supports include_next
configure:17148: /usr/bin/gcc -std=gnu99 -c -g3 -O2    -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:17148: $? = 0
configure:17169: result: yes
configure:17190: checking whether system header files limit the line length
configure:17213: result: no
configure:17314: checking for getopt.h
configure:17314: result: yes
configure:17331: checking for getopt_long_only
configure:17331: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17331: $? = 0
configure:17331: result: yes
configure:17345: checking whether getopt is POSIX compatible
configure:17387: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17387: $? = 0
configure:17387: ./conftest
configure:17387: $? = 0
configure:17446: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17446: $? = 0
configure:17446: ./conftest
configure:17446: $? = 0
configure:17488: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17488: $? = 0
configure:17488: ./conftest
program: option requires an argument -- b
configure:17488: $? = 0
configure:17506: result: yes
configure:17514: checking for working GNU getopt function
configure:17735: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17735: $? = 0
configure:17735: ./conftest
configure:17735: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| /* end confdefs.h.  */
| #include <getopt.h>
|                            #include <stddef.h>
|                            #include <string.h>
| 
| #include <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on Mac OS X.  */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* The exception port on which our thread listens.  */
| static mach_port_t our_exception_port;
| /* The main function of the thread listening for exceptions of type
|    EXC_BAD_ACCESS.  */
| static void *
| mach_exception_thread (void *arg)
| {
|   /* Buffer for a message to be received.  */
|   struct {
|     mach_msg_header_t head;
|     mach_msg_body_t msgh_body;
|     char data[1024];
|   } msg;
|   mach_msg_return_t retval;
|   /* Wait for a message on the exception port.  */
|   retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
|                      our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
|   if (retval != MACH_MSG_SUCCESS)
|     abort ();
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
|   mach_port_t self = mach_task_self ();
|   /* Allocate a port on which the thread shall listen for exceptions.  */
|   if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
|       == KERN_SUCCESS) {
|     /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html.  */
|     if (mach_port_insert_right (self, our_exception_port, our_exception_port,
|                                 MACH_MSG_TYPE_MAKE_SEND)
|         == KERN_SUCCESS) {
|       /* The exceptions we want to catch.  Only EXC_BAD_ACCESS is interesting
|          for us.  */
|       exception_mask_t mask = EXC_MASK_BAD_ACCESS;
|       /* Create the thread listening on the exception port.  */
|       pthread_attr_t attr;
|       pthread_t thread;
|       if (pthread_attr_init (&attr) == 0
|           && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
|           && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
|         pthread_attr_destroy (&attr);
|         /* Replace the exception port info for these exceptions with our own.
|            Note that we replace the exception port for the entire task, not only
|            for a particular thread.  This has the effect that when our exception
|            port gets the message, the thread specific exception port has already
|            been asked, and we don't need to bother about it.
|            See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html.  */
|         task_set_exception_ports (self, mask, our_exception_port,
|                                   EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
|       }
|     }
|   }
| }
| #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| /* Avoid a crash on native Windows.  */
| #define WIN32_LEAN_AND_MEAN
| #include <windows.h>
| #include <winerror.h>
| static LONG WINAPI
| exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
| {
|   switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
|     {
|     case EXCEPTION_ACCESS_VIOLATION:
|     case EXCEPTION_IN_PAGE_ERROR:
|     case EXCEPTION_STACK_OVERFLOW:
|     case EXCEPTION_GUARD_PAGE:
|     case EXCEPTION_PRIV_INSTRUCTION:
|     case EXCEPTION_ILLEGAL_INSTRUCTION:
|     case EXCEPTION_DATATYPE_MISALIGNMENT:
|     case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
|     case EXCEPTION_NONCONTINUABLE_EXCEPTION:
|       exit (1);
|     }
|   return EXCEPTION_CONTINUE_SEARCH;
| }
| static void
| nocrash_init (void)
| {
|   SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
| }
| #else
| /* Avoid a crash on POSIX systems.  */
| #include <signal.h>
| /* A POSIX signal handler.  */
| static void
| exception_handler (int sig)
| {
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
| #ifdef SIGSEGV
|   signal (SIGSEGV, exception_handler);
| #endif
| #ifdef SIGBUS
|   signal (SIGBUS, exception_handler);
| #endif
| }
| #endif
| 
| 
| int
| main ()
| {
| 
|              int result = 0;
| 
|              nocrash_init();
| 
|              /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
|                 and fails on Mac OS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
|                 OSF/1 5.1, Solaris 10.  */
|              {
|                static char conftest[] = "conftest";
|                static char plus[] = "-+";
|                char *argv[3] = { conftest, plus, NULL };
|                opterr = 0;
|                if (getopt (2, argv, "+a") != '?')
|                  result |= 1;
|              }
|              /* This code succeeds on glibc 2.8, mingw,
|                 and fails on Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,
|                 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x.  */
|              {
|                static char program[] = "program";
|                static char p[] = "-p";
|                static char foo[] = "foo";
|                static char bar[] = "bar";
|                char *argv[] = { program, p, foo, bar, NULL };
| 
|                optind = 1;
|                if (getopt (4, argv, "p::") != 'p')
|                  result |= 2;
|                else if (optarg != NULL)
|                  result |= 4;
|                else if (getopt (4, argv, "p::") != -1)
|                  result |= 6;
|                else if (optind != 2)
|                  result |= 8;
|              }
|              /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0.  */
|              {
|                static char program[] = "program";
|                static char foo[] = "foo";
|                static char p[] = "-p";
|                char *argv[] = { program, foo, p, NULL };
|                optind = 0;
|                if (getopt (3, argv, "-p") != 1)
|                  result |= 16;
|                else if (getopt (3, argv, "-p") != 'p')
|                  result |= 16;
|              }
|              /* This code fails on glibc 2.11.  */
|              {
|                static char program[] = "program";
|                static char b[] = "-b";
|                static char a[] = "-a";
|                char *argv[] = { program, b, a, NULL };
|                optind = opterr = 0;
|                if (getopt (3, argv, "+:a:b") != 'b')
|                  result |= 32;
|                else if (getopt (3, argv, "+:a:b") != ':')
|                  result |= 32;
|              }
|              /* This code dumps core on glibc 2.14.  */
|              {
|                static char program[] = "program";
|                static char w[] = "-W";
|                static char dummy[] = "dummy";
|                char *argv[] = { program, w, dummy, NULL };
|                optind = opterr = 1;
|                if (getopt (3, argv, "W;") != 'W')
|                  result |= 64;
|              }
|              return result;
| 
|   ;
|   return 0;
| }
configure:17751: result: no
configure:17841: checking whether getenv is declared
configure:17841: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:17841: $? = 0
configure:17841: result: yes
configure:17857: checking for C/C++ restrict keyword
configure:17882: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:17882: $? = 0
configure:17890: result: __restrict
configure:18023: checking for struct timeval
configure:18046: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18046: $? = 0
configure:18054: result: yes
configure:18059: checking for wide-enough struct timeval.tv_sec member
configure:18086: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18086: $? = 0
configure:18094: result: yes
configure:18107: checking for unsigned long long int
configure:18155: result: yes
configure:18165: checking for long long int
configure:18215: result: yes
configure:18237: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:239: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:18237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|          not a universal capable compiler
|         #endif
|         typedef int dummy;
| 
configure:18390: checking whether stdint.h conforms to C99
configure:18559: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18559: $? = 0
configure:18639: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:18639: $? = 0
configure:18639: ./conftest
configure:18639: $? = 0
configure:18651: result: yes
configure:19180: checking whether lstat correctly handles trailing slash
configure:19213: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:19213: $? = 0
configure:19213: ./conftest
configure:19213: $? = 0
configure:19230: result: yes
configure:19271: checking whether <sys/select.h> is self-contained
configure:19288: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19288: $? = 0
configure:19307: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19307: $? = 0
configure:19337: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:19337: $? = 0
configure:19350: result: yes
configure:19490: checking for sigset_t
configure:19490: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19490: $? = 0
configure:19490: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:248: error: expected expression before ')' token
configure:19490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| /* end confdefs.h.  */
| 
|       #include <signal.h>
|       /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
|       #include <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19490: result: yes
configure:19528: checking for stdbool.h that conforms to C99
configure:19595: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19595: $? = 0
configure:19602: result: yes
configure:19604: checking for _Bool
configure:19604: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19604: $? = 0
configure:19604: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:276: error: expected expression before ')' token
configure:19604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19604: result: yes
configure:19620: checking for wchar_t
configure:19637: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19637: $? = 0
configure:19644: result: yes
configure:19755: checking whether struct tm is in sys/time.h or time.h
configure:19775: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19775: $? = 0
configure:19782: result: time.h
configure:19790: checking for struct tm.tm_zone
configure:19790: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19790: $? = 0
configure:19790: result: yes
configure:19858: checking for struct tm.tm_gmtoff
configure:19858: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19858: $? = 0
configure:19858: result: yes
configure:19869: checking whether strtoimax is declared
configure:19869: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19869: $? = 0
configure:19869: result: yes
configure:19882: checking whether strtoumax is declared
configure:19882: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19882: $? = 0
configure:19882: result: yes
configure:19895: checking whether stat file-mode macros are broken
configure:19922: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19922: $? = 0
configure:19929: result: no
configure:19939: checking for mode_t
configure:19939: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19939: $? = 0
configure:19939: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:283: error: expected expression before ')' token
configure:19939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19939: result: yes
configure:19952: checking for struct timespec in <time.h>
configure:19969: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19969: $? = 0
configure:19976: result: yes
configure:20130: checking whether the utimes function works
configure:20245: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20245: $? = 0
configure:20245: ./conftest
configure:20245: $? = 0
configure:20255: result: yes
configure:20268: checking for struct utimbuf
configure:20291: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:20291: $? = 0
configure:20298: result: yes
configure:20348: checking for alloca as a compiler built-in
configure:20372: result: yes
configure:20408: checking for library containing clock_gettime
configure:20439: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
/tmp/cc2Tlj8c.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:261: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:20439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:20439: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt  -lpthread  >&5 
configure:20439: $? = 0
configure:20456: result: -lrt
configure:20468: checking for clock_gettime
configure:20468: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:20468: $? = 0
configure:20468: result: yes
configure:20468: checking for clock_settime
configure:20468: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:20468: $? = 0
configure:20468: result: yes
configure:20507: checking whether dup2 works
configure:20561: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20561: $? = 0
configure:20561: ./conftest
configure:20561: $? = 0
configure:20572: result: yes
configure:20627: checking for library containing backtrace_symbols_fd
configure:20658: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20658: $? = 0
configure:20675: result: none required
configure:20727: checking for getloadavg
configure:20727: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20727: $? = 0
configure:20727: result: yes
configure:21085: checking sys/loadavg.h usability
configure:21085: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:286:25: error: sys/loadavg.h: No such file or directory
configure:21085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/loadavg.h>
configure:21085: result: no
configure:21085: checking sys/loadavg.h presence
configure:21085: /usr/bin/gcc -E    conftest.c
conftest.c:253:25: error: sys/loadavg.h: No such file or directory
configure:21085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| /* end confdefs.h.  */
| #include <sys/loadavg.h>
configure:21085: result: no
configure:21085: checking for sys/loadavg.h
configure:21085: result: no
configure:21100: checking whether getloadavg is declared
configure:21100: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:21100: $? = 0
configure:21100: result: yes
configure:21350: checking whether gettimeofday clobbers localtime buffer
configure:21389: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21389: $? = 0
configure:21389: ./conftest
configure:21389: $? = 0
configure:21399: result: no
configure:21419: checking for gettimeofday with POSIX signature
configure:21447: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:256: error: conflicting types for 'gettimeofday'
/usr/include/sys/time.h:74: error: previous declaration of 'gettimeofday' was here
configure:21447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| /* end confdefs.h.  */
| #include <sys/time.h>
|               struct timeval c;
|               int gettimeofday (struct timeval *restrict, void *restrict);
| 
| int
| main ()
| {
| /* glibc uses struct timezone * rather than the POSIX void *
|                  if _GNU_SOURCE is defined.  However, since the only portable
|                  use of gettimeofday uses NULL as the second parameter, and
|                  since the glibc definition is actually more typesafe, it is
|                  not worth wrapping this to get a compliant signature.  */
|               int (*f) (struct timeval *restrict, void *restrict)
|                 = gettimeofday;
|               int x = f (&c, 0);
|               return !(x | c.tv_sec | c.tv_usec);
| 
|   ;
|   return 0;
| }
configure:21463: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:21463: $? = 0
configure:21472: result: almost
configure:21593: checking for working mktime
configure:21798: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21798: $? = 0
configure:21798: ./conftest
configure:21798: $? = 0
configure:21809: result: yes
configure:21849: checking whether signature of pselect conforms to POSIX
configure:21869: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21869: $? = 0
configure:21877: result: yes
configure:21880: checking whether pselect detects invalid fds
configure:21925: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21925: $? = 0
configure:21925: ./conftest
configure:21925: $? = 0
configure:21936: result: yes
configure:22042: checking whether pthread_sigmask works without -lpthread
configure:22071: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:22071: $? = 0
configure:22071: ./conftest
configure:22071: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| #include <signal.h>
| #include <stddef.h>
| int main ()
| {
|   sigset_t set;
|   sigemptyset (&set);
|   return pthread_sigmask (1729, &set, NULL) != 0;
| }
configure:22082: result: yes
configure:22094: checking whether pthread_sigmask returns error numbers
configure:22126: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread   >&5 
configure:22126: $? = 0
configure:22126: ./conftest
configure:22126: $? = 0
configure:22138: result: yes
configure:22149: checking whether pthread_sigmask unblocks signals correctly
configure:22203: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread   >&5 
configure:22203: $? = 0
configure:22203: ./conftest
configure:22203: $? = 0
configure:22215: result: guessing yes
configure:22263: checking whether readlink signature is correct
configure:22281: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22281: $? = 0
configure:22288: result: yes
configure:22290: checking whether readlink handles trailing slash correctly
configure:22320: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:22320: $? = 0
configure:22320: ./conftest
configure:22320: $? = 0
configure:22331: result: yes
configure:22447: checking for volatile sig_atomic_t
configure:22447: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22447: $? = 0
configure:22447: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263: error: expected expression before ')' token
configure:22447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22447: result: yes
configure:22463: checking for sighandler_t
configure:22463: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22463: $? = 0
configure:22463: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263: error: expected expression before ')' token
configure:22463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sighandler_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22463: result: yes
configure:22476: checking for socklen_t
configure:22476: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22476: $? = 0
configure:22476: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:271: error: expected expression before ')' token
configure:22476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| /* <sys/types.h> is not needed according to POSIX, but the
|    <sys/socket.h> in i386-unknown-freebsd4.10 and
|    powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22476: result: yes
configure:22540: checking for ssize_t
configure:22557: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22557: $? = 0
configure:22564: result: yes
configure:22576: checking for struct stat.st_atim.tv_nsec
configure:22576: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22576: $? = 0
configure:22576: result: yes
configure:22585: checking whether struct stat.st_atim is of type struct timespec
configure:22612: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22612: $? = 0
configure:22619: result: yes
configure:22671: checking for struct stat.st_birthtimespec.tv_nsec
configure:22671: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265: error: 'struct stat' has no member named 'st_birthtimespec'
configure:22671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtimespec.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22671: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265: error: 'struct stat' has no member named 'st_birthtimespec'
configure:22671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22671: result: no
configure:22682: checking for struct stat.st_birthtimensec
configure:22682: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265: error: 'struct stat' has no member named 'st_birthtimensec'
configure:22682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|         #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtimensec)
| return 0;
|   ;
|   return 0;
| }
configure:22682: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265: error: 'struct stat' has no member named 'st_birthtimensec'
configure:22682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|         #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtimensec)
| return 0;
|   ;
|   return 0;
| }
configure:22682: result: no
configure:22693: checking for struct stat.st_birthtim.tv_nsec
configure:22693: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265: error: 'struct stat' has no member named 'st_birthtim'
configure:22693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|           #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtim.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22693: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265: error: 'struct stat' has no member named 'st_birthtim'
configure:22693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|           #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtim.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22693: result: no
configure:22711: checking for working stdalign.h
configure:22750: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:258:22: error: stdalign.h: No such file or directory
conftest.c:270: warning: implicit declaration of function '_Alignof'
conftest.c:270: error: expected expression before 'double'
conftest.c:270: error: variably modified 'test_double' at file scope
conftest.c:271: error: expected expression before 'long'
conftest.c:271: error: variably modified 'test_long' at file scope
conftest.c:272: warning: implicit declaration of function 'alignof'
conftest.c:272: error: expected expression before 'double'
conftest.c:272: error: expected expression before 'double'
conftest.c:272: error: variably modified 'test_alignof' at file scope
conftest.c:276: error: expected declaration specifiers or '...' before numeric constant
conftest.c: In function 'alignas':
conftest.c:276: error: expected declaration specifiers before 'alignas_int'
conftest.c:277: error: 'alignas_int' undeclared (first use in this function)
conftest.c:277: error: (Each undeclared identifier is reported only once
conftest.c:277: error: for each function it appears in.)
conftest.c:282: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
conftest.c:277: error: declaration for parameter 'test_alignas' but no such parameter
conftest.c:286: error: expected '{' at end of input
configure:22750: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <stdalign.h>
|             #include <stddef.h>
| 
|             /* Test that alignof yields a result consistent with offsetof.
|                This catches GCC bug 52023
|                <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52023>.  */
|             #ifdef __cplusplus
|                template <class t> struct alignof_helper { char a; t b; };
|             # define ao(type) offsetof (alignof_helper<type>, b)
|             #else
|             # define ao(type) offsetof (struct { char a; type b; }, b)
|             #endif
|             char test_double[ao (double) % _Alignof (double) == 0 ? 1 : -1];
|             char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];
|             char test_alignof[alignof (double) == _Alignof (double) ? 1 : -1];
| 
|             /* Test _Alignas only on platforms where gnulib can help.  */
|             #if                 (__GNUC__ || __IBMC__ || __IBMCPP__                  || 0x5110 <= __SUNPRO_C || 1300 <= _MSC_VER)
|               int alignas (8) alignas_int = 1;
|               char test_alignas[_Alignof (alignas_int) == 8 ? 1 : -1];
|             #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:22757: result: no
configure:22779: checking for va_copy
configure:22800: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22800: $? = 0
configure:22808: result: yes
configure:22990: checking whether NULL can be used in arbitrary expressions
configure:23008: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23008: $? = 0
configure:23015: result: yes
configure:23307: checking whether strtoimax works
configure:23361: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:23361: $? = 0
configure:23361: ./conftest
configure:23361: $? = 0
configure:23372: result: yes
configure:23468: checking whether symlink handles trailing slash correctly
configure:23502: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:23502: $? = 0
configure:23502: ./conftest
configure:23502: $? = 0
configure:23513: result: yes
configure:23549: checking whether <sys/select.h> is self-contained
configure:23628: result: yes
configure:23835: checking for nlink_t
configure:23835: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23835: $? = 0
configure:23835: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:267: error: expected expression before ')' token
configure:23835: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:23835: result: yes
configure:23863: checking whether localtime_r is declared
configure:23863: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23863: $? = 0
configure:23863: result: yes
configure:23882: checking whether localtime_r is compatible with its POSIX signature
configure:23906: /usr/bin/gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23906: $? = 0
configure:23914: result: yes
configure:23959: checking for library containing timer_settime
configure:23990: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
/tmp/cci2QZMv.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3/conftest.c:273: undefined reference to `timer_settime'
collect2: ld returned 1 exit status
configure:23990: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| #define HAVE_DECL_LOCALTIME_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
|   ;
|   return 0;
| }
configure:23990: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt  -lpthread  >&5 
configure:23990: $? = 0
configure:24007: result: -lrt
configure:24036: checking for timer_settime
configure:24036: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:24036: $? = 0
configure:24036: result: yes
configure:24146: checking whether futimesat handles NULL file
configure:24179: /usr/bin/gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
conftest.c: In function 'main':
conftest.c:273: warning: implicit declaration of function 'futimesat'
configure:24179: $? = 0
configure:24179: ./conftest
configure:24179: $? = 0
configure:24190: result: yes
configure:25118: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by emacs config.status 24.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on d217.xyz.com

config.status:1813: creating Makefile
config.status:1813: creating lib/Makefile
config.status:1813: creating lib-src/Makefile
config.status:1813: creating oldXMenu/Makefile
config.status:1813: creating doc/emacs/Makefile
config.status:1813: creating doc/misc/Makefile
config.status:1813: creating doc/lispintro/Makefile
config.status:1813: creating doc/lispref/Makefile
config.status:1813: creating src/Makefile
config.status:1813: creating lwlib/Makefile
config.status:1813: creating lisp/Makefile
config.status:1813: creating leim/Makefile
config.status:1813: creating nextstep/Makefile
config.status:1813: creating admin/unidata/Makefile
config.status:1813: creating src/config.h
config.status:1984: src/config.h is unchanged
config.status:2032: executing depfiles commands
config.status:2032: executing mkdirs commands
config.status:2032: executing epaths commands
config.status:2032: executing gdbinit commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=set
ac_cv_env_CC_value=/usr/bin/gcc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_XScreenNumberOfScreen=yes
ac_cv_func_XScreenResourceString=yes
ac_cv_func_XrmSetDatabase=yes
ac_cv_func___executable_start=yes
ac_cv_func___fpending=yes
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_cfmakeraw=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_clock_settime=yes
ac_cv_func_closedir=yes
ac_cv_func_copysign=yes
ac_cv_func_dbus_type_is_valid=no
ac_cv_func_dbus_validate_bus_name=no
ac_cv_func_dbus_validate_interface=no
ac_cv_func_dbus_validate_member=no
ac_cv_func_dbus_validate_path=no
ac_cv_func_dbus_watch_get_unix_fd=yes
ac_cv_func_difftime=yes
ac_cv_func_endgrent=yes
ac_cv_func_endpwent=yes
ac_cv_func_euidaccess=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fpathconf=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fsync=yes
ac_cv_func_futimens=no
ac_cv_func_futimes=yes
ac_cv_func_futimesat=yes
ac_cv_func_g_type_init=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_get_current_dir_name=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getgrent=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpt=yes
ac_cv_func_getpwent=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsockname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getwd=yes
ac_cv_func_gnutls_certificate_set_verify_function=no
ac_cv_func_grantpt=yes
ac_cv_func_gtk_adjustment_get_page_size=no
ac_cv_func_gtk_dialog_get_action_area=no
ac_cv_func_gtk_file_selection_new=yes
ac_cv_func_gtk_main=yes
ac_cv_func_gtk_orientable_set_orientation=no
ac_cv_func_gtk_widget_get_mapped=no
ac_cv_func_gtk_widget_get_sensitive=no
ac_cv_func_gtk_widget_get_window=no
ac_cv_func_gtk_widget_set_has_window=no
ac_cv_func_gtk_window_set_has_resize_grip=no
ac_cv_func_localtime_r=yes
ac_cv_func_lrand48=yes
ac_cv_func_lstat=yes
ac_cv_func_lutimes=no
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nanotime=no
ac_cv_func_posix_memalign=yes
ac_cv_func_posix_openpt=yes
ac_cv_func_pselect=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_random=yes
ac_cv_func_readlink=yes
ac_cv_func_readlinkat=yes
ac_cv_func_recvfrom=yes
ac_cv_func_rint=yes
ac_cv_func_select=yes
ac_cv_func_sendto=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_shutdown=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtoumax=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_timer_settime=yes
ac_cv_func_touchlock=no
ac_cv_func_tzset=yes
ac_cv_func_utimensat=no
ac_cv_func_utimes=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl_GTK_TYPE_FILE_SELECTION=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getloadavg=yes
ac_cv_have_decl_localtime_r=yes
ac_cv_have_decl_png_longjmp=no
ac_cv_have_decl_strmode=no
ac_cv_have_decl_strtoimax=yes
ac_cv_have_decl_strtoumax=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_X11_SM_SMlib_h=yes
ac_cv_header_X11_Xft_Xft_h=yes
ac_cv_header_X11_xpm_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_coff_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_gpm_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jerror_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_machine_soundcard_h=no
ac_cv_header_maillock_h=no
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_if_dl_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_png_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_soundcard_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vlimit_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_SM_SmcOpenConnection=yes
ac_cv_lib_Xbsd_main=no
ac_cv_lib_Xft_XftFontOpen=yes
ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
ac_cv_lib_Xrender_XRenderQueryExtension=yes
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_gpm_Gpm_Open=yes
ac_cv_lib_jpeg_jpeg_destroy_compress=yes
ac_cv_lib_lockfile_maillock=no
ac_cv_lib_m_sqrt=yes
ac_cv_lib_mail_maillock=no
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_lib_png_png_get_channels=yes
ac_cv_lib_pthread_pthread_self=yes
ac_cv_lib_pthreads_cma_open=no
ac_cv_lib_selinux_lgetfilecon=yes
ac_cv_lib_tiff_TIFFGetVersion=yes
ac_cv_lib_xml2_htmlReadMemory=yes
ac_cv_member_struct_ifreq_ifr_addr=yes
ac_cv_member_struct_ifreq_ifr_addr_sa_len=no
ac_cv_member_struct_ifreq_ifr_broadaddr=yes
ac_cv_member_struct_ifreq_ifr_flags=yes
ac_cv_member_struct_ifreq_ifr_hwaddr=yes
ac_cv_member_struct_ifreq_ifr_netmask=yes
ac_cv_member_struct_stat_st_atim_tv_nsec=yes
ac_cv_member_struct_stat_st_birthtim_tv_nsec=no
ac_cv_member_struct_stat_st_birthtimensec=no
ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_GZIP_PROG=/bin/gzip
ac_cv_path_INSTALL_INFO=/sbin/install-info
ac_cv_path_MAKEINFO=/usr/bin/makeinfo
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='/usr/bin/gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=/usr/bin/gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc__usr_bin_gcc_c_o=yes
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_liblockfile=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_backtrace_symbols_fd='none required'
ac_cv_search_clock_gettime=-lrt
ac_cv_search_timer_settime=-lrt
ac_cv_struct_st_dm_mode=no
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_sys_long_file_names=yes
ac_cv_type__Bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_sighandler_t=yes
ac_cv_type_sigset_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
emacs_cv_c_restrict_arr=yes
emacs_cv_func___builtin_unwind_init=yes
emacs_cv_func__setjmp=yes
emacs_cv_langinfo_codeset=yes
emacs_cv_localtime_cache=no
emacs_cv_netdb_declares_h_errno=yes
emacs_cv_personality_linux32=yes
emacs_cv_prog_cc_g3=yes
emacs_cv_speed_t=yes
emacs_cv_usable_FIONREAD=yes
emacs_cv_usable_SIGIO=yes
emacs_cv_var_doug_lea_malloc=yes
emacs_cv_x11_version_6=yes
gl_cv_c_amsterdam_compiler=no
gl_cv_c_multiarch=no
gl_cv_decl_null_works=yes
gl_cv_decl_readlink_works=yes
gl_cv_func_c99_strtold=yes
gl_cv_func_dup2_works=yes
gl_cv_func_futimesat_works=yes
gl_cv_func_getopt_gnu=no
gl_cv_func_getopt_posix=yes
gl_cv_func_gettimeofday_clobber=no
gl_cv_func_gettimeofday_posix_signature=almost
gl_cv_func_lstat_dereferences_slashed_symlink=yes
gl_cv_func_pselect_detects_ebadf=yes
gl_cv_func_pthread_sigmask_in_libc_works=yes
gl_cv_func_pthread_sigmask_return_works=yes
gl_cv_func_pthread_sigmask_unblock_works='guessing yes'
gl_cv_func_readlink_works=yes
gl_cv_func_strtoimax=yes
gl_cv_func_symlink_works=yes
gl_cv_func_va_copy=yes
gl_cv_func_working_mktime=yes
gl_cv_func_working_utimes=yes
gl_cv_have_include_next=yes
gl_cv_header_sys_select_h_selfcontained=yes
gl_cv_header_working_stdalign_h=no
gl_cv_header_working_stdint_h=yes
gl_cv_next_getopt_h='<getopt.h>'
gl_cv_next_inttypes_h='<inttypes.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_sys_select_h='<sys/select.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_pragma_columns=no
gl_cv_rpl_alloca=yes
gl_cv_sig_pselect=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_sys_struct_timeval_tv_sec=yes
gl_cv_sys_struct_utimbuf=yes
gl_cv_time_r_posix=yes
gl_cv_type_sigset_t=yes
gt_cv_c_wchar_t=yes
gt_cv_ssize_t=yes
gt_cv_var_environ_declaration=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3/build-aux/missing --run aclocal-1.11'
ALLOCA=''
ALLOCA_H='alloca.h'
ALSA_CFLAGS='-I/usr/include/alsa  '
ALSA_LIBS='-lasound  '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cru'
AUTOCONF='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3/build-aux/missing --run automake-1.11'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BLESSMAIL_TARGET=''
CANNOT_DUMP='no'
CC='/usr/bin/gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g3 -O2'
CFLAGS_SOUND=' -I/usr/include/alsa  '
COM_ERRLIB=''
CPP='/usr/bin/gcc -E'
CPPFLAGS='  '
CRT_DIR='/usr/lib64'
CRYPTOLIB=''
CYGPATH_W='echo'
CYGWIN_OBJ=''
C_SWITCH_MACHINE=''
C_SWITCH_SYSTEM=''
C_SWITCH_X_SITE=' -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2  '
DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  '
DBUS_LIBS='-L/lib64 -ldbus-1  '
DBUS_OBJ='dbusbind.o'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
DESLIB=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXECINFO_H=''
EXEEXT=''
FONTCONFIG_CFLAGS=' '
FONTCONFIG_LIBS='-lfontconfig  '
FONT_OBJ='xfont.o ftfont.o xftfont.o ftxfont.o'
FREETYPE_CFLAGS='-I/usr/include/freetype2  '
FREETYPE_LIBS='-lfreetype  '
GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
GCONF_LIBS='-pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
GETLOADAVG_LIBS=''
GETOPT_H='getopt.h'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_EXECINFO_H_FALSE=''
GL_GENERATE_EXECINFO_H_TRUE='#'
GL_GENERATE_STDALIGN_H_FALSE='#'
GL_GENERATE_STDALIGN_H_TRUE=''
GL_GENERATE_STDARG_H_FALSE=''
GL_GENERATE_STDARG_H_TRUE='#'
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE=''
GL_GENERATE_STDINT_H_TRUE='#'
GMALLOC_OBJ=''
GNULIB_ATOLL='0'
GNULIB_CALLOC_POSIX='0'
GNULIB_CANONICALIZE_FILE_NAME='0'
GNULIB_CHDIR='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='0'
GNULIB_DPRINTF='0'
GNULIB_DUP2='1'
GNULIB_DUP3='0'
GNULIB_DUP='0'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='0'
GNULIB_FACCESSAT='0'
GNULIB_FCHDIR='0'
GNULIB_FCHMODAT='0'
GNULIB_FCHOWNAT='0'
GNULIB_FCLOSE='0'
GNULIB_FDATASYNC='0'
GNULIB_FDOPEN='0'
GNULIB_FFLUSH='0'
GNULIB_FGETC='1'
GNULIB_FGETS='1'
GNULIB_FOPEN='0'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='0'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREAD='1'
GNULIB_FREOPEN='0'
GNULIB_FSCANF='1'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='0'
GNULIB_FSTAT='0'
GNULIB_FSTATAT='0'
GNULIB_FSYNC='0'
GNULIB_FTELL='0'
GNULIB_FTELLO='0'
GNULIB_FTRUNCATE='0'
GNULIB_FUTIMENS='0'
GNULIB_FWRITE='1'
GNULIB_GETC='1'
GNULIB_GETCHAR='1'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='0'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETGROUPS='0'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLINE='0'
GNULIB_GETLOADAVG='1'
GNULIB_GETLOGIN='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETTIMEOFDAY='1'
GNULIB_GETUSERSHELL='0'
GNULIB_GL_UNISTD_H_GETOPT='1'
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='0'
GNULIB_IMAXABS='0'
GNULIB_IMAXDIV='0'
GNULIB_ISATTY='0'
GNULIB_LCHMOD='0'
GNULIB_LCHOWN='0'
GNULIB_LINK='0'
GNULIB_LINKAT='0'
GNULIB_LSEEK='0'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='0'
GNULIB_MBTOWC='0'
GNULIB_MKDIRAT='0'
GNULIB_MKDTEMP='0'
GNULIB_MKFIFO='0'
GNULIB_MKFIFOAT='0'
GNULIB_MKNOD='0'
GNULIB_MKNODAT='0'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_MKTIME='1'
GNULIB_NANOSLEEP='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_PCLOSE='0'
GNULIB_PERROR='0'
GNULIB_PIPE2='0'
GNULIB_PIPE='0'
GNULIB_POPEN='0'
GNULIB_POSIX_OPENPT='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PSELECT='1'
GNULIB_PTHREAD_SIGMASK='1'
GNULIB_PTSNAME='0'
GNULIB_PTSNAME_R='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_PWRITE='0'
GNULIB_RAISE='0'
GNULIB_RANDOM='0'
GNULIB_RANDOM_R='0'
GNULIB_READ='0'
GNULIB_READLINK='1'
GNULIB_READLINKAT='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_REALPATH='0'
GNULIB_REMOVE='0'
GNULIB_RENAME='0'
GNULIB_RENAMEAT='0'
GNULIB_RMDIR='0'
GNULIB_RPMATCH='0'
GNULIB_SCANF='1'
GNULIB_SELECT='0'
GNULIB_SETENV='0'
GNULIB_SETHOSTNAME='0'
GNULIB_SIGACTION='0'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGPROCMASK='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='0'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STAT='0'
GNULIB_STDIO_H_NONBLOCKING='0'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STRPTIME='0'
GNULIB_STRTOD='0'
GNULIB_STRTOIMAX='1'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRTOUMAX='1'
GNULIB_SYMLINK='1'
GNULIB_SYMLINKAT='0'
GNULIB_SYSTEM_POSIX='0'
GNULIB_TIMEGM='0'
GNULIB_TIME_R='1'
GNULIB_TMPFILE='0'
GNULIB_TTYNAME_R='0'
GNULIB_UNISTD_H_NONBLOCKING='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNLOCKPT='0'
GNULIB_UNSETENV='0'
GNULIB_USLEEP='0'
GNULIB_UTIMENSAT='0'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VFSCANF='0'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSCANF='0'
GNULIB_VSNPRINTF='0'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WARN_CFLAGS=''
GNULIB_WCTOMB='0'
GNULIB_WRITE='0'
GNULIB__EXIT='0'
GNUSTEP_CFLAGS=''
GNU_OBJC_CFLAGS=''
GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
GOBJECT_LIBS='-L/lib64 -lgobject-2.0 -lglib-2.0  '
GREP='/bin/grep'
GSETTINGS_CFLAGS=''
GSETTINGS_LIBS=''
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
GTK_LIBS='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
GTK_OBJ='gtkutil.o '
GZIP_INFO='yes'
GZIP_PROG='/bin/gzip'
HAVE_ATOLL='1'
HAVE_CANONICALIZE_FILE_NAME='1'
HAVE_CHOWN='1'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_IMAXABS='1'
HAVE_DECL_IMAXDIV='1'
HAVE_DECL_LOCALTIME_R='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SETENV='1'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_STRTOIMAX='1'
HAVE_DECL_STRTOUMAX='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_EUIDACCESS='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FDATASYNC='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETOPT_H='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GETTIMEOFDAY='1'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_INTTYPES_H='1'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MAKEINFO='yes'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'
HAVE_MKNOD='1'
HAVE_MKNODAT='1'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_NANOSLEEP='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_POPEN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_PREAD='1'
HAVE_PSELECT='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALPATH='1'
HAVE_RENAMEAT='1'
HAVE_RPMATCH='1'
HAVE_SETENV='1'
HAVE_SETHOSTNAME='1'
HAVE_SIGACTION='1'
HAVE_SIGHANDLER_T='1'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STRPTIME='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_SELECT_H='1'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_TIMEGM='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_USLEEP='1'
HAVE_UTIMENSAT='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WINSOCK2_H='0'
HAVE_XSERVER=''
HAVE__BOOL='1'
HAVE__EXIT='1'
IMAGEMAGICK_CFLAGS=''
IMAGEMAGICK_LIBS=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INFO_EXT='.info'
INFO_OPTS='--no-split'
INSTALL_ARCH_INDEP_EXTRA='install-etc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/sbin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX='1'
INT64_MAX_EQ_LONG_MAX='defined _LP64'
KRB4LIB=''
KRB5LIB=''
LDFLAGS=' -Wl,-znocombreloc '
LD_FIRSTFLAG='-nostdlib'
LD_SWITCH_SYSTEM=''
LD_SWITCH_SYSTEM_TEMACS='$(LD_SWITCH_X_SITE_RPATH)'
LD_SWITCH_X_SITE=''
LD_SWITCH_X_SITE_RPATH=''
LIBGIF=''
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_LIBS=''
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBGPM='-lgpm'
LIBHESIOD=''
LIBINTL=''
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBOTF_CFLAGS=''
LIBOTF_LIBS=''
LIBPNG='-lpng -lz -lm'
LIBRESOLV=''
LIBS='-lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1  '
LIBSELINUX_LIBS='-lselinux'
LIBSOUND=' -lasound  '
LIBS_GNUSTEP=''
LIBS_MAIL=''
LIBS_SYSTEM=''
LIBS_TERMCAP='-lncurses'
LIBTIFF='-ltiff'
LIBXMENU=''
LIBXML2_CFLAGS='-I/usr/include/libxml2  '
LIBXML2_LIBS='-lxml2 -lz -lm  '
LIBXMU='-lXmu'
LIBXPM='-lXpm'
LIBXSM='-lSM -lICE'
LIBXTR6=''
LIBXT_OTHER='$(LIBXSM)'
LIBX_OTHER='$(LIBXT) $(LIBX_EXTRA)'
LIB_CLOCK_GETTIME='-lrt'
LIB_EXECINFO=''
LIB_GCC=''
LIB_MATH='-lm'
LIB_PTHREAD='-lpthread'
LIB_PTHREAD_SIGMASK=''
LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'
LIB_TIMER_TIME='-lrt '
LN_S='ln -s'
LTLIBINTL=''
LTLIBOBJS=''
M17N_FLT_CFLAGS=''
M17N_FLT_LIBS=''
MAKEINFO='/usr/bin/makeinfo'
MKDEPDIR='${MKDIR_P} ${DEPDIR}'
MKDIR_P='/bin/mkdir -p'
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>'
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_GETOPT_H='<getopt.h>'
NEXT_INTTYPES_H='<inttypes.h>'
NEXT_SIGNAL_H='<signal.h>'
NEXT_STDARG_H='<stdarg.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_SYS_SELECT_H='<sys/select.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H='<unistd.h>'
NS_OBJ=''
NS_OBJC_OBJ=''
OBJEXT='o'
OLDXMENU='nothing'
OLDXMENU_DEPS=''
OLDXMENU_TARGET=''
OTHER_FILES=''
PACKAGE='emacs'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='emacs'
PACKAGE_STRING='emacs 24.3'
PACKAGE_TARNAME='emacs'
PACKAGE_URL=''
PACKAGE_VERSION='24.3'
PATH_SEPARATOR=':'
PAXCTL=''
PKG_CONFIG='/usr/bin/pkg-config'
POST_ALLOC_OBJ=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PRE_ALLOC_OBJ='lastfile.o'
PRIPTR_PREFIX='__PRIPTR_PREFIX'
PRI_MACROS_BROKEN='0'
PROFILING_CFLAGS=''
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTRDIFF_T_SUFFIX=''
RALLOC_OBJ=''
RANLIB='ranlib'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FDOPEN='0'
REPLACE_FFLUSH='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='0'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_ISATTY='0'
REPLACE_LCHOWN='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALTIME_R='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='0'
REPLACE_MALLOC='0'
REPLACE_MBTOWC='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='0'
REPLACE_MKNOD='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='0'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PSELECT='0'
REPLACE_PTHREAD_SIGMASK='1'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='0'
REPLACE_PUTENV='0'
REPLACE_PWRITE='0'
REPLACE_RAISE='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='0'
REPLACE_REALLOC='0'
REPLACE_REALPATH='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_SELECT='0'
REPLACE_SETENV='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STAT='0'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STRTOD='0'
REPLACE_STRTOIMAX='0'
REPLACE_STRUCT_TIMEVAL='0'
REPLACE_SYMLINK='0'
REPLACE_TIMEGM='GNULIB_PORTCHECK'
REPLACE_TMPFILE='0'
REPLACE_TTYNAME_R='0'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIMENSAT='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCTOMB='0'
REPLACE_WRITE='0'
RSVG_CFLAGS='-I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0  '
RSVG_LIBS='-L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
SETTINGS_CFLAGS=' -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
SETTINGS_LIBS=' -pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L/lib64 -lgobject-2.0 -lglib-2.0  '
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o'
STDALIGN_H='stdalign.h'
STDARG_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H=''
STRIP=''
SUBDIR_MAKEFILES_IN=' $(srcdir)/lib/Makefile.in $(srcdir)/lib-src/Makefile.in $(srcdir)/oldXMenu/Makefile.in $(srcdir)/doc/emacs/Makefile.in $(srcdir)/doc/misc/Makefile.in $(srcdir)/doc/lispintro/Makefile.in $(srcdir)/doc/lispref/Makefile.in $(srcdir)/src/Makefile.in $(srcdir)/lwlib/Makefile.in $(srcdir)/lisp/Makefile.in $(srcdir)/leim/Makefile.in $(srcdir)/nextstep/Makefile.in $(srcdir)/admin/unidata/Makefile.in'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TERMCAP_OBJ='terminfo.o'
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
TOOLKIT_LIBW='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
UINT32_MAX_LT_UINTMAX_MAX='1'
UINT64_MAX_EQ_ULONG_MAX='defined _LP64'
UNEXEC_OBJ='unexelf.o'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
VERSION='24.3'
VMLIMIT_OBJ='vm-limit.o'
W32_LIBS=''
W32_OBJ=''
WARN_CFLAGS=''
WCHAR_T_SUFFIX=''
WERROR_CFLAGS=''
WIDGET_OBJ=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='0'
WINDOW_SYSTEM_OBJ='fontset.o fringe.o image.o'
WINT_T_SUFFIX=''
XFT_CFLAGS='-I/usr/include/freetype2  '
XFT_LIBS='-lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11  '
XMENU_OBJ='xmenu.o'
XMKMF=''
XOBJ='xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.o'
X_TOOLKIT_TYPE='none'
ac_ct_CC='/usr/bin/gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
bindir='${exec_prefix}/bin'
bitmapdir='/usr/include/X11/bitmaps'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cache_file='/dev/null'
canonical='x86_64-unknown-linux-gnu'
configuration='x86_64-unknown-linux-gnu'
copyright='Copyright (C) 2013 Free Software Foundation, Inc.'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datadir}/emacs/${version}/etc'
dvidir='${docdir}'
etcdir='${datadir}/emacs/${version}/etc'
exec_prefix='${prefix}'
gamedir='${localstatedir}/games/emacs'
gameuser='games'
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE='#'
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE=''
gl_GNULIB_ENABLED_dosname_FALSE=''
gl_GNULIB_ENABLED_dosname_TRUE='#'
gl_GNULIB_ENABLED_pathmax_FALSE=''
gl_GNULIB_ENABLED_pathmax_TRUE='#'
gl_GNULIB_ENABLED_stat_FALSE=''
gl_GNULIB_ENABLED_stat_TRUE='#'
gl_GNULIB_ENABLED_strtoll_FALSE=''
gl_GNULIB_ENABLED_strtoll_TRUE='#'
gl_GNULIB_ENABLED_strtoull_FALSE=''
gl_GNULIB_ENABLED_strtoull_TRUE='#'
gl_GNULIB_ENABLED_verify_FALSE=''
gl_GNULIB_ENABLED_verify_TRUE='#'
gl_LIBOBJS=' getopt.o getopt1.o pthread_sigmask.o'
gl_LTLIBOBJS=' getopt.lo getopt1.lo pthread_sigmask.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS='IN_EMACS_GNULIB_TESTS'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3/build-aux/install-sh'
leimdir='${datadir}/emacs/${version}/leim'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
liblockfile='no'
lispdir='${datadir}/emacs/${version}/lisp'
lisppath='${locallisppath}:${standardlisppath}'
localedir='${datarootdir}/locale'
locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
ns_appbindir=''
ns_appdir=''
ns_appresdir=''
ns_appsrc=''
ns_self_contained='no'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/james/raid/opt/emacs/releases/emacs-24.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='/home/james/raid/opt/emacs/releases/src/emacs-24.3'
standardlisppath='${lispdir}:${leimdir}'
sysconfdir='${prefix}/etc'
target_alias=''
version='24.3'
x_default_search_path='/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

deps_frag='/home/james/raid/opt/emacs/releases/src/emacs-24.3/src/autodeps.mk'
lisp_frag='/home/james/raid/opt/emacs/releases/src/emacs-24.3/src/lisp.mk'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "emacs"
#define PACKAGE_TARNAME "emacs"
#define PACKAGE_VERSION "24.3"
#define PACKAGE_STRING "emacs 24.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "emacs"
#define VERSION "24.3"
#define MAIL_USE_POP 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define SYSTEM_TYPE "gnu/linux"
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_ALSA 1
#define HAVE_SOUND 1
#define HAVE_LINUX_VERSION_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_PTY_H 1
#define HAVE_SYS_VLIMIT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_PWD_H 1
#define HAVE_UTMP_H 1
#define HAVE_DIRENT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UTIME_H 1
#define HAVE_PERSONALITY_LINUX32 1
#define HAVE_TERM_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SPEED_T 1
#define HAVE_NET_IF_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
#define HAVE_LONG_FILE_NAMES 1
#define DOUG_LEA_MALLOC 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_PTHREAD 1
#define HAVE_XKBGETKEYBOARD 1
#define HAVE_XRMSETDATABASE 1
#define HAVE_XSCREENRESOURCESTRING 1
#define HAVE_XSCREENNUMBEROFSCREEN 1
#define HAVE_X11R6 1
#define HAVE_X_I18N 1
#define HAVE_X11R6_XIM 1
#define HAVE_RSVG 1
#define HAVE_GTK_MAIN 1
#define USE_GTK 1
#define HAVE_GTK_FILE_SELECTION_NEW 1
#define HAVE_DBUS 1
#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
#define HAVE_GCONF 1
#define HAVE_G_TYPE_INIT 1
#define HAVE_LIBSELINUX 1
#define USE_TOOLKIT_SCROLL_BARS 1
#define HAVE_XIM 1
#define USE_XIM 1
#define XRegisterIMInstantiateCallback_arg6 XPointer
#define HAVE_XFT 1
#define HAVE_FREETYPE 1
#define HAVE_XPM 1
#define HAVE_JPEG 1
#define HAVE_JPEG 1
#define HAVE_PNG_H 1
#define HAVE_PNG 1
#define PNG_DEPSTRUCT /**/
#define HAVE_TIFF 1
#define HAVE_GPM 1
#define HAVE_X_SM 1
#define HAVE_LIBXML2 1
#define HAVE_H_ERRNO 1
#define HAVE_LIBM 1
#define MAIL_USE_FLOCK 1
#define HAVE_GETHOSTNAME 1
#define HAVE_CLOSEDIR 1
#define HAVE_GETRUSAGE 1
#define HAVE_GET_CURRENT_DIR_NAME 1
#define HAVE_LRAND48 1
#define HAVE_SETSID 1
#define HAVE_FPATHCONF 1
#define HAVE_SELECT 1
#define HAVE_EUIDACCESS 1
#define HAVE_GETPAGESIZE 1
#define HAVE_SETLOCALE 1
#define HAVE_UTIMES 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_SETPGID 1
#define HAVE_GETCWD 1
#define HAVE_SHUTDOWN 1
#define HAVE_GETADDRINFO 1
#define HAVE___FPENDING 1
#define HAVE_STRSIGNAL 1
#define HAVE_SETITIMER 1
#define HAVE_SENDTO 1
#define HAVE_RECVFROM 1
#define HAVE_GETSOCKNAME 1
#define HAVE_GETPEERNAME 1
#define HAVE_GETIFADDRS 1
#define HAVE_FREEIFADDRS 1
#define HAVE_GAI_STRERROR 1
#define HAVE_MKSTEMP 1
#define HAVE_GETLINE 1
#define HAVE_GETDELIM 1
#define HAVE_FSYNC 1
#define HAVE_SYNC 1
#define HAVE_DIFFTIME 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_GETPWENT 1
#define HAVE_ENDPWENT 1
#define HAVE_GETGRENT 1
#define HAVE_ENDGRENT 1
#define HAVE_CFMAKERAW 1
#define HAVE_CFSETSPEED 1
#define HAVE_COPYSIGN 1
#define HAVE___EXECUTABLE_START 1
#define HAVE_GETWD 1
#define HAVE_RANDOM 1
#define HAVE_RINT 1
#define HAVE___BUILTIN_UNWIND_INIT 1
#define HAVE_FSEEKO 1
#define GETPGRP_VOID 1
#define HAVE_GRANTPT 1
#define HAVE_GETPT 1
#define HAVE_POSIX_OPENPT 1
#define TERMINFO 1
#define HAVE_RES_INIT 1
#define HAVE_TZSET 1
#define HAVE_READLINKAT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LSTAT 1
#define HAVE_ALARM 1
#define HAVE_PSELECT 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_READLINK 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYMLINK 1
#define HAVE_LOCALTIME_R 1
#define HAVE_FUTIMES 1
#define HAVE_FUTIMESAT 1
#define HAVE_INET_SOCKETS 1
#define HAVE_DEV_PTMX 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_SNPRINTF 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_MBSTATE_T 1
#define __restrict_arr __restrict
#define AMPERSAND_FULL_NAME 1
#define CLASH_DETECTION 1
#define HAVE_PTYS 1
#define HAVE_SOCKETS 1
#define NULL_DEVICE "/dev/null"
#define SEPCHAR ':'
#define subprocesses 1
#define USER_FULL_NAME pw->pw_gecos
#define DIRECTORY_SEP '/'
#define IS_DEVICE_SEP(_c_) 0
#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
#define HAVE_PROCFS 1
#define DEFAULT_SOUND_DEVICE "/dev/dsp"
#define INTERRUPT_INPUT 1
#define NARROWPROTO 1
#define UNIX98_PTYS 1
#define PTY_ITERATION int i; for (i = 0; i < 1; i++)
#define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
#define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
#define PTY_NAME_SPRINTF /**/
#define SIGNALS_VIA_CHARACTERS 1
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
#define GC_SETJMP_WORKS 1
#define GC_SETJMP_WORKS 1
#define HAVE__SETJMP 1
#define USG /**/
#define GNU_LINUX /**/
#define USABLE_FIONREAD 1
#define USABLE_SIGIO 1
#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
#define TERM_HEADER "gtkutil.h"
#define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
#define EMACS_CONFIG_OPTIONS " 'CC=/usr/bin/gcc' '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
#define HAVE_X_WINDOWS 1
#define HAVE_X11 1
#define HAVE_MENUS 1
#define GNU_MALLOC 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_C99_STRTOLD 1
#define HAVE_ENVIRON_DECL 1
#define HAVE_DECL_STRMODE 0
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define __GETOPT_PREFIX rpl_
#define HAVE_DECL_GETENV 1
#define restrict __restrict
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_SIGSET_T 1
#define HAVE__BOOL 1
#define HAVE_WCHAR_T 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_TM_GMTOFF 1
#define HAVE_DECL_STRTOIMAX 1
#define HAVE_DECL_STRTOUMAX 1
#define HAVE_WORKING_UTIMES 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_ALLOCA 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_SETTIME 1
#define HAVE_DUP2 1
#define __GETOPT_PREFIX rpl_
#define GETTIMEOFDAY_TIMEZONE struct timezone
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
#define GNULIB_FSCANF 1
#define GNULIB_SCANF 1
#define my_strftime nstrftime
#define HAVE_DECL_LOCALTIME_R 1
#define HAVE_TIMER_SETTIME 1
#define HAVE_WINDOW_SYSTEM 1
#define HAVE_MOUSE 1

configure: exit 0

[-- Attachment #3: emacs.24.3.stable.make.error.log --]
[-- Type: application/octet-stream, Size: 437411 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-12 15:54         ` James Jong
@ 2013-03-12 16:38           ` Eli Zaretskii
  2013-03-12 21:51             ` James Jong
  0 siblings, 1 reply; 22+ messages in thread
From: Eli Zaretskii @ 2013-03-12 16:38 UTC (permalink / raw)
  To: James Jong; +Cc: Stromeko, 13908

> Date: Tue, 12 Mar 2013 11:54:45 -0400
> From: James Jong <ribonucleico@gmail.com>
> Cc: 13908@debbugs.gnu.org
> 
> I am still having problems when running make.

Not "running make", but compiling Emacs.

> Unfortunately, the system on which I am running is quite old:
> 
> /usr/bin/gcc --version
> gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)
> Copyright (C) 2006 Free Software Foundation, Inc.

I don't think there's anything wrong with GCC 4.1.2, not unless we
have some evidence.

> /usr/bin/gcc -std=gnu99 -c  -Demacs  -I. -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src -I../lib -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src/../lib   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2    -I/usr/include/alsa   -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0    -I/usr/include/libxml2   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/gl
 ib-2.0/include   -I/usr/include/freetype2      -MMD -MF deps/dispnew.d -MP     -g3 -O2 dispnew.c
> In file included from dispnew.c:28:
> lisp.h:57: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'

It all starts here.  The declaration of EMACS_INT causes the error.
Here's line 57 of lisp.h:

  typedef long int EMACS_INT;

I suspect that some header file or some other factor confuses the
compiler here.  So please invoke this command manually from the src
directory:

/usr/bin/gcc -std=gnu99 -E  -Demacs  -I. -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src -I../lib -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src/../lib   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2    -I/usr/include/alsa   -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0    -I/usr/include/libxml2   -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/glib
 -2.0/include   -I/usr/include/freetype2      -MMD -MF deps/dispnew.d -MP     -g3 -O2 dispnew.c -o dispnew.ii

It is the exact copy of the command line issued by Make, with 2
changes:

 . the -c switch was replaced with -E

 . the "-o dispnew.ii" was added at the end

Please post the file dispnew.ii produced by the above command.





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-08 23:29 bug#13908: Unable to compile Emacs 23.3 Release Candidate 2 James Jong
  2013-03-09  1:52 ` Glenn Morris
@ 2013-03-12 20:42 ` Paul Eggert
  2013-03-13  4:51   ` Paul Eggert
  2013-03-13 20:15 ` bug#13908: Unable to compile Emacs 24.3 stable James Jong
  2 siblings, 1 reply; 22+ messages in thread
From: Paul Eggert @ 2013-03-12 20:42 UTC (permalink / raw)
  To: James Jong; +Cc: 13908

I don't think the problem is GCC 4.1.2.  I just now built Emacs 24.3 with
GCC 4.1.2 (a compiler I built from scratch, on Fedora 17), and Emacs
compiled OK.  I configured with:

  --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no --with-imagemagick=no

because GCC 4.1.2 is so old that it can't deal with those headers
on my platform.

Looking at James's config.log, I see:

config.status:1813: creating src/config.h
config.status:1984: src/config.h is unchanged

which is a danger sign.  It means you're not configuring from a fresh
tarball.  Can you please try starting from scratch?

The following symptom is also worrisome:

lisp.h:2938: error: expected declaration specifiers before 'INLINE'

src/conf_post.h always defines INLINE to something else, so if the
rest of the code is seeing 'INLINE' then there's something wrong with
the configuration process.  My guess is that src/config.h is corrupted
somehow.  So, in addition to the info that Eli asked for, can you
please send us a copy of your src/config.h?  Also, can you please check
that your src/conf_post.h is unmodified from the Emacs 24.3 tarball?





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-12 16:38           ` Eli Zaretskii
@ 2013-03-12 21:51             ` James Jong
  0 siblings, 0 replies; 22+ messages in thread
From: James Jong @ 2013-03-12 21:51 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Achim Gratz, 13908


[-- Attachment #1.1: Type: text/plain, Size: 3450 bytes --]

Eli: Thanks  that command compiled without any errors. Attached you can see
the corresponding dispnew.ii

Paul: Thanks. This time I made sure I was working on a fresh tar ball.
Attached you can see my config.h and my new config.log. I also diffed
conf_post.h from the tar ball from the one I have after failing to compile.
They are identical.

James





On Tue, Mar 12, 2013 at 12:38 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Tue, 12 Mar 2013 11:54:45 -0400
> > From: James Jong <ribonucleico@gmail.com>
> > Cc: 13908@debbugs.gnu.org
> >
> > I am still having problems when running make.
>
> Not "running make", but compiling Emacs.
>
> > Unfortunately, the system on which I am running is quite old:
> >
> > /usr/bin/gcc --version
> > gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-50)
> > Copyright (C) 2006 Free Software Foundation, Inc.
>
> I don't think there's anything wrong with GCC 4.1.2, not unless we
> have some evidence.
>
> > /usr/bin/gcc -std=gnu99 -c  -Demacs  -I.
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src -I../lib
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src/../lib
> -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2
> -I/usr/include/libpng12   -I/usr/include/freetype2    -I/usr/include/alsa
> -I/usr/include/librsvg-2 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0
>  -I/usr/include/libxml2   -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2
> -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include   -I/usr/include/freetype2      -MMD -MF
> deps/dispnew.d -MP     -g3 -O2 dispnew.c
> > In file included from dispnew.c:28:
> > lisp.h:57: error: expected '=', ',', ';', 'asm' or '__attribute__'
> before 'typedef'
>
> It all starts here.  The declaration of EMACS_INT causes the error.
> Here's line 57 of lisp.h:
>
>   typedef long int EMACS_INT;
>
> I suspect that some header file or some other factor confuses the
> compiler here.  So please invoke this command manually from the src
> directory:
>
> /usr/bin/gcc -std=gnu99 -E  -Demacs  -I.
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src -I../lib
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src/../lib
> -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2
> -I/usr/include/libpng12   -I/usr/include/freetype2    -I/usr/include/alsa
> -I/usr/include/librsvg-2 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0
>  -I/usr/include/libxml2   -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include   -DORBIT2=1 -pthread -I/usr/include/gconf/2
> -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include   -I/usr/include/freetype2      -MMD -MF
> deps/dispnew.d -MP     -g3 -O2 dispnew.c -o dispnew.ii
>
> It is the exact copy of the command line issued by Make, with 2
> changes:
>
>  . the -c switch was replaced with -E
>
>  . the "-o dispnew.ii" was added at the end
>
> Please post the file dispnew.ii produced by the above command.
>

[-- Attachment #1.2: Type: text/html, Size: 4195 bytes --]

[-- Attachment #2: dispnew.ii.tar.gz --]
[-- Type: application/x-gzip, Size: 127288 bytes --]

[-- Attachment #3: config.h.tar.gz --]
[-- Type: application/x-gzip, Size: 13658 bytes --]

[-- Attachment #4: config.log.tar.gz --]
[-- Type: application/x-gzip, Size: 41285 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 23.3 Release Candidate 2
  2013-03-12 20:42 ` Paul Eggert
@ 2013-03-13  4:51   ` Paul Eggert
  0 siblings, 0 replies; 22+ messages in thread
From: Paul Eggert @ 2013-03-13  4:51 UTC (permalink / raw)
  To: James Jong; +Cc: 13908

Looking at the dispnew.ii you posted at <http://bugs.gnu.org/13908#38>
the problem is here:

  # 1 "/d4m/vid/bin/utils/readline-6.2/config.h" 1 3
  # 14 "/d4m/vid/bin/utils/readline-6.2/config.h" 3
  #define RETSIGTYPE void

I.e., the compiler is including the wrong config.h file.
Can you investigate why that might be?  Looking at the
make.log you posted earlier, it said:

/usr/bin/gcc -std=gnu99 -c  -Demacs  -I. -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src ... dispnew.c

which should be including the config.h in ".", i.e., in the source
directory.  But evidently it's not doing that, and we need to figure
out why.  This easily explains the rest of the failures.

Evidently there is a config.h since you sent it to me.
Is it in the proper directory?  What are its permissions?
What is the output of "make CFLAGS=-v"?





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
  2013-03-08 23:29 bug#13908: Unable to compile Emacs 23.3 Release Candidate 2 James Jong
  2013-03-09  1:52 ` Glenn Morris
  2013-03-12 20:42 ` Paul Eggert
@ 2013-03-13 20:15 ` James Jong
  2013-03-13 20:35   ` Eli Zaretskii
  2013-03-13 22:30   ` Paul Eggert
  2 siblings, 2 replies; 22+ messages in thread
From: James Jong @ 2013-03-13 20:15 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 13908


[-- Attachment #1.1: Type: text/plain, Size: 1930 bytes --]

Thanks Paul. You are totally right. I had an environment variable
C_INCLUDE_PATH in my .zshrc init file that included GNU readline
http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html, and that
 apparently was confusing the building process.

So I unset C_INCLUDE_PATH and after that, I was able to build Emacs 24.3
stable release properly with the system's installation of gcc:
 ./configure CC=/usr/bin/gcc --without-gif
--prefix=/home/avazquez/raid/opt/emacs/releases/emacs-24.3
make
make install

I have now tried to build Emacs with a newer version of gcc such as 4.7.2
with no luck:

MY_GCC=/opt/gcc-4.7.2${ARCH_SUFFIX}
PATH=$MY_GCC/bin:$PATH
LD_LIBRARY_PATH=$MY_GCC/lib64:$LD_LIBRARY_PATH
MANPATH=$MY_GCC/share/man:$MANPATH

> ./configure --without-gif
--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3
> make

I get multiple definition errors (see the error in my make.log and the
output of ./configure in my config.log). Any thoughts why?

Thanks,

James








On Wed, Mar 13, 2013 at 12:51 AM, Paul Eggert <eggert@cs.ucla.edu> wrote:

> Looking at the dispnew.ii you posted at <http://bugs.gnu.org/13908#38>
> the problem is here:
>
>   # 1 "/d4m/vid/bin/utils/readline-6.2/config.h" 1 3
>   # 14 "/d4m/vid/bin/utils/readline-6.2/config.h" 3
>   #define RETSIGTYPE void
>
> I.e., the compiler is including the wrong config.h file.
> Can you investigate why that might be?  Looking at the
> make.log you posted earlier, it said:
>
> /usr/bin/gcc -std=gnu99 -c  -Demacs  -I.
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3/src ... dispnew.c
>
> which should be including the config.h in ".", i.e., in the source
> directory.  But evidently it's not doing that, and we need to figure
> out why.  This easily explains the rest of the failures.
>
> Evidently there is a config.h since you sent it to me.
> Is it in the proper directory?  What are its permissions?
> What is the output of "make CFLAGS=-v"?
>

[-- Attachment #1.2: Type: text/html, Size: 3027 bytes --]

[-- Attachment #2: make.log --]
[-- Type: application/octet-stream, Size: 12455 bytes --]

james[1]: Entering directory `/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src'
gcc -std=gnu99 -c     -I. -I../src -I../lib -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib   -g3 -O2 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER \
	  /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c
gcc -std=gnu99     -I. -I../src -I../lib -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib  -Wl,-znocombreloc   -g3 -O2 -DEMACS_NAME="\"GNU Emacs\"" \
	  -DVERSION="\"24.3\"" /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/etags.c \
	  regex.o ../lib/libgnu.a  -o etags
regex.o: In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccThumEX.o:/usr/include/bits/string3.h:160: first defined here
regex.o: In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:37: first defined here
regex.o: In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:53: first defined here
regex.o: In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:74: first defined here
regex.o: In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:95: first defined here
regex.o: In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:114: first defined here
regex.o: In function `read':
/usr/include/bits/unistd.h:35: multiple definition of `read'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:35: first defined here
regex.o: In function `pread':
/usr/include/bits/unistd.h:57: multiple definition of `pread'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:57: first defined here
regex.o: In function `pread64':
/usr/include/bits/unistd.h:77: multiple definition of `pread64'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:77: first defined here
regex.o: In function `readlink':
/usr/include/bits/unistd.h:99: multiple definition of `readlink'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:99: first defined here
regex.o: In function `readlinkat':
/usr/include/bits/unistd.h:121: multiple definition of `readlinkat'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:121: first defined here
regex.o: In function `getcwd':
/usr/include/bits/unistd.h:136: multiple definition of `getcwd'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:136: first defined here
regex.o: In function `getwd':
/usr/include/bits/unistd.h:150: multiple definition of `getwd'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:150: first defined here
regex.o: In function `confstr':
/usr/include/bits/unistd.h:165: multiple definition of `confstr'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:165: first defined here
regex.o: In function `getgroups':
/usr/include/bits/unistd.h:181: multiple definition of `getgroups'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:181: first defined here
regex.o: In function `ttyname_r':
/usr/include/bits/unistd.h:197: multiple definition of `ttyname_r'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:197: first defined here
regex.o: In function `getlogin_r':
/usr/include/bits/unistd.h:213: multiple definition of `getlogin_r'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:213: first defined here
regex.o: In function `gethostname':
/usr/include/bits/unistd.h:230: multiple definition of `gethostname'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:230: first defined here
regex.o: In function `getdomainname':
/usr/include/bits/unistd.h:248: multiple definition of `getdomainname'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:248: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccThumEX.o:/usr/include/bits/string3.h:160: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:37: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:53: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:74: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:95: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:114: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccThumEX.o:/usr/include/bits/string3.h:160: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:37: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:53: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:74: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:95: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:114: first defined here
../lib/libgnu.a(getopt.o): In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccThumEX.o:/usr/include/bits/string3.h:160: first defined here
../lib/libgnu.a(getopt.o): In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:37: first defined here
../lib/libgnu.a(getopt.o): In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:53: first defined here
../lib/libgnu.a(getopt.o): In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:74: first defined here
../lib/libgnu.a(getopt.o): In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:95: first defined here
../lib/libgnu.a(getopt.o): In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:114: first defined here
../lib/libgnu.a(getopt.o): In function `gets':
/usr/include/bits/stdio2.h:94: multiple definition of `gets'
/tmp/ccThumEX.o:/usr/include/bits/stdio2.h:94: first defined here
../lib/libgnu.a(getopt.o): In function `fgets':
/usr/include/bits/stdio2.h:109: multiple definition of `fgets'
/tmp/ccThumEX.o:/usr/include/bits/stdio2.h:109: first defined here
../lib/libgnu.a(getopt.o): In function `fgets_unlocked':
/usr/include/bits/stdio2.h:125: multiple definition of `fgets_unlocked'
/tmp/ccThumEX.o:/usr/include/bits/stdio2.h:125: first defined here
../lib/libgnu.a(getopt.o): In function `read':
/usr/include/bits/unistd.h:35: multiple definition of `read'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:35: first defined here
../lib/libgnu.a(getopt.o): In function `pread':
/usr/include/bits/unistd.h:57: multiple definition of `pread'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:57: first defined here
../lib/libgnu.a(getopt.o): In function `pread64':
/usr/include/bits/unistd.h:77: multiple definition of `pread64'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:77: first defined here
../lib/libgnu.a(getopt.o): In function `readlink':
/usr/include/bits/unistd.h:99: multiple definition of `readlink'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:99: first defined here
../lib/libgnu.a(getopt.o): In function `readlinkat':
/usr/include/bits/unistd.h:121: multiple definition of `readlinkat'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:121: first defined here
../lib/libgnu.a(getopt.o): In function `getcwd':
/usr/include/bits/unistd.h:136: multiple definition of `getcwd'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:136: first defined here
../lib/libgnu.a(getopt.o): In function `getwd':
/usr/include/bits/unistd.h:150: multiple definition of `getwd'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:150: first defined here
../lib/libgnu.a(getopt.o): In function `confstr':
/usr/include/bits/unistd.h:165: multiple definition of `confstr'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:165: first defined here
../lib/libgnu.a(getopt.o): In function `getgroups':
/usr/include/bits/unistd.h:181: multiple definition of `getgroups'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:181: first defined here
../lib/libgnu.a(getopt.o): In function `ttyname_r':
/usr/include/bits/unistd.h:197: multiple definition of `ttyname_r'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:197: first defined here
../lib/libgnu.a(getopt.o): In function `getlogin_r':
/usr/include/bits/unistd.h:213: multiple definition of `getlogin_r'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:213: first defined here
../lib/libgnu.a(getopt.o): In function `gethostname':
/usr/include/bits/unistd.h:230: multiple definition of `gethostname'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:230: first defined here
../lib/libgnu.a(getopt.o): In function `getdomainname':
/usr/include/bits/unistd.h:248: multiple definition of `getdomainname'
/tmp/ccThumEX.o:/usr/include/bits/unistd.h:248: first defined here
../lib/libgnu.a(getopt1.o): In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccThumEX.o:/usr/include/bits/string3.h:160: first defined here
../lib/libgnu.a(getopt1.o): In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:37: first defined here
../lib/libgnu.a(getopt1.o): In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:53: first defined here
../lib/libgnu.a(getopt1.o): In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:74: first defined here
../lib/libgnu.a(getopt1.o): In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:95: first defined here
../lib/libgnu.a(getopt1.o): In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccThumEX.o:/usr/include/bits/stdlib.h:114: first defined here
../lib/libgnu.a(getopt1.o): In function `gets':
/usr/include/bits/stdio2.h:94: multiple definition of `gets'
/tmp/ccThumEX.o:/usr/include/bits/stdio2.h:94: first defined here
../lib/libgnu.a(getopt1.o): In function `fgets':
/usr/include/bits/stdio2.h:109: multiple definition of `fgets'
/tmp/ccThumEX.o:/usr/include/bits/stdio2.h:109: first defined here
../lib/libgnu.a(getopt1.o): In function `fgets_unlocked':
/usr/include/bits/stdio2.h:125: multiple definition of `fgets_unlocked'
/tmp/ccThumEX.o:/usr/include/bits/stdio2.h:125: first defined here
collect2: error: ld returned 1 exit status
james[1]: *** [etags] Error 1
james[1]: Leaving directory `/nfs/titan7/u125/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src'
james: *** [lib-src] Error 2

[-- Attachment #3: config.log --]
[-- Type: application/octet-stream, Size: 612134 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by emacs configure 24.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --without-gif --prefix=/home/james/raid/opt/emacs/releases/emacs-24.3

## --------- ##
## Platform. ##
## --------- ##

hostname = d217.xyz.com
uname -m = x86_64
uname -r = 2.6.18-274.el5xen
uname -s = Linux
uname -v = #1 SMP Thu Jul 21 12:31:29 EDT 2011

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/gcc-4.7.2-x86_64/bin
PATH: /home/james/raid/opt/zsh/zsh-5.0.2/bin/
PATH: /home/james/bin/
PATH: /opt/emacs-24.2-x86_64/bin/
PATH: /opt/perl-5.14.1-x86_64/bin/
PATH: /opt/Python-2.7.3-x86_64/bin/
PATH: /opt/ruby-1.9.3-p194-x86_64/bin/
PATH: /d4m/vid/bin/R-2.15.2//bin/
PATH: /opt/git-1.7.10-x86_64/bin/
PATH: /d4m/vid/bin/utils/xclip/xclip-0.12/bin/
PATH: /d4m/vid/bin/utils/tmux-1.7/bin/
PATH: /d4m/vid/bin/utils/libevent-2.0.21-bin/bin/
PATH: /opt/qt-4.7.1-x86_64/bin/
PATH: /home/james/code/runjobs_utils/
PATH: /home/swu/libraries/mylibs/bin/
PATH: /d4m/vid/bin/utils/htop/bin/
PATH: /d4m/vid/bin/utils/lsof/lsof_4.87/
PATH: /opt/jdk1.7.0_07/bin/
PATH: /home/james/sw/global/bin/
PATH: /home/james/sw/cscope/cscope-15.8a/contrib/xcscope/
PATH: /home/james/sw/cscope/bin/
PATH: /opt/cmake-2.8.1-x86_64/bin/
PATH: /home/james/sw/texinfo/texinfo/texinfo-5.0/bin/
PATH: /home/james/sw/autoconf/autoconf-2.69/bin/
PATH: /home/james/sw/automake/automatke-1.13/bin/
PATH: /home/james/raid/opt/tar/tar-1.26/bin/
PATH: /home/james/raid/opt/xz/xz-5.0.4/bin/
PATH: /opt/mpich2-1.5-x86_64/bin/
PATH: /opt/libxml2-2.8.0-x86_64/bin/
PATH: /opt/ffmpeg-1.0-x86_64/bin/
PATH: /opt/ImageMagick-6.8.0-7-x86_64/bin/
PATH: /opt/gnuplot-4.4.3-x86_64/bin/
PATH: /opt/sqlite-3.7.13-x86_64/bin/
PATH: /opt/sge-6.2u5/bin/lx24-amd64
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3393: checking for a BSD-compatible install
configure:3461: result: /usr/bin/install -c
configure:3472: checking whether build environment is sane
configure:3522: result: yes
configure:3663: checking for a thread-safe mkdir -p
configure:3702: result: /bin/mkdir -p
configure:3716: checking for gawk
configure:3732: found /bin/gawk
configure:3743: result: gawk
configure:3754: checking whether make sets $(MAKE)
configure:3776: result: yes
configure:4431: checking build system type
configure:4445: result: x86_64-unknown-linux-gnu
configure:4465: checking host system type
configure:4478: result: x86_64-unknown-linux-gnu
configure:4724: checking for gcc
configure:4740: found /opt/gcc-4.7.2-x86_64/bin/gcc
configure:4751: result: gcc
configure:4980: checking for C compiler version
configure:4989: gcc --version >&5
gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5000: $? = 0
configure:4989: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --enable-languages=c,c++ --disable-multilib --disable-shared --prefix=/opt/gcc-4.7.2-x86_64
Thread model: posix
gcc version 4.7.2 (GCC) 
configure:5000: $? = 0
configure:4989: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5000: $? = 1
configure:4989: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:5000: $? = 1
configure:5020: checking whether the C compiler works
configure:5042: gcc    conftest.c  >&5
configure:5046: $? = 0
configure:5094: result: yes
configure:5097: checking for C compiler default output file name
configure:5099: result: a.out
configure:5105: checking for suffix of executables
configure:5112: gcc -o conftest    conftest.c  >&5
configure:5116: $? = 0
configure:5138: result: 
configure:5160: checking whether we are cross compiling
configure:5168: gcc -o conftest    conftest.c  >&5
configure:5172: $? = 0
configure:5179: ./conftest
configure:5183: $? = 0
configure:5198: result: no
configure:5203: checking for suffix of object files
configure:5225: gcc -c   conftest.c >&5
configure:5229: $? = 0
configure:5250: result: o
configure:5254: checking whether we are using the GNU C compiler
configure:5273: gcc -c   conftest.c >&5
configure:5273: $? = 0
configure:5282: result: yes
configure:5291: checking whether gcc accepts -g
configure:5311: gcc -c -g  conftest.c >&5
configure:5311: $? = 0
configure:5352: result: yes
configure:5369: checking for gcc option to accept ISO C89
configure:5432: gcc  -c -g -O2  conftest.c >&5
configure:5432: $? = 0
configure:5445: result: none needed
configure:5476: checking for style of include used by make
configure:5504: result: GNU
configure:5530: checking dependency style of gcc
configure:5641: result: gcc3
configure:5657: checking whether gcc and cc understand -c and -o together
configure:5688: gcc -c conftest.c -o conftest2.o >&5
configure:5692: $? = 0
configure:5698: gcc -c conftest.c -o conftest2.o >&5
configure:5702: $? = 0
configure:5713: cc -c conftest.c >&5
configure:5717: $? = 0
configure:5725: cc -c conftest.c -o conftest2.o >&5
configure:5729: $? = 0
configure:5735: cc -c conftest.c -o conftest2.o >&5
configure:5739: $? = 0
configure:5757: result: yes
configure:5799: checking how to run the C preprocessor
configure:5830: gcc -E  conftest.c
configure:5830: $? = 0
configure:5844: gcc -E  conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5869: result: gcc -E
configure:5889: gcc -E  conftest.c
configure:5889: $? = 0
configure:5903: gcc -E  conftest.c
conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5903: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5932: checking for grep that handles long lines and -e
configure:5990: result: /bin/grep
configure:5995: checking for egrep
configure:6057: result: /bin/grep -E
configure:6064: checking for Minix Amsterdam compiler
configure:6088: result: no
configure:6140: checking for ar
configure:6156: found /usr/bin/ar
configure:6167: result: ar
configure:6247: checking for ranlib
configure:6263: found /usr/bin/ranlib
configure:6274: result: ranlib
configure:6300: checking for ANSI C header files
configure:6320: gcc -c -g -O2  conftest.c >&5
configure:6320: $? = 0
configure:6393: gcc -o conftest -g -O2   conftest.c  >&5
configure:6393: $? = 0
configure:6393: ./conftest
configure:6393: $? = 0
configure:6404: result: yes
configure:6417: checking for sys/types.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for sys/stat.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for stdlib.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for string.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for memory.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for strings.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for inttypes.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for stdint.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6417: checking for unistd.h
configure:6417: gcc -c -g -O2  conftest.c >&5
configure:6417: $? = 0
configure:6417: result: yes
configure:6432: checking minix/config.h usability
configure:6432: gcc -c -g -O2  conftest.c >&5
conftest.c:55:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:6432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <minix/config.h>
configure:6432: result: no
configure:6432: checking minix/config.h presence
configure:6432: gcc -E  conftest.c
conftest.c:22:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:6432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:6432: result: no
configure:6432: checking for minix/config.h
configure:6432: result: no
configure:6461: checking whether it is safe to define __EXTENSIONS__
configure:6479: gcc -c -g -O2  conftest.c >&5
configure:6479: $? = 0
configure:6486: result: yes
configure:6515: checking for special C compiler options needed for large files
configure:6560: result: no
configure:6566: checking for _FILE_OFFSET_BITS value needed for large files
configure:6591: gcc -c -g -O2  conftest.c >&5
configure:6591: $? = 0
configure:6623: result: no
configure:6712: checking for gcc option to accept ISO C99
configure:6861: gcc  -c -g -O2  conftest.c >&5
conftest.c:78:29: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:132:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:132:18: error: 'newvar' undeclared (first use in this function)
conftest.c:132:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:142:3: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:142:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:6861: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| /* end confdefs.h.  */
| #include <stdarg.h>
| #include <stdbool.h>
| #include <stdlib.h>
| #include <wchar.h>
| #include <stdio.h>
| 
| // Check varargs macros.  These examples are taken from C99 6.10.3.5.
| #define debug(...) fprintf (stderr, __VA_ARGS__)
| #define showlist(...) puts (#__VA_ARGS__)
| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__))
| static void
| test_varargs_macros (void)
| {
|   int x = 1234;
|   int y = 5678;
|   debug ("Flag");
|   debug ("X = %d\n", x);
|   showlist (The first, second, and third items.);
|   report (x>y, "x is %d but y is %d", x, y);
| }
| 
| // Check long long types.
| #define BIG64 18446744073709551615ull
| #define BIG32 4294967295ul
| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0)
| #if !BIG_OK
|   your preprocessor is broken;
| #endif
| #if BIG_OK
| #else
|   your preprocessor is broken;
| #endif
| static long long int bignum = -9223372036854775807LL;
| static unsigned long long int ubignum = BIG64;
| 
| struct incomplete_array
| {
|   int datasize;
|   double data[];
| };
| 
| struct named_init {
|   int number;
|   const wchar_t *name;
|   double average;
| };
| 
| typedef const char *ccp;
| 
| static inline int
| test_restrict (ccp restrict text)
| {
|   // See if C++-style comments work.
|   // Iterate through items via the restricted pointer.
|   // Also check for declarations in for loops.
|   for (unsigned int i = 0; *(text+i) != '\0'; ++i)
|     continue;
|   return 0;
| }
| 
| // Check varargs and va_copy.
| static void
| test_varargs (const char *format, ...)
| {
|   va_list args;
|   va_start (args, format);
|   va_list args_copy;
|   va_copy (args_copy, args);
| 
|   const char *str;
|   int number;
|   float fnumber;
| 
|   while (*format)
|     {
|       switch (*format++)
| 	{
| 	case 's': // string
| 	  str = va_arg (args_copy, const char *);
| 	  break;
| 	case 'd': // int
| 	  number = va_arg (args_copy, int);
| 	  break;
| 	case 'f': // float
| 	  fnumber = va_arg (args_copy, double);
| 	  break;
| 	default:
| 	  break;
| 	}
|     }
|   va_end (args_copy);
|   va_end (args);
| }
| 
| int
| main ()
| {
| 
|   // Check bool.
|   _Bool success = false;
| 
|   // Check restrict.
|   if (test_restrict ("String literal") == 0)
|     success = true;
|   char *restrict newvar = "Another string";
| 
|   // Check varargs.
|   test_varargs ("s, d' f .", "string", 65, 34.234);
|   test_varargs_macros ();
| 
|   // Check flexible array members.
|   struct incomplete_array *ia =
|     malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
|   ia->datasize = 10;
|   for (int i = 0; i < ia->datasize; ++i)
|     ia->data[i] = i * 1.234;
| 
|   // Check named initializers.
|   struct named_init ni = {
|     .number = 34,
|     .name = L"Test wide string",
|     .average = 543.34343,
|   };
| 
|   ni.number = 58;
| 
|   int dynamic_array[ni.number];
|   dynamic_array[ni.number - 1] = 543;
| 
|   // work around unused variable warnings
|   return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'
| 	  || dynamic_array[ni.number - 1] != 543);
| 
|   ;
|   return 0;
| }
configure:6861: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6861: $? = 0
configure:6881: result: -std=gnu99
configure:6982: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:6996: result: -std=gnu99
configure:7099: checking whether gcc -std=gnu99 accepts -g3 -O2
configure:7115: gcc -std=gnu99 -o conftest -g3 -O2   conftest.c  >&5
configure:7115: $? = 0
configure:7123: result: yes
configure:7929: checking whether ln -s works
configure:7933: result: yes
configure:7943: checking for install-info
configure:7961: found /sbin/install-info
configure:7974: result: /sbin/install-info
configure:7984: checking for gzip
configure:8002: found /bin/gzip
configure:8014: result: /bin/gzip
configure:8026: checking for paxctl
configure:8059: result: no
configure:8092: checking for makeinfo
configure:8110: found /usr/bin/makeinfo
configure:8123: result: /usr/bin/makeinfo
configure:8182: checking for -znocombreloc
configure:8195: gcc -std=gnu99 -o conftest -g3 -O2   -Wl,-znocombreloc conftest.c  >&5
configure:8195: $? = 0
configure:8196: result: yes
configure:8529: checking for pkg-config
configure:8547: found /usr/bin/pkg-config
configure:8560: result: /usr/bin/pkg-config
configure:8577: checking machine/soundcard.h usability
configure:8577: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:62:31: fatal error: machine/soundcard.h: No such file or directory
compilation terminated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <machine/soundcard.h>
configure:8577: result: no
configure:8577: checking machine/soundcard.h presence
configure:8577: gcc -E    conftest.c
conftest.c:29:31: fatal error: machine/soundcard.h: No such file or directory
compilation terminated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| /* end confdefs.h.  */
| #include <machine/soundcard.h>
configure:8577: result: no
configure:8577: checking for machine/soundcard.h
configure:8577: result: no
configure:8577: checking sys/soundcard.h usability
configure:8577: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8577: $? = 0
configure:8577: result: yes
configure:8577: checking sys/soundcard.h presence
configure:8577: gcc -E    conftest.c
configure:8577: $? = 0
configure:8577: result: yes
configure:8577: checking for sys/soundcard.h
configure:8577: result: yes
configure:8577: checking soundcard.h usability
configure:8577: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:63:23: fatal error: soundcard.h: No such file or directory
compilation terminated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <soundcard.h>
configure:8577: result: no
configure:8577: checking soundcard.h presence
configure:8577: gcc -E    conftest.c
conftest.c:30:23: fatal error: soundcard.h: No such file or directory
compilation terminated.
configure:8577: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <soundcard.h>
configure:8577: result: no
configure:8577: checking for soundcard.h
configure:8577: result: no
configure:8588: checking for _oss_ioctl in -lossaudio
configure:8613: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lossaudio   >&5 
/usr/bin/ld: cannot find -lossaudio
collect2: error: ld returned 1 exit status
configure:8613: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _oss_ioctl ();
| int
| main ()
| {
| return _oss_ioctl ();
|   ;
|   return 0;
| }
configure:8622: result: no
configure:8642: checking for alsa >= 1.0.0
configure:8656: result: yes CFLAGS='-I/usr/include/alsa  ' LIBS='-lasound  '
configure:8701: gcc -std=gnu99 -c -I/usr/include/alsa   -g3 -O2    conftest.c >&5
configure:8701: $? = 0
configure:8759: checking for linux/version.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/systeminfo.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:67:28: fatal error: sys/systeminfo.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <sys/systeminfo.h>
configure:8759: result: no
configure:8759: checking for stdio_ext.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for fcntl.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for coff.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:69:18: fatal error: coff.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <coff.h>
configure:8759: result: no
configure:8759: checking for pty.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/vlimit.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/resource.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/utsname.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for pwd.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for utmp.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for dirent.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for util.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:76:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <util.h>
configure:8759: result: no
configure:8759: checking for sys/socket.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for stdlib.h
configure:8759: result: yes
configure:8759: checking for unistd.h
configure:8759: result: yes
configure:8759: checking for sys/param.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for pthread.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for malloc/malloc.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:81:27: fatal error: malloc/malloc.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <malloc/malloc.h>
configure:8759: result: no
configure:8759: checking for maillock.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:81:22: fatal error: maillock.h: No such file or directory
compilation terminated.
configure:8759: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| 
| #include <maillock.h>
configure:8759: result: no
configure:8759: checking for sys/un.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for execinfo.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for getopt.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/time.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for wchar.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for stdint.h
configure:8759: result: yes
configure:8759: checking for inttypes.h
configure:8759: result: yes
configure:8759: checking for sys/select.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8759: checking for sys/stat.h
configure:8759: result: yes
configure:8759: checking for utime.h
configure:8759: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8759: $? = 0
configure:8759: result: yes
configure:8798: checking if personality LINUX32 can be set
configure:8811: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8811: $? = 0
configure:8817: result: yes
configure:8828: checking for term.h
configure:8828: gcc -E    conftest.c
configure:8828: $? = 0
configure:8828: result: yes
configure:8838: checking whether time.h and sys/time.h may both be included
configure:8858: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8858: $? = 0
configure:8865: result: yes
configure:8873: checking whether sys_siglist is declared
configure:8873: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8873: $? = 0
configure:8873: result: yes
configure:8907: checking for sys/wait.h that is POSIX.1 compatible
configure:8933: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8933: $? = 0
configure:8940: result: yes
configure:8949: checking for speed_t
configure:8965: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8965: $? = 0
configure:8972: result: yes
configure:8985: checking for net/if.h
configure:8985: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:8985: $? = 0
configure:8985: result: yes
configure:9001: checking for ifaddrs.h
configure:9001: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9001: $? = 0
configure:9001: result: yes
configure:9017: checking for net/if_dl.h
configure:9017: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:102:23: fatal error: net/if_dl.h: No such file or directory
compilation terminated.
configure:9017: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| 
| #include <net/if_dl.h>
configure:9017: result: no
configure:9032: checking for struct ifreq.ifr_flags
configure:9032: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9032: $? = 0
configure:9032: result: yes
configure:9048: checking for struct ifreq.ifr_hwaddr
configure:9048: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:5: error: used struct type value where scalar is required
configure:9048: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_hwaddr)
| return 0;
|   ;
|   return 0;
| }
configure:9048: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9048: $? = 0
configure:9048: result: yes
configure:9064: checking for struct ifreq.ifr_netmask
configure:9064: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:5: error: used struct type value where scalar is required
configure:9064: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_netmask)
| return 0;
|   ;
|   return 0;
| }
configure:9064: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9064: $? = 0
configure:9064: result: yes
configure:9080: checking for struct ifreq.ifr_broadaddr
configure:9080: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:112:5: error: used struct type value where scalar is required
configure:9080: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_broadaddr)
| return 0;
|   ;
|   return 0;
| }
configure:9080: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9080: $? = 0
configure:9080: result: yes
configure:9096: checking for struct ifreq.ifr_addr
configure:9096: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:5: error: used struct type value where scalar is required
configure:9096: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_addr)
| return 0;
|   ;
|   return 0;
| }
configure:9096: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:9096: $? = 0
configure:9096: result: yes
configure:9112: checking for struct ifreq.ifr_addr.sa_len
configure:9112: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:21: error: 'struct sockaddr' has no member named 'sa_len'
configure:9112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (ac_aggr.ifr_addr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:9112: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:28: error: 'struct sockaddr' has no member named 'sa_len'
configure:9112: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #if HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #if HAVE_NET_IF_H
| #include <net/if.h>
| #endif
| 
| int
| main ()
| {
| static struct ifreq ac_aggr;
| if (sizeof ac_aggr.ifr_addr.sa_len)
| return 0;
|   ;
|   return 0;
| }
configure:9112: result: no
configure:9136: checking whether we are using GNU Make
configure:9145: result: yes
configure:9148: checking whether gcc understands -MMD -MF
configure:9163: gcc -std=gnu99 -c -g3 -O2 -MMD -MF deps.d -MP    conftest.c >&5
configure:9163: $? = 0
configure:9172: result: yes
configure:9192: checking for long file names
configure:9224: result: yes
configure:9241: checking for X
configure:9380: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lX11  >&5 
configure:9380: $? = 0
configure:9430: result: libraries , headers 
configure:9795: checking whether malloc is Doug Lea style
configure:9814: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9814: $? = 0
configure:9822: result: yes
configure:9885: checking for getpagesize
configure:9885: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9885: $? = 0
configure:9885: result: yes
configure:9894: checking for working mmap
configure:10041: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:10041: $? = 0
configure:10041: ./conftest
configure:10041: $? = 0
configure:10051: result: yes
configure:10069: checking for dnet_ntoa in -ldnet
configure:10094: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -ldnet    >&5 
/usr/bin/ld: cannot find -ldnet
collect2: error: ld returned 1 exit status
configure:10094: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dnet_ntoa ();
| int
| main ()
| {
| return dnet_ntoa ();
|   ;
|   return 0;
| }
configure:10103: result: no
configure:10115: checking for main in -lXbsd
configure:10134: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lXbsd    >&5 
/usr/bin/ld: cannot find -lXbsd
collect2: error: ld returned 1 exit status
configure:10134: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:10143: result: no
configure:10161: checking for pthread_self in -lpthread
configure:10186: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lpthread    >&5 
configure:10186: $? = 0
configure:10196: result: yes
configure:10215: checking for cma_open in -lpthreads
configure:10240: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc conftest.c -lpthreads  -lpthread   >&5 
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
configure:10240: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char cma_open ();
| int
| main ()
| {
| return cma_open ();
|   ;
|   return 0;
| }
configure:10249: result: no
configure:10337: checking whether X on GNU/Linux needs -b to link
configure:10350: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
conftest.c: In function 'main':
conftest.c:79:1: warning: implicit declaration of function 'XOpenDisplay' [-Wimplicit-function-declaration]
configure:10350: $? = 0
configure:10398: result: no
configure:10405: checking for Xkb
configure:10419: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10419: $? = 0
configure:10426: result: yes
configure:10438: checking for XrmSetDatabase
configure:10438: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10438: checking for XScreenResourceString
configure:10438: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10438: checking for XScreenNumberOfScreen
configure:10438: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10438: $? = 0
configure:10438: result: yes
configure:10450: checking X11 version 6
configure:10469: gcc -std=gnu99 -o conftest  -g3 -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10469: $? = 0
configure:10479: result: 6 or newer
configure:10518: checking for librsvg-2.0 >= 2.11.0
configure:10532: result: yes CFLAGS='-I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0  ' LIBS='-L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
configure:10589: checking for Wand >= 6.2.8
configure:10607: result: no
configure:10675: checking for gtk+-3.0 >= 3.0 glib-2.0 >= 2.28
configure:10693: result: no
configure:10747: checking for gtk+-2.0 >= 2.10 glib-2.0 >= 2.10
configure:10761: result: yes CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  ' LIBS='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
configure:10808: checking for gtk_main
configure:10808: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
configure:10808: $? = 0
configure:10808: result: yes
configure:10854: checking whether GTK_TYPE_FILE_SELECTION is declared
configure:10854: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12       conftest.c >&5
configure:10854: $? = 0
configure:10854: result: yes
configure:10866: checking for gtk_file_selection_new
configure:10866: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
configure:10866: $? = 0
configure:10866: result: yes
configure:10885: checking for gtk_widget_get_window
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccIa3VvT.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:120: undefined reference to `gtk_widget_get_window'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_window to an innocuous variant, in case <limits.h> declares gtk_widget_get_window.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_window innocuous_gtk_widget_get_window
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_window (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_window
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_window ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_window || defined __stub___gtk_widget_get_window
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_window ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_set_has_window
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccQJtYw2.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:120: undefined reference to `gtk_widget_set_has_window'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_set_has_window to an innocuous variant, in case <limits.h> declares gtk_widget_set_has_window.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_set_has_window innocuous_gtk_widget_set_has_window
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_set_has_window (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_set_has_window
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_set_has_window ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_set_has_window || defined __stub___gtk_widget_set_has_window
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_set_has_window ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_dialog_get_action_area
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccosRmK5.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:120: undefined reference to `gtk_dialog_get_action_area'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_dialog_get_action_area to an innocuous variant, in case <limits.h> declares gtk_dialog_get_action_area.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_dialog_get_action_area innocuous_gtk_dialog_get_action_area
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_dialog_get_action_area (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_dialog_get_action_area
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_dialog_get_action_area ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_dialog_get_action_area || defined __stub___gtk_dialog_get_action_area
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_dialog_get_action_area ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_get_sensitive
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/cclilPge.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:120: undefined reference to `gtk_widget_get_sensitive'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_sensitive to an innocuous variant, in case <limits.h> declares gtk_widget_get_sensitive.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_sensitive innocuous_gtk_widget_get_sensitive
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_sensitive (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_sensitive
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_sensitive ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_sensitive || defined __stub___gtk_widget_get_sensitive
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_sensitive ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_widget_get_mapped
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccGDm1YZ.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:120: undefined reference to `gtk_widget_get_mapped'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_widget_get_mapped to an innocuous variant, in case <limits.h> declares gtk_widget_get_mapped.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_widget_get_mapped innocuous_gtk_widget_get_mapped
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_widget_get_mapped (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_widget_get_mapped
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_widget_get_mapped ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_widget_get_mapped || defined __stub___gtk_widget_get_mapped
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_widget_get_mapped ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_adjustment_get_page_size
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccmt40kx.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:120: undefined reference to `gtk_adjustment_get_page_size'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_adjustment_get_page_size to an innocuous variant, in case <limits.h> declares gtk_adjustment_get_page_size.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_adjustment_get_page_size innocuous_gtk_adjustment_get_page_size
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_adjustment_get_page_size (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_adjustment_get_page_size
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_adjustment_get_page_size ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_adjustment_get_page_size || defined __stub___gtk_adjustment_get_page_size
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_adjustment_get_page_size ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_orientable_set_orientation
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccGdZVdu.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:120: undefined reference to `gtk_orientable_set_orientation'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_orientable_set_orientation to an innocuous variant, in case <limits.h> declares gtk_orientable_set_orientation.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_orientable_set_orientation innocuous_gtk_orientable_set_orientation
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_orientable_set_orientation (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_orientable_set_orientation
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_orientable_set_orientation ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_orientable_set_orientation || defined __stub___gtk_orientable_set_orientation
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_orientable_set_orientation ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10885: checking for gtk_window_set_has_resize_grip
configure:10885: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   >&5 
/tmp/ccYceN8G.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:120: undefined reference to `gtk_window_set_has_resize_grip'
collect2: error: ld returned 1 exit status
configure:10885: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| /* end confdefs.h.  */
| /* Define gtk_window_set_has_resize_grip to an innocuous variant, in case <limits.h> declares gtk_window_set_has_resize_grip.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gtk_window_set_has_resize_grip innocuous_gtk_window_set_has_resize_grip
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gtk_window_set_has_resize_grip (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gtk_window_set_has_resize_grip
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gtk_window_set_has_resize_grip ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gtk_window_set_has_resize_grip || defined __stub___gtk_window_set_has_resize_grip
| choke me
| #endif
| 
| int
| main ()
| {
| return gtk_window_set_has_resize_grip ();
|   ;
|   return 0;
| }
configure:10885: result: no
configure:10909: checking for dbus-1 >= 1.0
configure:10923: result: yes CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  ' LIBS='-L/lib64 -ldbus-1  '
configure:10965: checking for dbus_watch_get_unix_fd
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:10965: $? = 0
configure:10965: result: yes
configure:10965: checking for dbus_type_is_valid
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccadWvEi.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:122: undefined reference to `dbus_type_is_valid'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_type_is_valid to an innocuous variant, in case <limits.h> declares dbus_type_is_valid.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_type_is_valid innocuous_dbus_type_is_valid
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_type_is_valid (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_type_is_valid
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_type_is_valid ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_type_is_valid || defined __stub___dbus_type_is_valid
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_type_is_valid ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_bus_name
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccww2Mj1.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:122: undefined reference to `dbus_validate_bus_name'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_bus_name to an innocuous variant, in case <limits.h> declares dbus_validate_bus_name.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_bus_name innocuous_dbus_validate_bus_name
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_bus_name (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_bus_name
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_bus_name ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_bus_name || defined __stub___dbus_validate_bus_name
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_bus_name ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_path
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cccsFVBG.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:122: undefined reference to `dbus_validate_path'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_path to an innocuous variant, in case <limits.h> declares dbus_validate_path.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_path innocuous_dbus_validate_path
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_path (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_path
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_path ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_path || defined __stub___dbus_validate_path
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_path ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_interface
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cc4NY6H4.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:122: undefined reference to `dbus_validate_interface'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_interface to an innocuous variant, in case <limits.h> declares dbus_validate_interface.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_interface innocuous_dbus_validate_interface
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_interface (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_interface
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_interface ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_interface || defined __stub___dbus_validate_interface
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_interface ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10965: checking for dbus_validate_member
configure:10965: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccwQ0kE2.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:122: undefined reference to `dbus_validate_member'
collect2: error: ld returned 1 exit status
configure:10965: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| /* end confdefs.h.  */
| /* Define dbus_validate_member to an innocuous variant, in case <limits.h> declares dbus_validate_member.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define dbus_validate_member innocuous_dbus_validate_member
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char dbus_validate_member (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef dbus_validate_member
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dbus_validate_member ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_dbus_validate_member || defined __stub___dbus_validate_member
| choke me
| #endif
| 
| int
| main ()
| {
| return dbus_validate_member ();
|   ;
|   return 0;
| }
configure:10965: result: no
configure:10989: checking for gio-2.0 >= 2.26
configure:11007: result: no
configure:11051: checking for gconf-2.0 >= 2.13
configure:11065: result: yes CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  ' LIBS='-pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
configure:11112: checking for gobject-2.0 >= 2.0
configure:11126: result: yes CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  ' LIBS='-L/lib64 -lgobject-2.0 -lglib-2.0  '
configure:11165: checking for g_type_init
configure:11165: gcc -std=gnu99 -o conftest  -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include    -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c  -pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L/lib64 -lgobject-2.0 -lglib-2.0   -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:11165: $? = 0
configure:11165: result: yes
configure:11184: checking for lgetfilecon in -lselinux
configure:11209: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        -Wl,-znocombreloc  conftest.c -lselinux  -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:11209: $? = 0
configure:11218: result: yes
configure:11246: checking for gnutls >= 2.6.6
configure:11264: result: no
configure:11299: checking for gnutls_certificate_set_verify_function
configure:11299: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12         -Wl,-znocombreloc  conftest.c  -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cc0FbV66.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:125: undefined reference to `gnutls_certificate_set_verify_function'
collect2: error: ld returned 1 exit status
configure:11299: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| /* end confdefs.h.  */
| /* Define gnutls_certificate_set_verify_function to an innocuous variant, in case <limits.h> declares gnutls_certificate_set_verify_function.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define gnutls_certificate_set_verify_function innocuous_gnutls_certificate_set_verify_function
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char gnutls_certificate_set_verify_function (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef gnutls_certificate_set_verify_function
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gnutls_certificate_set_verify_function ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_gnutls_certificate_set_verify_function || defined __stub___gnutls_certificate_set_verify_function
| choke me
| #endif
| 
| int
| main ()
| {
| return gnutls_certificate_set_verify_function ();
|   ;
|   return 0;
| }
configure:11299: result: no
configure:11803: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12        conftest.c >&5
configure:11803: $? = 0
configure:11852: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    --pedantic-errors     conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:4: error: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
In file included from conftest.c:95:0:
/usr/include/X11/Xlib.h:3933:13: note: expected 'XIDProc' but argument is of type 'XIMProc'
conftest.c:113:4: error: passing argument 6 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
In file included from conftest.c:95:0:
/usr/include/X11/Xlib.h:3933:13: note: expected 'XPointer' but argument is of type 'char **'
configure:11852: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| /* end confdefs.h.  */
| 
| #include <X11/Xlib.h>
| #include <X11/Xresource.h>
| int
| main ()
| {
| Display *display;
| XrmDatabase db;
| char *res_name;
| char *res_class;
| XIMProc  callback;
| XPointer *client_data;
| #ifndef __GNUC__
| /* If we're not using GCC, it's probably not XFree86, and this is
|    probably right, but we can't use something like --pedantic-errors.  */
| extern Bool XRegisterIMInstantiateCallback(Display*, XrmDatabase, char*,
|                                            char*, XIMProc, XPointer*);
| #endif
| (void)XRegisterIMInstantiateCallback(display, db, res_name, res_class, callback,
|    client_data);
|   ;
|   return 0;
| }
configure:11880: checking for fontconfig >= 2.2.0
configure:11894: result: yes CFLAGS=' ' LIBS='-lfontconfig  '
configure:11939: checking for xft >= 0.13.0
configure:11953: result: yes CFLAGS='-I/usr/include/freetype2  ' LIBS='-lXft -lXrender -lfontconfig -lfreetype -lX11  '
configure:11985: checking for XRenderQueryExtension in -lXrender
configure:12010: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12         -Wl,-znocombreloc  conftest.c -lXrender   -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12010: $? = 0
configure:12019: result: yes
configure:12033: checking X11/Xft/Xft.h usability
configure:12033: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12033: $? = 0
configure:12033: result: yes
configure:12033: checking X11/Xft/Xft.h presence
configure:12033: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12033: $? = 0
configure:12033: result: yes
configure:12033: checking for X11/Xft/Xft.h
configure:12033: result: yes
configure:12035: checking for XftFontOpen in -lXft
configure:12060: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXft -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11   -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12060: $? = 0
configure:12069: result: yes
configure:12107: checking for freetype2
configure:12121: result: yes CFLAGS='-I/usr/include/freetype2  ' LIBS='-lfreetype  '
configure:12168: checking for libotf
configure:12186: result: no
configure:12443: checking X11/xpm.h usability
configure:12443: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12443: $? = 0
configure:12443: result: yes
configure:12443: checking X11/xpm.h presence
configure:12443: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12443: $? = 0
configure:12443: result: yes
configure:12443: checking for X11/xpm.h
configure:12443: result: yes
configure:12445: checking for XpmReadFileToPixmap in -lXpm
configure:12470: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXpm -lX11 -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12470: $? = 0
configure:12479: result: yes
configure:12489: checking for XpmReturnAllocPixels preprocessor define
configure:12509: result: yes
configure:12533: checking jerror.h usability
configure:12533: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12533: $? = 0
configure:12533: result: yes
configure:12533: checking jerror.h presence
configure:12533: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12533: $? = 0
configure:12533: result: yes
configure:12533: checking for jerror.h
configure:12533: result: yes
configure:12535: checking for jpeg_destroy_compress in -ljpeg
configure:12560: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ljpeg  -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12560: $? = 0
configure:12569: result: yes
configure:12617: checking png.h usability
configure:12617: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12617: $? = 0
configure:12617: result: yes
configure:12617: checking png.h presence
configure:12617: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12617: $? = 0
configure:12617: result: yes
configure:12617: checking for png.h
configure:12617: result: yes
configure:12628: checking for png_get_channels in -lpng
configure:12653: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lpng -lz -lm -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12653: $? = 0
configure:12662: result: yes
configure:12677: checking whether png_longjmp is declared
configure:12677: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:116:10: error: 'png_longjmp' undeclared (first use in this function)
conftest.c:116:10: note: each undeclared identifier is reported only once for each function it appears in
configure:12677: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| /* end confdefs.h.  */
| #ifdef HAVE_LIBPNG_PNG_H
| 	# include <libpng/png.h>
| 	#else
| 	# include <png.h>
| 	#endif
| 
| 
| int
| main ()
| {
| #ifndef png_longjmp
| #ifdef __cplusplus
|   (void) png_longjmp;
| #else
|   (void) png_longjmp;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:12677: result: no
configure:12701: checking tiffio.h usability
configure:12701: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12701: $? = 0
configure:12701: result: yes
configure:12701: checking tiffio.h presence
configure:12701: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12701: $? = 0
configure:12701: result: yes
configure:12701: checking for tiffio.h
configure:12701: result: yes
configure:12706: checking for TIFFGetVersion in -ltiff
configure:12731: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ltiff -ljpeg -lz -lm -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12731: $? = 0
configure:12740: result: yes
configure:12900: checking gpm.h usability
configure:12900: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12900: $? = 0
configure:12900: result: yes
configure:12900: checking gpm.h presence
configure:12900: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12900: $? = 0
configure:12900: result: yes
configure:12900: checking for gpm.h
configure:12900: result: yes
configure:12902: checking for Gpm_Open in -lgpm
configure:12927: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lgpm  -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:12927: $? = 0
configure:12936: result: yes
configure:12993: checking X11/SM/SMlib.h usability
configure:12993: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12993: $? = 0
configure:12993: result: yes
configure:12993: checking X11/SM/SMlib.h presence
configure:12993: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12993: $? = 0
configure:12993: result: yes
configure:12993: checking for X11/SM/SMlib.h
configure:12993: result: yes
configure:12995: checking for SmcOpenConnection in -lSM
configure:13020: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13020: $? = 0
configure:13029: result: yes
configure:13064: checking for libxml-2.0 > 2.6.17
configure:13078: result: yes CFLAGS='-I/usr/include/libxml2  ' LIBS='-lxml2 -lz -lm  '
configure:13109: checking for htmlReadMemory in -lxml2
configure:13134: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lxml2  -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13134: $? = 0
configure:13143: result: yes
configure:13165: checking whether netdb declares h_errno
configure:13181: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13181: $? = 0
configure:13189: result: yes
configure:13199: checking for sqrt in -lm
configure:13224: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm  -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:115:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
configure:13224: $? = 0
configure:13233: result: yes
configure:13247: checking for maillock in -lmail
configure:13272: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lmail  -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -lmail
collect2: error: ld returned 1 exit status
configure:13272: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char maillock ();
| int
| main ()
| {
| return maillock ();
|   ;
|   return 0;
| }
configure:13281: result: no
configure:13298: checking for maillock in -llockfile
configure:13323: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile  -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -llockfile
collect2: error: ld returned 1 exit status
configure:13323: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char maillock ();
| int
| main ()
| {
| return maillock ();
|   ;
|   return 0;
| }
configure:13332: result: no
configure:13352: checking for liblockfile.so
configure:13381: result: no
configure:13460: checking for gethostname
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for closedir
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getrusage
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for get_current_dir_name
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for lrand48
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setsid
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for fpathconf
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for select
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for euidaccess
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpagesize
configure:13460: result: yes
configure:13460: checking for setlocale
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for utimes
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getrlimit
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setrlimit
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setpgid
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getcwd
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for shutdown
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getaddrinfo
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for __fpending
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for strsignal
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for setitimer
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for sendto
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for recvfrom
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getsockname
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpeername
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getifaddrs
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for freeifaddrs
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for gai_strerror
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for mkstemp
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getline
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getdelim
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for fsync
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for sync
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for difftime
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for posix_memalign
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getpwent
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for endpwent
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for getgrent
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for endgrent
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for touchlock
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccACbOvD.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:183: undefined reference to `touchlock'
collect2: error: ld returned 1 exit status
configure:13460: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| /* end confdefs.h.  */
| /* Define touchlock to an innocuous variant, in case <limits.h> declares touchlock.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define touchlock innocuous_touchlock
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char touchlock (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef touchlock
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char touchlock ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_touchlock || defined __stub___touchlock
| choke me
| #endif
| 
| int
| main ()
| {
| return touchlock ();
|   ;
|   return 0;
| }
configure:13460: result: no
configure:13460: checking for cfmakeraw
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for cfsetspeed
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for copysign
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:174:6: warning: conflicting types for built-in function 'copysign' [enabled by default]
configure:13460: $? = 0
configure:13460: result: yes
configure:13460: checking for __executable_start
configure:13460: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13460: $? = 0
configure:13460: result: yes
configure:13477: checking for getwd
configure:13477: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cc4F1TTM.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:187: warning: the `getwd' function is dangerous and should not be used.
configure:13477: $? = 0
configure:13477: result: yes
configure:13499: checking for random
configure:13499: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13499: $? = 0
configure:13499: result: yes
configure:13499: checking for rint
configure:13499: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:178:6: warning: conflicting types for built-in function 'rint' [enabled by default]
configure:13499: $? = 0
configure:13499: result: yes
configure:13510: checking for __builtin_unwind_init
configure:13526: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13526: $? = 0
configure:13534: result: yes
configure:13546: checking for _LARGEFILE_SOURCE value needed for large files
configure:13565: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13565: $? = 0
configure:13593: result: no
configure:13615: checking whether getpgrp requires zero arguments
configure:13632: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:194:1: error: too many arguments to function 'getpgrp'
In file included from conftest.c:189:0:
/usr/include/unistd.h:581:16: note: declared here
configure:13632: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| getpgrp (0);
|   ;
|   return 0;
| }
configure:13640: result: yes
configure:13652: checking for grantpt
configure:13652: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13652: $? = 0
configure:13652: result: yes
configure:13666: checking for getpt
configure:13666: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13666: $? = 0
configure:13666: result: yes
configure:13666: checking for posix_openpt
configure:13666: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13666: $? = 0
configure:13666: result: yes
configure:13681: checking for library containing tputs
configure:13734: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/cc21APEY.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:167: undefined reference to `tputs'
collect2: error: ld returned 1 exit status
configure:13734: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| /* end confdefs.h.  */
| 
|   extern void tputs (const char *, int, int (*)(int));
|        int main (int argc, char **argv)
|        {
| 	  if (argc == 10000)
| 	    tputs (argv[0], 0, 0);
| 	  return 0;
|        }
| 
configure:13734: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ltinfo -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/usr/bin/ld: cannot find -ltinfo
collect2: error: ld returned 1 exit status
configure:13734: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| /* end confdefs.h.  */
| 
|   extern void tputs (const char *, int, int (*)(int));
|        int main (int argc, char **argv)
|        {
| 	  if (argc == 10000)
| 	    tputs (argv[0], 0, 0);
| 	  return 0;
|        }
| 
configure:13734: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13734: $? = 0
configure:13734: ./conftest
configure:13734: $? = 0
configure:13748: result: -lncurses
configure:13865: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:13865: $? = 0
configure:14624: checking for tzset
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for readlinkat
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for gettimeofday
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for nanotime
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccryeaxk.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:201: undefined reference to `nanotime'
collect2: error: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define nanotime to an innocuous variant, in case <limits.h> declares nanotime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define nanotime innocuous_nanotime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char nanotime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef nanotime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char nanotime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_nanotime || defined __stub___nanotime
| choke me
| #endif
| 
| int
| main ()
| {
| return nanotime ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for lstat
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for alarm
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for pselect
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for pthread_sigmask
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for readlink
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for strtoimax
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for strtoumax
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for symlink
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for localtime_r
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimes
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimesat
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14624: $? = 0
configure:14624: result: yes
configure:14624: checking for futimens
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccdVxu4t.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:212: undefined reference to `futimens'
collect2: error: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define futimens to an innocuous variant, in case <limits.h> declares futimens.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define futimens innocuous_futimens
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char futimens (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef futimens
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char futimens ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_futimens || defined __stub___futimens
| choke me
| #endif
| 
| int
| main ()
| {
| return futimens ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for utimensat
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
/tmp/ccXmujdh.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:212: undefined reference to `utimensat'
collect2: error: ld returned 1 exit status
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define utimensat innocuous_utimensat
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char utimensat (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef utimensat
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char utimensat ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_utimensat || defined __stub___utimensat
| choke me
| #endif
| 
| int
| main ()
| {
| return utimensat ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14624: checking for lutimes
configure:14624: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:206:1: error: unknown type name 'choke'
conftest.c:209:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
configure:14624: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| /* end confdefs.h.  */
| /* Define lutimes to an innocuous variant, in case <limits.h> declares lutimes.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define lutimes innocuous_lutimes
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char lutimes (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef lutimes
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char lutimes ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_lutimes || defined __stub___lutimes
| choke me
| #endif
| 
| int
| main ()
| {
| return lutimes ();
|   ;
|   return 0;
| }
configure:14624: result: no
configure:14636: checking whether localtime caches TZ
configure:14670: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:181:1: warning: return type defaults to 'int' [enabled by default]
conftest.c: In function 'main':
conftest.c:185:3: warning: implicit declaration of function 'putenv' [-Wimplicit-function-declaration]
conftest.c:186:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:186:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:188:3: warning: implicit declaration of function 'unsetenv' [-Wimplicit-function-declaration]
conftest.c:191:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:193:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:196:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:197:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:14670: $? = 0
configure:14670: ./conftest
configure:14670: $? = 0
configure:14685: result: no
configure:14694: checking for socket
configure:14694: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14694: $? = 0
configure:14694: result: yes
configure:14702: checking netinet/in.h usability
configure:14702: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14702: $? = 0
configure:14702: result: yes
configure:14702: checking netinet/in.h presence
configure:14702: gcc -E     -I/usr/include/freetype2   conftest.c
configure:14702: $? = 0
configure:14702: result: yes
configure:14702: checking for netinet/in.h
configure:14702: result: yes
configure:14712: checking arpa/inet.h usability
configure:14712: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14712: $? = 0
configure:14712: result: yes
configure:14712: checking arpa/inet.h presence
configure:14712: gcc -E     -I/usr/include/freetype2   conftest.c
configure:14712: $? = 0
configure:14712: result: yes
configure:14712: checking for arpa/inet.h
configure:14712: result: yes
configure:14733: checking whether system supports dynamic ptys
configure:14736: result: yes
configure:14751: checking for pid_t
configure:14751: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14751: $? = 0
configure:14751: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:216:20: error: expected expression before ')' token
configure:14751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((pid_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:14751: result: yes
configure:14764: checking vfork.h usability
configure:14764: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c:213:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:14764: result: no
configure:14764: checking vfork.h presence
configure:14764: gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:180:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:14764: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:14764: result: no
configure:14764: checking for vfork.h
configure:14764: result: no
configure:14777: checking for fork
configure:14777: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:203:6: warning: conflicting types for built-in function 'fork' [enabled by default]
configure:14777: $? = 0
configure:14777: result: yes
configure:14777: checking for vfork
configure:14777: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14777: $? = 0
configure:14777: result: yes
configure:14787: checking for working fork
configure:14809: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:14809: $? = 0
configure:14809: ./conftest
configure:14809: $? = 0
configure:14819: result: yes
configure:14840: checking for working vfork
configure:14950: result: yes
configure:14978: checking for snprintf
configure:14978: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
conftest.c:207:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
configure:14978: $? = 0
configure:14978: result: yes
configure:14988: checking for nl_langinfo and CODESET
configure:15004: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:15004: $? = 0
configure:15013: result: yes
configure:15021: checking for mbstate_t
configure:15038: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15038: $? = 0
configure:15045: result: yes
configure:15057: checking for C restricted array declarations
configure:15073: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15073: $? = 0
configure:15080: result: yes
configure:15366: checking for signals via characters
configure:15384: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15384: $? = 0
configure:15391: result: yes
configure:15401: checking whether we are using the GNU C library
configure:15419: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15419: $? = 0
configure:15425: result: yes
configure:15434: checking for style of pending output formalism
configure:15452: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15452: $? = 0
configure:15486: result: new
configure:15599: gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:213:3: error: #error "not i386"
configure:15599: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| /* end confdefs.h.  */
| 
| #ifndef __i386__
| # error "not i386"
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:15620: gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:213:3: error: #error "not ia64"
configure:15620: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| /* end confdefs.h.  */
| 
| #ifndef __ia64__
| # error "not ia64"
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:15673: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15673: $? = 0
configure:15696: checking for _setjmp
configure:15715: gcc -std=gnu99 -o conftest  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1   >&5 
configure:15715: $? = 0
configure:15723: result: yes
configure:15926: checking for usable FIONREAD
configure:15953: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15953: $? = 0
configure:15962: result: yes
configure:15970: checking for usable SIGIO
configure:15988: gcc -std=gnu99 -c  -g3 -O2 -I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0   -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12    -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15988: $? = 0
configure:15995: result: yes
configure:16304: checking for working alloca.h
configure:16321: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16321: $? = 0
configure:16329: result: yes
configure:16337: checking for alloca
configure:16374: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16374: $? = 0
configure:16382: result: yes
configure:16495: checking whether byte ordering is bigendian
configure:16510: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:229:9: error: unknown type name 'not'
conftest.c:229:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:229:15: error: unknown type name 'universal'
configure:16510: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:16555: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:16555: $? = 0
configure:16573: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:235:4: error: unknown type name 'not'
conftest.c:235:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:16573: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:16701: result: no
configure:16720: checking for inline
configure:16736: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:16736: $? = 0
configure:16744: result: inline
configure:16763: checking whether strtold conforms to C99
configure:16790: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:16790: $? = 0
configure:16798: result: yes
configure:16936: checking if environ is properly declared
configure:16959: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:235:39: error: conflicting types for 'environ'
In file included from conftest.c:230:0:
/usr/include/unistd.h:498:15: note: previous declaration of 'environ' was here
configure:16959: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| /* end confdefs.h.  */
| #if HAVE_UNISTD_H
|      #include <unistd.h>
|      #endif
|      /* mingw, BeOS, Haiku declare environ in <stdlib.h>, not in <unistd.h>.  */
|      #include <stdlib.h>
| 
|            extern struct { int foo; } environ;
| int
| main ()
| {
| environ.foo = 1;
|   ;
|   return 0;
| }
configure:16967: result: yes
configure:16986: checking for st_dm_mode in struct stat
configure:17004: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:236:17: error: 'struct stat' has no member named 'st_dm_mode'
configure:17004: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
|   ;
|   return 0;
| }
configure:17011: result: no
configure:17021: checking whether strmode is declared
configure:17021: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:270:10: error: 'strmode' undeclared (first use in this function)
conftest.c:270:10: note: each undeclared identifier is reported only once for each function it appears in
configure:17021: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strmode
| #ifdef __cplusplus
|   (void) strmode;
| #else
|   (void) strmode;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:17021: result: no
configure:17110: checking whether the preprocessor supports include_next
configure:17148: gcc -std=gnu99 -c -g3 -O2    -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:17148: $? = 0
configure:17169: result: yes
configure:17190: checking whether system header files limit the line length
configure:17213: result: no
configure:17314: checking for getopt.h
configure:17314: result: yes
configure:17331: checking for getopt_long_only
configure:17331: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17331: $? = 0
configure:17331: result: yes
configure:17345: checking whether getopt is POSIX compatible
configure:17387: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17387: $? = 0
configure:17387: ./conftest
configure:17387: $? = 0
configure:17446: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17446: $? = 0
configure:17446: ./conftest
configure:17446: $? = 0
configure:17488: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17488: $? = 0
configure:17488: ./conftest
program: option requires an argument -- b
configure:17488: $? = 0
configure:17506: result: yes
configure:17514: checking for working GNU getopt function
configure:17735: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:17735: $? = 0
configure:17735: ./conftest
configure:17735: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| /* end confdefs.h.  */
| #include <getopt.h>
|                            #include <stddef.h>
|                            #include <string.h>
| 
| #include <stdlib.h>
| #if defined __MACH__ && defined __APPLE__
| /* Avoid a crash on Mac OS X.  */
| #include <mach/mach.h>
| #include <mach/mach_error.h>
| #include <mach/thread_status.h>
| #include <mach/exception.h>
| #include <mach/task.h>
| #include <pthread.h>
| /* The exception port on which our thread listens.  */
| static mach_port_t our_exception_port;
| /* The main function of the thread listening for exceptions of type
|    EXC_BAD_ACCESS.  */
| static void *
| mach_exception_thread (void *arg)
| {
|   /* Buffer for a message to be received.  */
|   struct {
|     mach_msg_header_t head;
|     mach_msg_body_t msgh_body;
|     char data[1024];
|   } msg;
|   mach_msg_return_t retval;
|   /* Wait for a message on the exception port.  */
|   retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
|                      our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
|   if (retval != MACH_MSG_SUCCESS)
|     abort ();
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
|   mach_port_t self = mach_task_self ();
|   /* Allocate a port on which the thread shall listen for exceptions.  */
|   if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
|       == KERN_SUCCESS) {
|     /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html.  */
|     if (mach_port_insert_right (self, our_exception_port, our_exception_port,
|                                 MACH_MSG_TYPE_MAKE_SEND)
|         == KERN_SUCCESS) {
|       /* The exceptions we want to catch.  Only EXC_BAD_ACCESS is interesting
|          for us.  */
|       exception_mask_t mask = EXC_MASK_BAD_ACCESS;
|       /* Create the thread listening on the exception port.  */
|       pthread_attr_t attr;
|       pthread_t thread;
|       if (pthread_attr_init (&attr) == 0
|           && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
|           && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
|         pthread_attr_destroy (&attr);
|         /* Replace the exception port info for these exceptions with our own.
|            Note that we replace the exception port for the entire task, not only
|            for a particular thread.  This has the effect that when our exception
|            port gets the message, the thread specific exception port has already
|            been asked, and we don't need to bother about it.
|            See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html.  */
|         task_set_exception_ports (self, mask, our_exception_port,
|                                   EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
|       }
|     }
|   }
| }
| #elif (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__
| /* Avoid a crash on native Windows.  */
| #define WIN32_LEAN_AND_MEAN
| #include <windows.h>
| #include <winerror.h>
| static LONG WINAPI
| exception_filter (EXCEPTION_POINTERS *ExceptionInfo)
| {
|   switch (ExceptionInfo->ExceptionRecord->ExceptionCode)
|     {
|     case EXCEPTION_ACCESS_VIOLATION:
|     case EXCEPTION_IN_PAGE_ERROR:
|     case EXCEPTION_STACK_OVERFLOW:
|     case EXCEPTION_GUARD_PAGE:
|     case EXCEPTION_PRIV_INSTRUCTION:
|     case EXCEPTION_ILLEGAL_INSTRUCTION:
|     case EXCEPTION_DATATYPE_MISALIGNMENT:
|     case EXCEPTION_ARRAY_BOUNDS_EXCEEDED:
|     case EXCEPTION_NONCONTINUABLE_EXCEPTION:
|       exit (1);
|     }
|   return EXCEPTION_CONTINUE_SEARCH;
| }
| static void
| nocrash_init (void)
| {
|   SetUnhandledExceptionFilter ((LPTOP_LEVEL_EXCEPTION_FILTER) exception_filter);
| }
| #else
| /* Avoid a crash on POSIX systems.  */
| #include <signal.h>
| /* A POSIX signal handler.  */
| static void
| exception_handler (int sig)
| {
|   exit (1);
| }
| static void
| nocrash_init (void)
| {
| #ifdef SIGSEGV
|   signal (SIGSEGV, exception_handler);
| #endif
| #ifdef SIGBUS
|   signal (SIGBUS, exception_handler);
| #endif
| }
| #endif
| 
| 
| int
| main ()
| {
| 
|              int result = 0;
| 
|              nocrash_init();
| 
|              /* This code succeeds on glibc 2.8, OpenBSD 4.0, Cygwin, mingw,
|                 and fails on Mac OS X 10.5, AIX 5.2, HP-UX 11, IRIX 6.5,
|                 OSF/1 5.1, Solaris 10.  */
|              {
|                static char conftest[] = "conftest";
|                static char plus[] = "-+";
|                char *argv[3] = { conftest, plus, NULL };
|                opterr = 0;
|                if (getopt (2, argv, "+a") != '?')
|                  result |= 1;
|              }
|              /* This code succeeds on glibc 2.8, mingw,
|                 and fails on Mac OS X 10.5, OpenBSD 4.0, AIX 5.2, HP-UX 11,
|                 IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin 1.5.x.  */
|              {
|                static char program[] = "program";
|                static char p[] = "-p";
|                static char foo[] = "foo";
|                static char bar[] = "bar";
|                char *argv[] = { program, p, foo, bar, NULL };
| 
|                optind = 1;
|                if (getopt (4, argv, "p::") != 'p')
|                  result |= 2;
|                else if (optarg != NULL)
|                  result |= 4;
|                else if (getopt (4, argv, "p::") != -1)
|                  result |= 6;
|                else if (optind != 2)
|                  result |= 8;
|              }
|              /* This code succeeds on glibc 2.8 and fails on Cygwin 1.7.0.  */
|              {
|                static char program[] = "program";
|                static char foo[] = "foo";
|                static char p[] = "-p";
|                char *argv[] = { program, foo, p, NULL };
|                optind = 0;
|                if (getopt (3, argv, "-p") != 1)
|                  result |= 16;
|                else if (getopt (3, argv, "-p") != 'p')
|                  result |= 16;
|              }
|              /* This code fails on glibc 2.11.  */
|              {
|                static char program[] = "program";
|                static char b[] = "-b";
|                static char a[] = "-a";
|                char *argv[] = { program, b, a, NULL };
|                optind = opterr = 0;
|                if (getopt (3, argv, "+:a:b") != 'b')
|                  result |= 32;
|                else if (getopt (3, argv, "+:a:b") != ':')
|                  result |= 32;
|              }
|              /* This code dumps core on glibc 2.14.  */
|              {
|                static char program[] = "program";
|                static char w[] = "-W";
|                static char dummy[] = "dummy";
|                char *argv[] = { program, w, dummy, NULL };
|                optind = opterr = 1;
|                if (getopt (3, argv, "W;") != 'W')
|                  result |= 64;
|              }
|              return result;
| 
|   ;
|   return 0;
| }
configure:17751: result: no
configure:17841: checking whether getenv is declared
configure:17841: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:17841: $? = 0
configure:17841: result: yes
configure:17857: checking for C/C++ restrict keyword
configure:17882: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:17882: $? = 0
configure:17890: result: __restrict
configure:18023: checking for struct timeval
configure:18046: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18046: $? = 0
configure:18054: result: yes
configure:18059: checking for wide-enough struct timeval.tv_sec member
configure:18086: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18086: $? = 0
configure:18094: result: yes
configure:18107: checking for unsigned long long int
configure:18155: result: yes
configure:18165: checking for long long int
configure:18215: result: yes
configure:18237: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:239:10: error: unknown type name 'not'
conftest.c:239:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:239:16: error: unknown type name 'universal'
configure:18237: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
|          not a universal capable compiler
|         #endif
|         typedef int dummy;
| 
configure:18390: checking whether stdint.h conforms to C99
configure:18559: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:18559: $? = 0
configure:18639: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:18639: $? = 0
configure:18639: ./conftest
configure:18639: $? = 0
configure:18651: result: yes
configure:19180: checking whether lstat correctly handles trailing slash
configure:19213: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:19213: $? = 0
configure:19213: ./conftest
configure:19213: $? = 0
configure:19230: result: yes
configure:19271: checking whether <sys/select.h> is self-contained
configure:19288: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19288: $? = 0
configure:19307: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19307: $? = 0
configure:19337: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:19337: $? = 0
configure:19350: result: yes
configure:19490: checking for sigset_t
configure:19490: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19490: $? = 0
configure:19490: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:248:23: error: expected expression before ')' token
configure:19490: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| /* end confdefs.h.  */
| 
|       #include <signal.h>
|       /* Mingw defines sigset_t not in <signal.h>, but in <sys/types.h>.  */
|       #include <sys/types.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sigset_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19490: result: yes
configure:19528: checking for stdbool.h that conforms to C99
configure:19595: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19595: $? = 0
configure:19602: result: yes
configure:19604: checking for _Bool
configure:19604: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19604: $? = 0
configure:19604: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:276:20: error: expected expression before ')' token
configure:19604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((_Bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19604: result: yes
configure:19620: checking for wchar_t
configure:19637: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19637: $? = 0
configure:19644: result: yes
configure:19755: checking whether struct tm is in sys/time.h or time.h
configure:19775: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19775: $? = 0
configure:19782: result: time.h
configure:19790: checking for struct tm.tm_zone
configure:19790: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19790: $? = 0
configure:19790: result: yes
configure:19858: checking for struct tm.tm_gmtoff
configure:19858: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19858: $? = 0
configure:19858: result: yes
configure:19869: checking whether strtoimax is declared
configure:19869: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19869: $? = 0
configure:19869: result: yes
configure:19882: checking whether strtoumax is declared
configure:19882: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19882: $? = 0
configure:19882: result: yes
configure:19895: checking whether stat file-mode macros are broken
configure:19922: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19922: $? = 0
configure:19929: result: no
configure:19939: checking for mode_t
configure:19939: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19939: $? = 0
configure:19939: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:283:21: error: expected expression before ')' token
configure:19939: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((mode_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:19939: result: yes
configure:19952: checking for struct timespec in <time.h>
configure:19969: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:19969: $? = 0
configure:19976: result: yes
configure:20130: checking whether the utimes function works
configure:20245: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20245: $? = 0
configure:20245: ./conftest
configure:20245: $? = 0
configure:20255: result: yes
configure:20268: checking for struct utimbuf
configure:20291: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:20291: $? = 0
configure:20298: result: yes
configure:20348: checking for alloca as a compiler built-in
configure:20372: result: yes
configure:20408: checking for library containing clock_gettime
configure:20439: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
/tmp/ccgObnc3.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:261: undefined reference to `clock_gettime'
collect2: error: ld returned 1 exit status
configure:20439: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:20439: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt  -lpthread  >&5 
configure:20439: $? = 0
configure:20456: result: -lrt
configure:20468: checking for clock_gettime
configure:20468: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:20468: $? = 0
configure:20468: result: yes
configure:20468: checking for clock_settime
configure:20468: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:20468: $? = 0
configure:20468: result: yes
configure:20507: checking whether dup2 works
configure:20561: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20561: $? = 0
configure:20561: ./conftest
configure:20561: $? = 0
configure:20572: result: yes
configure:20627: checking for library containing backtrace_symbols_fd
configure:20658: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20658: $? = 0
configure:20675: result: none required
configure:20727: checking for getloadavg
configure:20727: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:20727: $? = 0
configure:20727: result: yes
configure:21085: checking sys/loadavg.h usability
configure:21085: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:286:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:21085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/loadavg.h>
configure:21085: result: no
configure:21085: checking sys/loadavg.h presence
configure:21085: gcc -E    conftest.c
conftest.c:253:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:21085: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| /* end confdefs.h.  */
| #include <sys/loadavg.h>
configure:21085: result: no
configure:21085: checking for sys/loadavg.h
configure:21085: result: no
configure:21100: checking whether getloadavg is declared
configure:21100: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:21100: $? = 0
configure:21100: result: yes
configure:21350: checking whether gettimeofday clobbers localtime buffer
configure:21389: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21389: $? = 0
configure:21389: ./conftest
configure:21389: $? = 0
configure:21399: result: no
configure:21419: checking for gettimeofday with POSIX signature
configure:21447: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c:256:19: error: conflicting types for 'gettimeofday'
In file included from conftest.c:254:0:
/usr/include/sys/time.h:73:12: note: previous declaration of 'gettimeofday' was here
configure:21447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| /* end confdefs.h.  */
| #include <sys/time.h>
|               struct timeval c;
|               int gettimeofday (struct timeval *restrict, void *restrict);
| 
| int
| main ()
| {
| /* glibc uses struct timezone * rather than the POSIX void *
|                  if _GNU_SOURCE is defined.  However, since the only portable
|                  use of gettimeofday uses NULL as the second parameter, and
|                  since the glibc definition is actually more typesafe, it is
|                  not worth wrapping this to get a compliant signature.  */
|               int (*f) (struct timeval *restrict, void *restrict)
|                 = gettimeofday;
|               int x = f (&c, 0);
|               return !(x | c.tv_sec | c.tv_usec);
| 
|   ;
|   return 0;
| }
configure:21463: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:21463: $? = 0
configure:21472: result: almost
configure:21593: checking for working mktime
configure:21798: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21798: $? = 0
configure:21798: ./conftest
configure:21798: $? = 0
configure:21809: result: yes
configure:21849: checking whether signature of pselect conforms to POSIX
configure:21869: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21869: $? = 0
configure:21877: result: yes
configure:21880: checking whether pselect detects invalid fds
configure:21925: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:21925: $? = 0
configure:21925: ./conftest
configure:21925: $? = 0
configure:21936: result: yes
configure:22042: checking whether pthread_sigmask works without -lpthread
configure:22071: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:22071: $? = 0
configure:22071: ./conftest
configure:22071: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| #include <signal.h>
| #include <stddef.h>
| int main ()
| {
|   sigset_t set;
|   sigemptyset (&set);
|   return pthread_sigmask (1729, &set, NULL) != 0;
| }
configure:22082: result: yes
configure:22094: checking whether pthread_sigmask returns error numbers
configure:22126: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread   >&5 
configure:22126: $? = 0
configure:22126: ./conftest
configure:22126: $? = 0
configure:22138: result: yes
configure:22149: checking whether pthread_sigmask unblocks signals correctly
configure:22203: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread   >&5 
configure:22203: $? = 0
configure:22203: ./conftest
configure:22203: $? = 0
configure:22215: result: guessing yes
configure:22263: checking whether readlink signature is correct
configure:22281: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22281: $? = 0
configure:22288: result: yes
configure:22290: checking whether readlink handles trailing slash correctly
configure:22320: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:22320: $? = 0
configure:22320: ./conftest
configure:22320: $? = 0
configure:22331: result: yes
configure:22447: checking for volatile sig_atomic_t
configure:22447: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22447: $? = 0
configure:22447: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263:36: error: expected expression before ')' token
configure:22447: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22447: result: yes
configure:22463: checking for sighandler_t
configure:22463: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22463: $? = 0
configure:22463: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263:27: error: expected expression before ')' token
configure:22463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sighandler_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22463: result: yes
configure:22476: checking for socklen_t
configure:22476: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22476: $? = 0
configure:22476: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:271:24: error: expected expression before ')' token
configure:22476: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| /* end confdefs.h.  */
| 
| /* <sys/types.h> is not needed according to POSIX, but the
|    <sys/socket.h> in i386-unknown-freebsd4.10 and
|    powerpc-apple-darwin5.5 required it. */
| #include <sys/types.h>
| #if HAVE_SYS_SOCKET_H
| # include <sys/socket.h>
| #elif HAVE_WS2TCPIP_H
| # include <ws2tcpip.h>
| #endif
| 
| 
| int
| main ()
| {
| if (sizeof ((socklen_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:22476: result: yes
configure:22540: checking for ssize_t
configure:22557: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22557: $? = 0
configure:22564: result: yes
configure:22576: checking for struct stat.st_atim.tv_nsec
configure:22576: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22576: $? = 0
configure:22576: result: yes
configure:22585: checking whether struct stat.st_atim is of type struct timespec
configure:22612: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22612: $? = 0
configure:22619: result: yes
configure:22671: checking for struct stat.st_birthtimespec.tv_nsec
configure:22671: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:12: error: 'struct stat' has no member named 'st_birthtimespec'
configure:22671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtimespec.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22671: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:19: error: 'struct stat' has no member named 'st_birthtimespec'
configure:22671: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtimespec.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22671: result: no
configure:22682: checking for struct stat.st_birthtimensec
configure:22682: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:12: error: 'struct stat' has no member named 'st_birthtimensec'
configure:22682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|         #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtimensec)
| return 0;
|   ;
|   return 0;
| }
configure:22682: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:19: error: 'struct stat' has no member named 'st_birthtimensec'
configure:22682: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|         #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtimensec)
| return 0;
|   ;
|   return 0;
| }
configure:22682: result: no
configure:22693: checking for struct stat.st_birthtim.tv_nsec
configure:22693: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:12: error: 'struct stat' has no member named 'st_birthtim'
configure:22693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|           #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (ac_aggr.st_birthtim.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22693: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:265:19: error: 'struct stat' has no member named 'st_birthtim'
configure:22693: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| /* end confdefs.h.  */
| #include <sys/types.h>
|           #include <sys/stat.h>
| 
| int
| main ()
| {
| static struct stat ac_aggr;
| if (sizeof ac_aggr.st_birthtim.tv_nsec)
| return 0;
|   ;
|   return 0;
| }
configure:22693: result: no
configure:22711: checking for working stdalign.h
configure:22750: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22750: $? = 0
configure:22757: result: yes
configure:22779: checking for va_copy
configure:22800: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:22800: $? = 0
configure:22808: result: yes
configure:22990: checking whether NULL can be used in arbitrary expressions
configure:23008: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23008: $? = 0
configure:23015: result: yes
configure:23307: checking whether strtoimax works
configure:23361: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:23361: $? = 0
configure:23361: ./conftest
configure:23361: $? = 0
configure:23372: result: yes
configure:23468: checking whether symlink handles trailing slash correctly
configure:23502: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
configure:23502: $? = 0
configure:23502: ./conftest
configure:23502: $? = 0
configure:23513: result: yes
configure:23549: checking whether <sys/select.h> is self-contained
configure:23628: result: yes
configure:23835: checking for nlink_t
configure:23835: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23835: $? = 0
configure:23835: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:267:22: error: expected expression before ')' token
configure:23835: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| /* end confdefs.h.  */
| #include <sys/types.h>
|      #include <sys/stat.h>
| 
| int
| main ()
| {
| if (sizeof ((nlink_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:23835: result: yes
configure:23863: checking whether localtime_r is declared
configure:23863: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23863: $? = 0
configure:23863: result: yes
configure:23882: checking whether localtime_r is compatible with its POSIX signature
configure:23906: gcc -std=gnu99 -c -g3 -O2    conftest.c >&5
configure:23906: $? = 0
configure:23914: result: yes
configure:23959: checking for library containing timer_settime
configure:23990: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
/tmp/cc5JVQkh.o: In function `main':
/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/conftest.c:273: undefined reference to `timer_settime'
collect2: error: ld returned 1 exit status
configure:23990: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.3"
| #define PACKAGE_STRING "emacs 24.3"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.3"
| #define MAIL_USE_POP 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define __EXTENSIONS__ 1
| #define _ALL_SOURCE 1
| #define _DARWIN_C_SOURCE 1
| #define _GNU_SOURCE 1
| #define _POSIX_PTHREAD_SEMANTICS 1
| #define _TANDEM_SOURCE 1
| #define SYSTEM_TYPE "gnu/linux"
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UTMP_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SPEED_T 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
| #define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
| #define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
| #define HAVE_STRUCT_IFREQ_IFR_ADDR 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_RSVG 1
| #define HAVE_GTK_MAIN 1
| #define USE_GTK 1
| #define HAVE_GTK_FILE_SELECTION_NEW 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GCONF 1
| #define HAVE_G_TYPE_INIT 1
| #define HAVE_LIBSELINUX 1
| #define USE_TOOLKIT_SCROLL_BARS 1
| #define HAVE_XIM 1
| #define USE_XIM 1
| #define XRegisterIMInstantiateCallback_arg6 XPointer
| #define HAVE_XFT 1
| #define HAVE_FREETYPE 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_PNG 1
| #define PNG_DEPSTRUCT /**/
| #define HAVE_TIFF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define MAIL_USE_FLOCK 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_LRAND48 1
| #define HAVE_SETSID 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_SETLOCALE 1
| #define HAVE_UTIMES 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_SETPGID 1
| #define HAVE_GETCWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_GETPWENT 1
| #define HAVE_ENDPWENT 1
| #define HAVE_GETGRENT 1
| #define HAVE_ENDGRENT 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE_GETWD 1
| #define HAVE_RANDOM 1
| #define HAVE_RINT 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_POSIX_OPENPT 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_TZSET 1
| #define HAVE_READLINKAT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PSELECT 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMESAT 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| #define HAVE_FORK 1
| #define HAVE_VFORK 1
| #define HAVE_WORKING_VFORK 1
| #define HAVE_WORKING_FORK 1
| #define HAVE_SNPRINTF 1
| #define HAVE_LANGINFO_CODESET 1
| #define HAVE_MBSTATE_T 1
| #define __restrict_arr __restrict
| #define AMPERSAND_FULL_NAME 1
| #define CLASH_DETECTION 1
| #define HAVE_PTYS 1
| #define HAVE_SOCKETS 1
| #define NULL_DEVICE "/dev/null"
| #define SEPCHAR ':'
| #define subprocesses 1
| #define USER_FULL_NAME pw->pw_gecos
| #define DIRECTORY_SEP '/'
| #define IS_DEVICE_SEP(_c_) 0
| #define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
| #define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
| #define HAVE_PROCFS 1
| #define DEFAULT_SOUND_DEVICE "/dev/dsp"
| #define INTERRUPT_INPUT 1
| #define NARROWPROTO 1
| #define UNIX98_PTYS 1
| #define PTY_ITERATION int i; for (i = 0; i < 1; i++)
| #define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
| #define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
| #define PTY_NAME_SPRINTF /**/
| #define SIGNALS_VIA_CHARACTERS 1
| #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
| #define GC_SETJMP_WORKS 1
| #define GC_SETJMP_WORKS 1
| #define HAVE__SETJMP 1
| #define USG /**/
| #define GNU_LINUX /**/
| #define USABLE_FIONREAD 1
| #define USABLE_SIGIO 1
| #define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
| #define TERM_HEADER "gtkutil.h"
| #define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
| #define HAVE_X_WINDOWS 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_ENVIRON_DECL 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| #define __GETOPT_PREFIX rpl_
| #define HAVE_DECL_GETENV 1
| #define restrict __restrict
| #define HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
| #define HAVE_SIGSET_T 1
| #define HAVE__BOOL 1
| #define HAVE_WCHAR_T 1
| #define HAVE_STRUCT_TM_TM_ZONE 1
| #define HAVE_TM_ZONE 1
| #define HAVE_TM_GMTOFF 1
| #define HAVE_DECL_STRTOIMAX 1
| #define HAVE_DECL_STRTOUMAX 1
| #define HAVE_WORKING_UTIMES 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_ALLOCA 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_CLOCK_SETTIME 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #define GETTIMEOFDAY_TIMEZONE struct timezone
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
| #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
| #define GNULIB_FSCANF 1
| #define GNULIB_SCANF 1
| #define my_strftime nstrftime
| #define HAVE_DECL_LOCALTIME_R 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char timer_settime ();
| int
| main ()
| {
| return timer_settime ();
|   ;
|   return 0;
| }
configure:23990: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt  -lpthread  >&5 
configure:23990: $? = 0
configure:24007: result: -lrt
configure:24036: checking for timer_settime
configure:24036: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lrt -lpthread  >&5 
configure:24036: $? = 0
configure:24036: result: yes
configure:24146: checking whether futimesat handles NULL file
configure:24179: gcc -std=gnu99 -o conftest -g3 -O2     -Wl,-znocombreloc  conftest.c -lpthread  >&5 
conftest.c: In function 'main':
conftest.c:273:11: warning: implicit declaration of function 'futimesat' [-Wimplicit-function-declaration]
configure:24179: $? = 0
configure:24179: ./conftest
configure:24179: $? = 0
configure:24190: result: yes
configure:25118: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by emacs config.status 24.3, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on d217.xyz.com

config.status:1813: creating Makefile
config.status:1813: creating lib/Makefile
config.status:1813: creating lib-src/Makefile
config.status:1813: creating oldXMenu/Makefile
config.status:1813: creating doc/emacs/Makefile
config.status:1813: creating doc/misc/Makefile
config.status:1813: creating doc/lispintro/Makefile
config.status:1813: creating doc/lispref/Makefile
config.status:1813: creating src/Makefile
config.status:1813: creating lwlib/Makefile
config.status:1813: creating lisp/Makefile
config.status:1813: creating leim/Makefile
config.status:1813: creating nextstep/Makefile
config.status:1813: creating admin/unidata/Makefile
config.status:1813: creating src/config.h
config.status:2032: executing depfiles commands
config.status:2032: executing mkdirs commands
config.status:2032: executing epaths commands
config.status:2032: executing gdbinit commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_XScreenNumberOfScreen=yes
ac_cv_func_XScreenResourceString=yes
ac_cv_func_XrmSetDatabase=yes
ac_cv_func___executable_start=yes
ac_cv_func___fpending=yes
ac_cv_func_alarm=yes
ac_cv_func_alloca_works=yes
ac_cv_func_cfmakeraw=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_clock_gettime=yes
ac_cv_func_clock_settime=yes
ac_cv_func_closedir=yes
ac_cv_func_copysign=yes
ac_cv_func_dbus_type_is_valid=no
ac_cv_func_dbus_validate_bus_name=no
ac_cv_func_dbus_validate_interface=no
ac_cv_func_dbus_validate_member=no
ac_cv_func_dbus_validate_path=no
ac_cv_func_dbus_watch_get_unix_fd=yes
ac_cv_func_difftime=yes
ac_cv_func_endgrent=yes
ac_cv_func_endpwent=yes
ac_cv_func_euidaccess=yes
ac_cv_func_fork=yes
ac_cv_func_fork_works=yes
ac_cv_func_fpathconf=yes
ac_cv_func_freeifaddrs=yes
ac_cv_func_fsync=yes
ac_cv_func_futimens=no
ac_cv_func_futimes=yes
ac_cv_func_futimesat=yes
ac_cv_func_g_type_init=yes
ac_cv_func_gai_strerror=yes
ac_cv_func_get_current_dir_name=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getcwd=yes
ac_cv_func_getdelim=yes
ac_cv_func_getgrent=yes
ac_cv_func_gethostname=yes
ac_cv_func_getifaddrs=yes
ac_cv_func_getline=yes
ac_cv_func_getloadavg=yes
ac_cv_func_getopt_long_only=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getpeername=yes
ac_cv_func_getpgrp_void=yes
ac_cv_func_getpt=yes
ac_cv_func_getpwent=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsockname=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_getwd=yes
ac_cv_func_gnutls_certificate_set_verify_function=no
ac_cv_func_grantpt=yes
ac_cv_func_gtk_adjustment_get_page_size=no
ac_cv_func_gtk_dialog_get_action_area=no
ac_cv_func_gtk_file_selection_new=yes
ac_cv_func_gtk_main=yes
ac_cv_func_gtk_orientable_set_orientation=no
ac_cv_func_gtk_widget_get_mapped=no
ac_cv_func_gtk_widget_get_sensitive=no
ac_cv_func_gtk_widget_get_window=no
ac_cv_func_gtk_widget_set_has_window=no
ac_cv_func_gtk_window_set_has_resize_grip=no
ac_cv_func_localtime_r=yes
ac_cv_func_lrand48=yes
ac_cv_func_lstat=yes
ac_cv_func_lutimes=no
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nanotime=no
ac_cv_func_posix_memalign=yes
ac_cv_func_posix_openpt=yes
ac_cv_func_pselect=yes
ac_cv_func_pthread_sigmask=yes
ac_cv_func_random=yes
ac_cv_func_readlink=yes
ac_cv_func_readlinkat=yes
ac_cv_func_recvfrom=yes
ac_cv_func_rint=yes
ac_cv_func_select=yes
ac_cv_func_sendto=yes
ac_cv_func_setitimer=yes
ac_cv_func_setlocale=yes
ac_cv_func_setpgid=yes
ac_cv_func_setrlimit=yes
ac_cv_func_setsid=yes
ac_cv_func_shutdown=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strsignal=yes
ac_cv_func_strtoimax=yes
ac_cv_func_strtoumax=yes
ac_cv_func_symlink=yes
ac_cv_func_sync=yes
ac_cv_func_timer_settime=yes
ac_cv_func_touchlock=no
ac_cv_func_tzset=yes
ac_cv_func_utimensat=no
ac_cv_func_utimes=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl_GTK_TYPE_FILE_SELECTION=yes
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getloadavg=yes
ac_cv_have_decl_localtime_r=yes
ac_cv_have_decl_png_longjmp=no
ac_cv_have_decl_strmode=no
ac_cv_have_decl_strtoimax=yes
ac_cv_have_decl_strtoumax=yes
ac_cv_have_decl_sys_siglist=yes
ac_cv_have_x='have_x=yes	ac_x_includes='\'''\''	ac_x_libraries='\'''\'''
ac_cv_header_X11_SM_SMlib_h=yes
ac_cv_header_X11_Xft_Xft_h=yes
ac_cv_header_X11_xpm_h=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_coff_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_gpm_h=yes
ac_cv_header_ifaddrs_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jerror_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_machine_soundcard_h=no
ac_cv_header_maillock_h=no
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_net_if_dl_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_png_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_soundcard_h=no
ac_cv_header_stat_broken=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_ext_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_un_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vlimit_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_term_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_header_utime_h=yes
ac_cv_header_utmp_h=yes
ac_cv_header_vfork_h=no
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_SM_SmcOpenConnection=yes
ac_cv_lib_Xbsd_main=no
ac_cv_lib_Xft_XftFontOpen=yes
ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
ac_cv_lib_Xrender_XRenderQueryExtension=yes
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_gpm_Gpm_Open=yes
ac_cv_lib_jpeg_jpeg_destroy_compress=yes
ac_cv_lib_lockfile_maillock=no
ac_cv_lib_m_sqrt=yes
ac_cv_lib_mail_maillock=no
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_lib_png_png_get_channels=yes
ac_cv_lib_pthread_pthread_self=yes
ac_cv_lib_pthreads_cma_open=no
ac_cv_lib_selinux_lgetfilecon=yes
ac_cv_lib_tiff_TIFFGetVersion=yes
ac_cv_lib_xml2_htmlReadMemory=yes
ac_cv_member_struct_ifreq_ifr_addr=yes
ac_cv_member_struct_ifreq_ifr_addr_sa_len=no
ac_cv_member_struct_ifreq_ifr_broadaddr=yes
ac_cv_member_struct_ifreq_ifr_flags=yes
ac_cv_member_struct_ifreq_ifr_hwaddr=yes
ac_cv_member_struct_ifreq_ifr_netmask=yes
ac_cv_member_struct_stat_st_atim_tv_nsec=yes
ac_cv_member_struct_stat_st_birthtim_tv_nsec=no
ac_cv_member_struct_stat_st_birthtimensec=no
ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no
ac_cv_member_struct_tm_tm_gmtoff=yes
ac_cv_member_struct_tm_tm_zone=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_GZIP_PROG=/bin/gzip
ac_cv_path_INSTALL_INFO=/sbin/install-info
ac_cv_path_MAKEINFO=/usr/bin/makeinfo
ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=-std=gnu99
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=-std=gnu99
ac_cv_prog_liblockfile=no
ac_cv_prog_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_backtrace_symbols_fd='none required'
ac_cv_search_clock_gettime=-lrt
ac_cv_search_timer_settime=-lrt
ac_cv_struct_st_dm_mode=no
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_sys_long_file_names=yes
ac_cv_type__Bool=yes
ac_cv_type_long_long_int=yes
ac_cv_type_mbstate_t=yes
ac_cv_type_mode_t=yes
ac_cv_type_nlink_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_sighandler_t=yes
ac_cv_type_sigset_t=yes
ac_cv_type_socklen_t=yes
ac_cv_type_unsigned_long_long_int=yes
ac_cv_type_volatile_sig_atomic_t=yes
ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
emacs_cv_c_restrict_arr=yes
emacs_cv_func___builtin_unwind_init=yes
emacs_cv_func__setjmp=yes
emacs_cv_langinfo_codeset=yes
emacs_cv_localtime_cache=no
emacs_cv_netdb_declares_h_errno=yes
emacs_cv_personality_linux32=yes
emacs_cv_prog_cc_g3=yes
emacs_cv_speed_t=yes
emacs_cv_usable_FIONREAD=yes
emacs_cv_usable_SIGIO=yes
emacs_cv_var_doug_lea_malloc=yes
emacs_cv_x11_version_6=yes
gl_cv_c_amsterdam_compiler=no
gl_cv_c_multiarch=no
gl_cv_decl_null_works=yes
gl_cv_decl_readlink_works=yes
gl_cv_func_c99_strtold=yes
gl_cv_func_dup2_works=yes
gl_cv_func_futimesat_works=yes
gl_cv_func_getopt_gnu=no
gl_cv_func_getopt_posix=yes
gl_cv_func_gettimeofday_clobber=no
gl_cv_func_gettimeofday_posix_signature=almost
gl_cv_func_lstat_dereferences_slashed_symlink=yes
gl_cv_func_pselect_detects_ebadf=yes
gl_cv_func_pthread_sigmask_in_libc_works=yes
gl_cv_func_pthread_sigmask_return_works=yes
gl_cv_func_pthread_sigmask_unblock_works='guessing yes'
gl_cv_func_readlink_works=yes
gl_cv_func_strtoimax=yes
gl_cv_func_symlink_works=yes
gl_cv_func_va_copy=yes
gl_cv_func_working_mktime=yes
gl_cv_func_working_utimes=yes
gl_cv_have_include_next=yes
gl_cv_header_sys_select_h_selfcontained=yes
gl_cv_header_working_stdalign_h=yes
gl_cv_header_working_stdint_h=yes
gl_cv_next_getopt_h='<getopt.h>'
gl_cv_next_inttypes_h='<inttypes.h>'
gl_cv_next_signal_h='<signal.h>'
gl_cv_next_stdint_h='<stdint.h>'
gl_cv_next_stdio_h='<stdio.h>'
gl_cv_next_stdlib_h='<stdlib.h>'
gl_cv_next_sys_select_h='<sys/select.h>'
gl_cv_next_sys_stat_h='<sys/stat.h>'
gl_cv_next_sys_time_h='<sys/time.h>'
gl_cv_next_time_h='<time.h>'
gl_cv_next_unistd_h='<unistd.h>'
gl_cv_pragma_columns=no
gl_cv_rpl_alloca=yes
gl_cv_sig_pselect=yes
gl_cv_sys_struct_timespec_in_time_h=yes
gl_cv_sys_struct_timeval=yes
gl_cv_sys_struct_timeval_tv_sec=yes
gl_cv_sys_struct_utimbuf=yes
gl_cv_time_r_posix=yes
gl_cv_type_sigset_t=yes
gt_cv_c_wchar_t=yes
gt_cv_ssize_t=yes
gt_cv_var_environ_declaration=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/build-aux/missing --run aclocal-1.11'
ALLOCA=''
ALLOCA_H='alloca.h'
ALSA_CFLAGS='-I/usr/include/alsa  '
ALSA_LIBS='-lasound  '
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cru'
AUTOCONF='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/build-aux/missing --run automake-1.11'
AWK='gawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BLESSMAIL_TARGET=''
CANNOT_DUMP='no'
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g3 -O2'
CFLAGS_SOUND=' -I/usr/include/alsa  '
COM_ERRLIB=''
CPP='gcc -E'
CPPFLAGS='  '
CRT_DIR='/usr/lib64'
CRYPTOLIB=''
CYGPATH_W='echo'
CYGWIN_OBJ=''
C_SWITCH_MACHINE=''
C_SWITCH_SYSTEM=''
C_SWITCH_X_SITE=' -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include/freetype2  '
DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include  '
DBUS_LIBS='-L/lib64 -ldbus-1  '
DBUS_OBJ='dbusbind.o'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DEPFLAGS='-MMD -MF ${DEPDIR}/$*.d -MP'
DESLIB=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXECINFO_H=''
EXEEXT=''
FONTCONFIG_CFLAGS=' '
FONTCONFIG_LIBS='-lfontconfig  '
FONT_OBJ='xfont.o ftfont.o xftfont.o ftxfont.o'
FREETYPE_CFLAGS='-I/usr/include/freetype2  '
FREETYPE_LIBS='-lfreetype  '
GCONF_CFLAGS='-DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
GCONF_LIBS='-pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0  '
GETLOADAVG_LIBS=''
GETOPT_H='getopt.h'
GL_COND_LIBTOOL_FALSE=''
GL_COND_LIBTOOL_TRUE='#'
GL_GENERATE_ALLOCA_H_FALSE='#'
GL_GENERATE_ALLOCA_H_TRUE=''
GL_GENERATE_EXECINFO_H_FALSE=''
GL_GENERATE_EXECINFO_H_TRUE='#'
GL_GENERATE_STDALIGN_H_FALSE=''
GL_GENERATE_STDALIGN_H_TRUE='#'
GL_GENERATE_STDARG_H_FALSE=''
GL_GENERATE_STDARG_H_TRUE='#'
GL_GENERATE_STDBOOL_H_FALSE=''
GL_GENERATE_STDBOOL_H_TRUE='#'
GL_GENERATE_STDDEF_H_FALSE=''
GL_GENERATE_STDDEF_H_TRUE='#'
GL_GENERATE_STDINT_H_FALSE=''
GL_GENERATE_STDINT_H_TRUE='#'
GMALLOC_OBJ=''
GNULIB_ATOLL='0'
GNULIB_CALLOC_POSIX='0'
GNULIB_CANONICALIZE_FILE_NAME='0'
GNULIB_CHDIR='0'
GNULIB_CHOWN='0'
GNULIB_CLOSE='0'
GNULIB_DPRINTF='0'
GNULIB_DUP2='1'
GNULIB_DUP3='0'
GNULIB_DUP='0'
GNULIB_ENVIRON='1'
GNULIB_EUIDACCESS='0'
GNULIB_FACCESSAT='0'
GNULIB_FCHDIR='0'
GNULIB_FCHMODAT='0'
GNULIB_FCHOWNAT='0'
GNULIB_FCLOSE='0'
GNULIB_FDATASYNC='0'
GNULIB_FDOPEN='0'
GNULIB_FFLUSH='0'
GNULIB_FGETC='1'
GNULIB_FGETS='1'
GNULIB_FOPEN='0'
GNULIB_FPRINTF='1'
GNULIB_FPRINTF_POSIX='0'
GNULIB_FPURGE='0'
GNULIB_FPUTC='1'
GNULIB_FPUTS='1'
GNULIB_FREAD='1'
GNULIB_FREOPEN='0'
GNULIB_FSCANF='1'
GNULIB_FSEEK='0'
GNULIB_FSEEKO='0'
GNULIB_FSTAT='0'
GNULIB_FSTATAT='0'
GNULIB_FSYNC='0'
GNULIB_FTELL='0'
GNULIB_FTELLO='0'
GNULIB_FTRUNCATE='0'
GNULIB_FUTIMENS='0'
GNULIB_FWRITE='1'
GNULIB_GETC='1'
GNULIB_GETCHAR='1'
GNULIB_GETCWD='0'
GNULIB_GETDELIM='0'
GNULIB_GETDOMAINNAME='0'
GNULIB_GETDTABLESIZE='0'
GNULIB_GETGROUPS='0'
GNULIB_GETHOSTNAME='0'
GNULIB_GETLINE='0'
GNULIB_GETLOADAVG='1'
GNULIB_GETLOGIN='0'
GNULIB_GETLOGIN_R='0'
GNULIB_GETPAGESIZE='0'
GNULIB_GETSUBOPT='0'
GNULIB_GETTIMEOFDAY='1'
GNULIB_GETUSERSHELL='0'
GNULIB_GL_UNISTD_H_GETOPT='1'
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='0'
GNULIB_IMAXABS='0'
GNULIB_IMAXDIV='0'
GNULIB_ISATTY='0'
GNULIB_LCHMOD='0'
GNULIB_LCHOWN='0'
GNULIB_LINK='0'
GNULIB_LINKAT='0'
GNULIB_LSEEK='0'
GNULIB_LSTAT='1'
GNULIB_MALLOC_POSIX='0'
GNULIB_MBTOWC='0'
GNULIB_MKDIRAT='0'
GNULIB_MKDTEMP='0'
GNULIB_MKFIFO='0'
GNULIB_MKFIFOAT='0'
GNULIB_MKNOD='0'
GNULIB_MKNODAT='0'
GNULIB_MKOSTEMP='0'
GNULIB_MKOSTEMPS='0'
GNULIB_MKSTEMP='0'
GNULIB_MKSTEMPS='0'
GNULIB_MKTIME='1'
GNULIB_NANOSLEEP='0'
GNULIB_OBSTACK_PRINTF='0'
GNULIB_OBSTACK_PRINTF_POSIX='0'
GNULIB_PCLOSE='0'
GNULIB_PERROR='0'
GNULIB_PIPE2='0'
GNULIB_PIPE='0'
GNULIB_POPEN='0'
GNULIB_POSIX_OPENPT='0'
GNULIB_PREAD='0'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PSELECT='1'
GNULIB_PTHREAD_SIGMASK='1'
GNULIB_PTSNAME='0'
GNULIB_PTSNAME_R='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_PWRITE='0'
GNULIB_RAISE='0'
GNULIB_RANDOM='0'
GNULIB_RANDOM_R='0'
GNULIB_READ='0'
GNULIB_READLINK='1'
GNULIB_READLINKAT='0'
GNULIB_REALLOC_POSIX='0'
GNULIB_REALPATH='0'
GNULIB_REMOVE='0'
GNULIB_RENAME='0'
GNULIB_RENAMEAT='0'
GNULIB_RMDIR='0'
GNULIB_RPMATCH='0'
GNULIB_SCANF='1'
GNULIB_SELECT='0'
GNULIB_SETENV='0'
GNULIB_SETHOSTNAME='0'
GNULIB_SIGACTION='0'
GNULIB_SIGNAL_H_SIGPIPE='0'
GNULIB_SIGPROCMASK='0'
GNULIB_SLEEP='0'
GNULIB_SNPRINTF='0'
GNULIB_SPRINTF_POSIX='0'
GNULIB_STAT='0'
GNULIB_STDIO_H_NONBLOCKING='0'
GNULIB_STDIO_H_SIGPIPE='0'
GNULIB_STRPTIME='0'
GNULIB_STRTOD='0'
GNULIB_STRTOIMAX='1'
GNULIB_STRTOLL='0'
GNULIB_STRTOULL='0'
GNULIB_STRTOUMAX='1'
GNULIB_SYMLINK='1'
GNULIB_SYMLINKAT='0'
GNULIB_SYSTEM_POSIX='0'
GNULIB_TIMEGM='0'
GNULIB_TIME_R='1'
GNULIB_TMPFILE='0'
GNULIB_TTYNAME_R='0'
GNULIB_UNISTD_H_NONBLOCKING='0'
GNULIB_UNISTD_H_SIGPIPE='0'
GNULIB_UNLINK='0'
GNULIB_UNLINKAT='0'
GNULIB_UNLOCKPT='0'
GNULIB_UNSETENV='0'
GNULIB_USLEEP='0'
GNULIB_UTIMENSAT='0'
GNULIB_VASPRINTF='0'
GNULIB_VDPRINTF='0'
GNULIB_VFPRINTF='1'
GNULIB_VFPRINTF_POSIX='0'
GNULIB_VFSCANF='0'
GNULIB_VPRINTF='1'
GNULIB_VPRINTF_POSIX='0'
GNULIB_VSCANF='0'
GNULIB_VSNPRINTF='0'
GNULIB_VSPRINTF_POSIX='0'
GNULIB_WARN_CFLAGS=''
GNULIB_WCTOMB='0'
GNULIB_WRITE='0'
GNULIB__EXIT='0'
GNUSTEP_CFLAGS=''
GNU_OBJC_CFLAGS=''
GOBJECT_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
GOBJECT_LIBS='-L/lib64 -lgobject-2.0 -lglib-2.0  '
GREP='/bin/grep'
GSETTINGS_CFLAGS=''
GSETTINGS_LIBS=''
GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12  '
GTK_LIBS='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
GTK_OBJ='gtkutil.o '
GZIP_INFO='yes'
GZIP_PROG='/bin/gzip'
HAVE_ATOLL='1'
HAVE_CANONICALIZE_FILE_NAME='1'
HAVE_CHOWN='1'
HAVE_DECL_ENVIRON='1'
HAVE_DECL_FCHDIR='1'
HAVE_DECL_FDATASYNC='1'
HAVE_DECL_FPURGE='1'
HAVE_DECL_FSEEKO='1'
HAVE_DECL_FTELLO='1'
HAVE_DECL_GETDELIM='1'
HAVE_DECL_GETDOMAINNAME='1'
HAVE_DECL_GETLINE='1'
HAVE_DECL_GETLOADAVG='1'
HAVE_DECL_GETLOGIN_R='1'
HAVE_DECL_GETPAGESIZE='1'
HAVE_DECL_GETUSERSHELL='1'
HAVE_DECL_IMAXABS='1'
HAVE_DECL_IMAXDIV='1'
HAVE_DECL_LOCALTIME_R='1'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SETENV='1'
HAVE_DECL_SETHOSTNAME='1'
HAVE_DECL_SNPRINTF='1'
HAVE_DECL_STRTOIMAX='1'
HAVE_DECL_STRTOUMAX='1'
HAVE_DECL_TTYNAME_R='1'
HAVE_DECL_UNSETENV='1'
HAVE_DECL_VSNPRINTF='1'
HAVE_DPRINTF='1'
HAVE_DUP2='1'
HAVE_DUP3='1'
HAVE_EUIDACCESS='1'
HAVE_FACCESSAT='1'
HAVE_FCHDIR='1'
HAVE_FCHMODAT='1'
HAVE_FCHOWNAT='1'
HAVE_FDATASYNC='1'
HAVE_FSEEKO='1'
HAVE_FSTATAT='1'
HAVE_FSYNC='1'
HAVE_FTELLO='1'
HAVE_FTRUNCATE='1'
HAVE_FUTIMENS='1'
HAVE_GETDTABLESIZE='1'
HAVE_GETGROUPS='1'
HAVE_GETHOSTNAME='1'
HAVE_GETLOGIN='1'
HAVE_GETOPT_H='1'
HAVE_GETPAGESIZE='1'
HAVE_GETSUBOPT='1'
HAVE_GETTIMEOFDAY='1'
HAVE_GRANTPT='1'
HAVE_GROUP_MEMBER='1'
HAVE_INTTYPES_H='1'
HAVE_LCHMOD='1'
HAVE_LCHOWN='1'
HAVE_LINK='1'
HAVE_LINKAT='1'
HAVE_LONG_LONG_INT='1'
HAVE_LSTAT='1'
HAVE_MAKEINFO='yes'
HAVE_MKDIRAT='1'
HAVE_MKDTEMP='1'
HAVE_MKFIFO='1'
HAVE_MKFIFOAT='1'
HAVE_MKNOD='1'
HAVE_MKNODAT='1'
HAVE_MKOSTEMP='1'
HAVE_MKOSTEMPS='1'
HAVE_MKSTEMP='1'
HAVE_MKSTEMPS='1'
HAVE_NANOSLEEP='1'
HAVE_OS_H='0'
HAVE_PCLOSE='1'
HAVE_PIPE2='1'
HAVE_PIPE='1'
HAVE_POPEN='1'
HAVE_POSIX_OPENPT='1'
HAVE_POSIX_SIGNALBLOCKING='1'
HAVE_PREAD='1'
HAVE_PSELECT='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTSNAME='1'
HAVE_PTSNAME_R='1'
HAVE_PWRITE='1'
HAVE_RAISE='1'
HAVE_RANDOM='1'
HAVE_RANDOM_H='1'
HAVE_RANDOM_R='1'
HAVE_READLINK='1'
HAVE_READLINKAT='1'
HAVE_REALPATH='1'
HAVE_RENAMEAT='1'
HAVE_RPMATCH='1'
HAVE_SETENV='1'
HAVE_SETHOSTNAME='1'
HAVE_SIGACTION='1'
HAVE_SIGHANDLER_T='1'
HAVE_SIGINFO_T='1'
HAVE_SIGNED_SIG_ATOMIC_T=''
HAVE_SIGNED_WCHAR_T=''
HAVE_SIGNED_WINT_T=''
HAVE_SIGSET_T='1'
HAVE_SLEEP='1'
HAVE_STDINT_H='1'
HAVE_STRPTIME='1'
HAVE_STRTOD='1'
HAVE_STRTOLL='1'
HAVE_STRTOULL='1'
HAVE_STRUCT_RANDOM_DATA='1'
HAVE_STRUCT_SIGACTION_SA_SIGACTION='1'
HAVE_STRUCT_TIMEVAL='1'
HAVE_SYMLINK='1'
HAVE_SYMLINKAT='1'
HAVE_SYS_BITYPES_H=''
HAVE_SYS_INTTYPES_H=''
HAVE_SYS_LOADAVG_H='0'
HAVE_SYS_PARAM_H='0'
HAVE_SYS_SELECT_H='1'
HAVE_SYS_TIME_H='1'
HAVE_SYS_TYPES_H='1'
HAVE_TIMEGM='1'
HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1'
HAVE_UNISTD_H='1'
HAVE_UNLINKAT='1'
HAVE_UNLOCKPT='1'
HAVE_UNSIGNED_LONG_LONG_INT='1'
HAVE_USLEEP='1'
HAVE_UTIMENSAT='1'
HAVE_VASPRINTF='1'
HAVE_VDPRINTF='1'
HAVE_WCHAR_H='1'
HAVE_WCHAR_T='1'
HAVE_WINSOCK2_H='0'
HAVE_XSERVER=''
HAVE__BOOL='1'
HAVE__EXIT='1'
IMAGEMAGICK_CFLAGS=''
IMAGEMAGICK_LIBS=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INFO_EXT='.info'
INFO_OPTS='--no-split'
INSTALL_ARCH_INDEP_EXTRA='install-etc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/sbin/install-info'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INT32_MAX_LT_INTMAX_MAX='1'
INT64_MAX_EQ_LONG_MAX='defined _LP64'
KRB4LIB=''
KRB5LIB=''
LDFLAGS=' -Wl,-znocombreloc '
LD_FIRSTFLAG='-nostdlib'
LD_SWITCH_SYSTEM=''
LD_SWITCH_SYSTEM_TEMACS='$(LD_SWITCH_X_SITE_RPATH)'
LD_SWITCH_X_SITE=''
LD_SWITCH_X_SITE_RPATH=''
LIBGIF=''
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_LIBS=''
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBGPM='-lgpm'
LIBHESIOD=''
LIBINTL=''
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBOTF_CFLAGS=''
LIBOTF_LIBS=''
LIBPNG='-lpng -lz -lm'
LIBRESOLV=''
LIBS='-lm -lxml2 -lz -lm   -lSM -lICE -lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11    -L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0   -lX11 -lpthread   -L/lib64 -ldbus-1  '
LIBSELINUX_LIBS='-lselinux'
LIBSOUND=' -lasound  '
LIBS_GNUSTEP=''
LIBS_MAIL=''
LIBS_SYSTEM=''
LIBS_TERMCAP='-lncurses'
LIBTIFF='-ltiff'
LIBXMENU=''
LIBXML2_CFLAGS='-I/usr/include/libxml2  '
LIBXML2_LIBS='-lxml2 -lz -lm  '
LIBXMU='-lXmu'
LIBXPM='-lXpm'
LIBXSM='-lSM -lICE'
LIBXTR6=''
LIBXT_OTHER='$(LIBXSM)'
LIBX_OTHER='$(LIBXT) $(LIBX_EXTRA)'
LIB_CLOCK_GETTIME='-lrt'
LIB_EXECINFO=''
LIB_GCC=''
LIB_MATH='-lm'
LIB_PTHREAD='-lpthread'
LIB_PTHREAD_SIGMASK=''
LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'
LIB_TIMER_TIME='-lrt '
LN_S='ln -s'
LTLIBINTL=''
LTLIBOBJS=''
M17N_FLT_CFLAGS=''
M17N_FLT_LIBS=''
MAKEINFO='/usr/bin/makeinfo'
MKDEPDIR='${MKDIR_P} ${DEPDIR}'
MKDIR_P='/bin/mkdir -p'
NEXT_AS_FIRST_DIRECTIVE_GETOPT_H='<getopt.h>'
NEXT_AS_FIRST_DIRECTIVE_INTTYPES_H='<inttypes.h>'
NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>'
NEXT_AS_FIRST_DIRECTIVE_STDARG_H=''
NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>'
NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>'
NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>'
NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>'
NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>'
NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>'
NEXT_GETOPT_H='<getopt.h>'
NEXT_INTTYPES_H='<inttypes.h>'
NEXT_SIGNAL_H='<signal.h>'
NEXT_STDARG_H='<stdarg.h>'
NEXT_STDDEF_H=''
NEXT_STDINT_H='<stdint.h>'
NEXT_STDIO_H='<stdio.h>'
NEXT_STDLIB_H='<stdlib.h>'
NEXT_SYS_SELECT_H='<sys/select.h>'
NEXT_SYS_STAT_H='<sys/stat.h>'
NEXT_SYS_TIME_H='<sys/time.h>'
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H='<unistd.h>'
NS_OBJ=''
NS_OBJC_OBJ=''
OBJEXT='o'
OLDXMENU='nothing'
OLDXMENU_DEPS=''
OLDXMENU_TARGET=''
OTHER_FILES=''
PACKAGE='emacs'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='emacs'
PACKAGE_STRING='emacs 24.3'
PACKAGE_TARNAME='emacs'
PACKAGE_URL=''
PACKAGE_VERSION='24.3'
PATH_SEPARATOR=':'
PAXCTL=''
PKG_CONFIG='/usr/bin/pkg-config'
POST_ALLOC_OBJ=''
PRAGMA_COLUMNS=''
PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
PRE_ALLOC_OBJ='lastfile.o'
PRIPTR_PREFIX='__PRIPTR_PREFIX'
PRI_MACROS_BROKEN='0'
PROFILING_CFLAGS=''
PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0'
PTRDIFF_T_SUFFIX=''
RALLOC_OBJ=''
RANLIB='ranlib'
REPLACE_CALLOC='0'
REPLACE_CANONICALIZE_FILE_NAME='0'
REPLACE_CHOWN='0'
REPLACE_CLOSE='0'
REPLACE_DPRINTF='0'
REPLACE_DUP2='0'
REPLACE_DUP='0'
REPLACE_FCHOWNAT='0'
REPLACE_FCLOSE='0'
REPLACE_FDOPEN='0'
REPLACE_FFLUSH='0'
REPLACE_FOPEN='0'
REPLACE_FPRINTF='0'
REPLACE_FPURGE='0'
REPLACE_FREOPEN='0'
REPLACE_FSEEK='0'
REPLACE_FSEEKO='0'
REPLACE_FSTAT='0'
REPLACE_FSTATAT='0'
REPLACE_FTELL='0'
REPLACE_FTELLO='0'
REPLACE_FTRUNCATE='0'
REPLACE_FUTIMENS='0'
REPLACE_GETCWD='0'
REPLACE_GETDELIM='0'
REPLACE_GETDOMAINNAME='0'
REPLACE_GETGROUPS='0'
REPLACE_GETLINE='0'
REPLACE_GETLOGIN_R='0'
REPLACE_GETPAGESIZE='0'
REPLACE_GETTIMEOFDAY='0'
REPLACE_ISATTY='0'
REPLACE_LCHOWN='0'
REPLACE_LINK='0'
REPLACE_LINKAT='0'
REPLACE_LOCALTIME_R='0'
REPLACE_LSEEK='0'
REPLACE_LSTAT='0'
REPLACE_MALLOC='0'
REPLACE_MBTOWC='0'
REPLACE_MKDIR='0'
REPLACE_MKFIFO='0'
REPLACE_MKNOD='0'
REPLACE_MKSTEMP='0'
REPLACE_MKTIME='0'
REPLACE_NANOSLEEP='GNULIB_PORTCHECK'
REPLACE_NULL='0'
REPLACE_OBSTACK_PRINTF='0'
REPLACE_PERROR='0'
REPLACE_POPEN='0'
REPLACE_PREAD='0'
REPLACE_PRINTF='0'
REPLACE_PSELECT='0'
REPLACE_PTHREAD_SIGMASK='1'
REPLACE_PTSNAME='0'
REPLACE_PTSNAME_R='0'
REPLACE_PUTENV='0'
REPLACE_PWRITE='0'
REPLACE_RAISE='0'
REPLACE_RANDOM_R='0'
REPLACE_READ='0'
REPLACE_READLINK='0'
REPLACE_REALLOC='0'
REPLACE_REALPATH='0'
REPLACE_REMOVE='0'
REPLACE_RENAME='0'
REPLACE_RENAMEAT='0'
REPLACE_RMDIR='0'
REPLACE_SELECT='0'
REPLACE_SETENV='0'
REPLACE_SLEEP='0'
REPLACE_SNPRINTF='0'
REPLACE_SPRINTF='0'
REPLACE_STAT='0'
REPLACE_STDIO_READ_FUNCS='0'
REPLACE_STDIO_WRITE_FUNCS='0'
REPLACE_STRTOD='0'
REPLACE_STRTOIMAX='0'
REPLACE_STRUCT_TIMEVAL='0'
REPLACE_SYMLINK='0'
REPLACE_TIMEGM='GNULIB_PORTCHECK'
REPLACE_TMPFILE='0'
REPLACE_TTYNAME_R='0'
REPLACE_UNLINK='0'
REPLACE_UNLINKAT='0'
REPLACE_UNSETENV='0'
REPLACE_USLEEP='0'
REPLACE_UTIMENSAT='0'
REPLACE_VASPRINTF='0'
REPLACE_VDPRINTF='0'
REPLACE_VFPRINTF='0'
REPLACE_VPRINTF='0'
REPLACE_VSNPRINTF='0'
REPLACE_VSPRINTF='0'
REPLACE_WCTOMB='0'
REPLACE_WRITE='0'
RSVG_CFLAGS='-I/usr/include/librsvg-2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gtk-2.0  '
RSVG_LIBS='-L/lib64 -lrsvg-2 -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
SETTINGS_CFLAGS=' -DORBIT2=1 -pthread -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include   -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  '
SETTINGS_LIBS=' -pthread -L/lib64 -lgconf-2 -lORBit-2 -lm -lgmodule-2.0 -ldl -lgthread-2.0 -lglib-2.0   -L/lib64 -lgobject-2.0 -lglib-2.0  '
SET_MAKE=''
SHELL='/bin/sh'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o'
STDALIGN_H=''
STDARG_H=''
STDBOOL_H=''
STDDEF_H=''
STDINT_H=''
STRIP=''
SUBDIR_MAKEFILES_IN=' $(srcdir)/lib/Makefile.in $(srcdir)/lib-src/Makefile.in $(srcdir)/oldXMenu/Makefile.in $(srcdir)/doc/emacs/Makefile.in $(srcdir)/doc/misc/Makefile.in $(srcdir)/doc/lispintro/Makefile.in $(srcdir)/doc/lispref/Makefile.in $(srcdir)/src/Makefile.in $(srcdir)/lwlib/Makefile.in $(srcdir)/lisp/Makefile.in $(srcdir)/leim/Makefile.in $(srcdir)/nextstep/Makefile.in $(srcdir)/admin/unidata/Makefile.in'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
TERMCAP_OBJ='terminfo.o'
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
TOOLKIT_LIBW='-L/lib64 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  '
UINT32_MAX_LT_UINTMAX_MAX='1'
UINT64_MAX_EQ_ULONG_MAX='defined _LP64'
UNEXEC_OBJ='unexelf.o'
UNISTD_H_HAVE_WINSOCK2_H='0'
UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
VERSION='24.3'
VMLIMIT_OBJ='vm-limit.o'
W32_LIBS=''
W32_OBJ=''
WARN_CFLAGS=''
WCHAR_T_SUFFIX=''
WERROR_CFLAGS=''
WIDGET_OBJ=''
WINDOWS_64_BIT_OFF_T='0'
WINDOWS_64_BIT_ST_SIZE='0'
WINDOW_SYSTEM_OBJ='fontset.o fringe.o image.o'
WINT_T_SUFFIX=''
XFT_CFLAGS='-I/usr/include/freetype2  '
XFT_LIBS='-lXrender -lXft -lXrender -lfontconfig -lfreetype -lX11  '
XMENU_OBJ='xmenu.o'
XMKMF=''
XOBJ='xterm.o xfns.o xselect.o xrdb.o xsmfns.o xsettings.o xgselect.o'
X_TOOLKIT_TYPE='none'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
bindir='${exec_prefix}/bin'
bitmapdir='/usr/include/X11/bitmaps'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cache_file='/dev/null'
canonical='x86_64-unknown-linux-gnu'
configuration='x86_64-unknown-linux-gnu'
copyright='Copyright (C) 2013 Free Software Foundation, Inc.'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datadir}/emacs/${version}/etc'
dvidir='${docdir}'
etcdir='${datadir}/emacs/${version}/etc'
exec_prefix='${prefix}'
gamedir='${localstatedir}/games/emacs'
gameuser='games'
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_FALSE='#'
gl_GNULIB_ENABLED_be453cec5eecf5731a274f2de7f2db36_TRUE=''
gl_GNULIB_ENABLED_dosname_FALSE=''
gl_GNULIB_ENABLED_dosname_TRUE='#'
gl_GNULIB_ENABLED_pathmax_FALSE=''
gl_GNULIB_ENABLED_pathmax_TRUE='#'
gl_GNULIB_ENABLED_stat_FALSE=''
gl_GNULIB_ENABLED_stat_TRUE='#'
gl_GNULIB_ENABLED_strtoll_FALSE=''
gl_GNULIB_ENABLED_strtoll_TRUE='#'
gl_GNULIB_ENABLED_strtoull_FALSE=''
gl_GNULIB_ENABLED_strtoull_TRUE='#'
gl_GNULIB_ENABLED_verify_FALSE=''
gl_GNULIB_ENABLED_verify_TRUE='#'
gl_LIBOBJS=' getopt.o getopt1.o pthread_sigmask.o'
gl_LTLIBOBJS=' getopt.lo getopt1.lo pthread_sigmask.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS='IN_EMACS_GNULIB_TESTS'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/build-aux/install-sh'
leimdir='${datadir}/emacs/${version}/leim'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
liblockfile='no'
lispdir='${datadir}/emacs/${version}/lisp'
lisppath='${locallisppath}:${standardlisppath}'
localedir='${datarootdir}/locale'
locallisppath='${datadir}/emacs/${version}/site-lisp:${datadir}/emacs/site-lisp'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
ns_appbindir=''
ns_appdir=''
ns_appresdir=''
ns_appsrc=''
ns_self_contained='no'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/james/raid/opt/emacs/releases/emacs-24.3'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2'
standardlisppath='${lispdir}:${leimdir}'
sysconfdir='${prefix}/etc'
target_alias=''
version='24.3'
x_default_search_path='/usr/share/X11/%L/%T/%N%C%S:/usr/share/X11/%l/%T/%N%C%S:/usr/share/X11/%T/%N%C%S:/usr/share/X11/%L/%T/%N%S:/usr/share/X11/%l/%T/%N%S:/usr/share/X11/%T/%N%S:/usr/lib/X11/%L/%T/%N%C%S:/usr/lib/X11/%l/%T/%N%C%S:/usr/lib/X11/%T/%N%C%S:/usr/lib/X11/%L/%T/%N%S:/usr/lib/X11/%l/%T/%N%S:/usr/lib/X11/%T/%N%S'

## ------------------- ##
## File substitutions. ##
## ------------------- ##

deps_frag='/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/src/autodeps.mk'
lisp_frag='/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/src/lisp.mk'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "emacs"
#define PACKAGE_TARNAME "emacs"
#define PACKAGE_VERSION "24.3"
#define PACKAGE_STRING "emacs 24.3"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "emacs"
#define VERSION "24.3"
#define MAIL_USE_POP 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _DARWIN_C_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1
#define SYSTEM_TYPE "gnu/linux"
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_ALSA 1
#define HAVE_SOUND 1
#define HAVE_LINUX_VERSION_H 1
#define HAVE_STDIO_EXT_H 1
#define HAVE_FCNTL_H 1
#define HAVE_PTY_H 1
#define HAVE_SYS_VLIMIT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_PWD_H 1
#define HAVE_UTMP_H 1
#define HAVE_DIRENT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_PTHREAD_H 1
#define HAVE_SYS_UN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_GETOPT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_UTIME_H 1
#define HAVE_PERSONALITY_LINUX32 1
#define HAVE_TERM_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DECL_SYS_SIGLIST 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_SPEED_T 1
#define HAVE_NET_IF_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1
#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1
#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1
#define HAVE_STRUCT_IFREQ_IFR_ADDR 1
#define HAVE_LONG_FILE_NAMES 1
#define DOUG_LEA_MALLOC 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_PTHREAD 1
#define HAVE_XKBGETKEYBOARD 1
#define HAVE_XRMSETDATABASE 1
#define HAVE_XSCREENRESOURCESTRING 1
#define HAVE_XSCREENNUMBEROFSCREEN 1
#define HAVE_X11R6 1
#define HAVE_X_I18N 1
#define HAVE_X11R6_XIM 1
#define HAVE_RSVG 1
#define HAVE_GTK_MAIN 1
#define USE_GTK 1
#define HAVE_GTK_FILE_SELECTION_NEW 1
#define HAVE_DBUS 1
#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
#define HAVE_GCONF 1
#define HAVE_G_TYPE_INIT 1
#define HAVE_LIBSELINUX 1
#define USE_TOOLKIT_SCROLL_BARS 1
#define HAVE_XIM 1
#define USE_XIM 1
#define XRegisterIMInstantiateCallback_arg6 XPointer
#define HAVE_XFT 1
#define HAVE_FREETYPE 1
#define HAVE_XPM 1
#define HAVE_JPEG 1
#define HAVE_JPEG 1
#define HAVE_PNG_H 1
#define HAVE_PNG 1
#define PNG_DEPSTRUCT /**/
#define HAVE_TIFF 1
#define HAVE_GPM 1
#define HAVE_X_SM 1
#define HAVE_LIBXML2 1
#define HAVE_H_ERRNO 1
#define HAVE_LIBM 1
#define MAIL_USE_FLOCK 1
#define HAVE_GETHOSTNAME 1
#define HAVE_CLOSEDIR 1
#define HAVE_GETRUSAGE 1
#define HAVE_GET_CURRENT_DIR_NAME 1
#define HAVE_LRAND48 1
#define HAVE_SETSID 1
#define HAVE_FPATHCONF 1
#define HAVE_SELECT 1
#define HAVE_EUIDACCESS 1
#define HAVE_GETPAGESIZE 1
#define HAVE_SETLOCALE 1
#define HAVE_UTIMES 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_SETPGID 1
#define HAVE_GETCWD 1
#define HAVE_SHUTDOWN 1
#define HAVE_GETADDRINFO 1
#define HAVE___FPENDING 1
#define HAVE_STRSIGNAL 1
#define HAVE_SETITIMER 1
#define HAVE_SENDTO 1
#define HAVE_RECVFROM 1
#define HAVE_GETSOCKNAME 1
#define HAVE_GETPEERNAME 1
#define HAVE_GETIFADDRS 1
#define HAVE_FREEIFADDRS 1
#define HAVE_GAI_STRERROR 1
#define HAVE_MKSTEMP 1
#define HAVE_GETLINE 1
#define HAVE_GETDELIM 1
#define HAVE_FSYNC 1
#define HAVE_SYNC 1
#define HAVE_DIFFTIME 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_GETPWENT 1
#define HAVE_ENDPWENT 1
#define HAVE_GETGRENT 1
#define HAVE_ENDGRENT 1
#define HAVE_CFMAKERAW 1
#define HAVE_CFSETSPEED 1
#define HAVE_COPYSIGN 1
#define HAVE___EXECUTABLE_START 1
#define HAVE_GETWD 1
#define HAVE_RANDOM 1
#define HAVE_RINT 1
#define HAVE___BUILTIN_UNWIND_INIT 1
#define HAVE_FSEEKO 1
#define GETPGRP_VOID 1
#define HAVE_GRANTPT 1
#define HAVE_GETPT 1
#define HAVE_POSIX_OPENPT 1
#define TERMINFO 1
#define HAVE_RES_INIT 1
#define HAVE_TZSET 1
#define HAVE_READLINKAT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_LSTAT 1
#define HAVE_ALARM 1
#define HAVE_PSELECT 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_READLINK 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYMLINK 1
#define HAVE_LOCALTIME_R 1
#define HAVE_FUTIMES 1
#define HAVE_FUTIMESAT 1
#define HAVE_INET_SOCKETS 1
#define HAVE_DEV_PTMX 1
#define HAVE_FORK 1
#define HAVE_VFORK 1
#define HAVE_WORKING_VFORK 1
#define HAVE_WORKING_FORK 1
#define HAVE_SNPRINTF 1
#define HAVE_LANGINFO_CODESET 1
#define HAVE_MBSTATE_T 1
#define __restrict_arr __restrict
#define AMPERSAND_FULL_NAME 1
#define CLASH_DETECTION 1
#define HAVE_PTYS 1
#define HAVE_SOCKETS 1
#define NULL_DEVICE "/dev/null"
#define SEPCHAR ':'
#define subprocesses 1
#define USER_FULL_NAME pw->pw_gecos
#define DIRECTORY_SEP '/'
#define IS_DEVICE_SEP(_c_) 0
#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))
#define HAVE_PROCFS 1
#define DEFAULT_SOUND_DEVICE "/dev/dsp"
#define INTERRUPT_INPUT 1
#define NARROWPROTO 1
#define UNIX98_PTYS 1
#define PTY_ITERATION int i; for (i = 0; i < 1; i++)
#define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
#define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)
#define PTY_NAME_SPRINTF /**/
#define SIGNALS_VIA_CHARACTERS 1
#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
#define GC_SETJMP_WORKS 1
#define GC_SETJMP_WORKS 1
#define HAVE__SETJMP 1
#define USG /**/
#define GNU_LINUX /**/
#define USABLE_FIONREAD 1
#define USABLE_SIGIO 1
#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
#define TERM_HEADER "gtkutil.h"
#define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"
#define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
#define HAVE_X_WINDOWS 1
#define HAVE_X11 1
#define HAVE_MENUS 1
#define GNU_MALLOC 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_C99_STRTOLD 1
#define HAVE_ENVIRON_DECL 1
#define HAVE_DECL_STRMODE 0
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG_ONLY 1
#define __GETOPT_PREFIX rpl_
#define HAVE_DECL_GETENV 1
#define restrict __restrict
#define HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define HAVE_SIGSET_T 1
#define HAVE__BOOL 1
#define HAVE_WCHAR_T 1
#define HAVE_STRUCT_TM_TM_ZONE 1
#define HAVE_TM_ZONE 1
#define HAVE_TM_GMTOFF 1
#define HAVE_DECL_STRTOIMAX 1
#define HAVE_DECL_STRTOUMAX 1
#define HAVE_WORKING_UTIMES 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_ALLOCA 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_CLOCK_SETTIME 1
#define HAVE_DUP2 1
#define __GETOPT_PREFIX rpl_
#define GETTIMEOFDAY_TIMEZONE struct timezone
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
#define GNULIB_FSCANF 1
#define GNULIB_SCANF 1
#define my_strftime nstrftime
#define HAVE_DECL_LOCALTIME_R 1
#define HAVE_TIMER_SETTIME 1
#define HAVE_WINDOW_SYSTEM 1
#define HAVE_MOUSE 1

configure: exit 0

^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
  2013-03-13 20:15 ` bug#13908: Unable to compile Emacs 24.3 stable James Jong
@ 2013-03-13 20:35   ` Eli Zaretskii
  2013-03-13 20:49     ` James Jong
       [not found]     ` <CAD4ivxVT53RUgh5Oicbto5MqxTeaYPevTTr0tc5hzS_O13+piA@mail.gmail.com>
  2013-03-13 22:30   ` Paul Eggert
  1 sibling, 2 replies; 22+ messages in thread
From: Eli Zaretskii @ 2013-03-13 20:35 UTC (permalink / raw)
  To: James Jong; +Cc: eggert, 13908

> Date: Wed, 13 Mar 2013 16:15:18 -0400
> From: James Jong <ribonucleico@gmail.com>
> Cc: 13908@debbugs.gnu.org
> 
> gcc -std=gnu99     -I. -I../src -I../lib -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib  -Wl,-znocombreloc   -g3 -O2 -DEMACS_NAME="\"GNU Emacs\"" \
> 	  -DVERSION="\"24.3\"" /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/etags.c \
> 	  regex.o ../lib/libgnu.a  -o etags

Add "-v -Wl,-trace" (without the quotes) to this command and post
everything that the compiler produces from this command.  Please make
sure you add these switches to the correct command, the one that
errors out, not to others.





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
  2013-03-13 20:35   ` Eli Zaretskii
@ 2013-03-13 20:49     ` James Jong
       [not found]     ` <CAD4ivxVT53RUgh5Oicbto5MqxTeaYPevTTr0tc5hzS_O13+piA@mail.gmail.com>
  1 sibling, 0 replies; 22+ messages in thread
From: James Jong @ 2013-03-13 20:49 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Paul Eggert, 13908


[-- Attachment #1.1: Type: text/plain, Size: 1055 bytes --]

Thank you Eli. Attached you can find the output of that command (which I
run from lib-src).

(resending to all)

James


On Wed, Mar 13, 2013 at 4:35 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Wed, 13 Mar 2013 16:15:18 -0400
> > From: James Jong <ribonucleico@gmail.com>
> > Cc: 13908@debbugs.gnu.org
> >
> > gcc -std=gnu99     -I. -I../src -I../lib
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib
>  -Wl,-znocombreloc   -g3 -O2 -DEMACS_NAME="\"GNU Emacs\"" \
> >         -DVERSION="\"24.3\""
> /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/etags.c
> \
> >         regex.o ../lib/libgnu.a  -o etags
>
> Add "-v -Wl,-trace" (without the quotes) to this command and post
> everything that the compiler produces from this command.  Please make
> sure you add these switches to the correct command, the one that
> errors out, not to others.
>

[-- Attachment #1.2: Type: text/html, Size: 1917 bytes --]

[-- Attachment #2: regex.log --]
[-- Type: application/octet-stream, Size: 19003 bytes --]

$ gcc -std=gnu99     -I. -I../src -I../lib -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib  -Wl,-znocombreloc   -g3 -O2 -DEMACS_NAME="\"GNU Emacs\"" \
         -DVERSION="\"24.3\"" /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/etags.c \
         regex.o ../lib/libgnu.a  -o etags -v -Wl,-trace
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../configure --enable-languages=c,c++ --disable-multilib --disable-shared --prefix=/opt/gcc-4.7.2-x86_64
Thread model: posix
gcc version 4.7.2 (GCC) 
COLLECT_GCC_OPTIONS='-std=gnu99' '-I' '.' '-I' '../src' '-I' '../lib' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib' '-g3' '-O2' '-D' 'EMACS_NAME="GNU Emacs"' '-D' 'VERSION="24.3"' '-o' 'etags' '-v' '-mtune=generic' '-march=x86-64'
 /nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/cc1 -quiet -v -I . -I ../src -I ../lib -I /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src -I /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src -I /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib -iprefix /nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/ -dD -D EMACS_NAME="GNU Emacs" -D VERSION="24.3" /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/etags.c -quiet -dumpbase etags.c -mtune=generic -march=x86-64 -auxbase etags -g3 -O2 -std=gnu99 -version -o /tmp/cc1jXomD.s
GNU C (GCC) version 4.7.2 (x86_64-unknown-linux-gnu)
	compiled by GNU C version 4.7.2, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../x86_64-unknown-linux-gnu/include"
ignoring duplicate directory "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/../../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include"
ignoring duplicate directory "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/../../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed"
ignoring nonexistent directory "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/../../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../x86_64-unknown-linux-gnu/include"
ignoring duplicate directory "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src"
ignoring duplicate directory "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src"
ignoring duplicate directory "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib"
#include "..." search starts here:
#include <...> search starts here:
 .
 ../src
 ../lib
 /nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include
 /nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed
 /usr/local/include
 /nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/../../include
 /usr/include
End of search list.
GNU C (GCC) version 4.7.2 (x86_64-unknown-linux-gnu)
	compiled by GNU C version 4.7.2, GMP version 4.3.2, MPFR version 2.4.2, MPC version 0.8.1
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 656cceb0bfca5b563c278466a8a24d68
COLLECT_GCC_OPTIONS='-std=gnu99' '-I' '.' '-I' '../src' '-I' '../lib' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib' '-g3' '-O2' '-D' 'EMACS_NAME="GNU Emacs"' '-D' 'VERSION="24.3"' '-o' 'etags' '-v' '-mtune=generic' '-march=x86-64'
 as -v -I . -I ../src -I ../lib -I /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src -I /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src -I /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib --64 -o /tmp/ccc7XlE4.o /tmp/cc1jXomD.s
GNU assembler version 2.17.50.0.6-5.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-5.el5 20061020
COMPILER_PATH=/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/:/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../libexec/gcc/
LIBRARY_PATH=/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/:/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/:/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-std=gnu99' '-I' '.' '-I' '../src' '-I' '../lib' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src' '-I' '/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib' '-g3' '-O2' '-D' 'EMACS_NAME="GNU Emacs"' '-D' 'VERSION="24.3"' '-o' 'etags' '-v' '-mtune=generic' '-march=x86-64'
 /nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.7.2/collect2 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o etags /usr/lib/../lib64/crt1.o /usr/lib/../lib64/crti.o /nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/crtbegin.o -L/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2 -L/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc -L/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/../../.. -znocombreloc /tmp/ccc7XlE4.o regex.o ../lib/libgnu.a -trace -lgcc -lc -lgcc /nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/crtend.o /usr/lib/../lib64/crtn.o
/usr/bin/ld: mode elf_x86_64
/usr/lib/../lib64/crt1.o
/usr/lib/../lib64/crti.o
/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/crtbegin.o
/tmp/ccc7XlE4.o
regex.o
(../lib/libgnu.a)c-strcasecmp.o
(../lib/libgnu.a)c-strncasecmp.o
(../lib/libgnu.a)getopt.o
(../lib/libgnu.a)getopt1.o
/lib64/libc.so.6
(/usr/lib64/libc_nonshared.a)elf-init.oS
/lib64/ld-linux-x86-64.so.2
/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/crtend.o
/usr/lib/../lib64/crtn.o
regex.o: In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccc7XlE4.o:/usr/include/bits/string3.h:160: first defined here
regex.o: In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:37: first defined here
regex.o: In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:53: first defined here
regex.o: In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:74: first defined here
regex.o: In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:95: first defined here
regex.o: In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:114: first defined here
regex.o: In function `read':
/usr/include/bits/unistd.h:35: multiple definition of `read'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:35: first defined here
regex.o: In function `pread':
/usr/include/bits/unistd.h:57: multiple definition of `pread'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:57: first defined here
regex.o: In function `pread64':
/usr/include/bits/unistd.h:77: multiple definition of `pread64'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:77: first defined here
regex.o: In function `readlink':
/usr/include/bits/unistd.h:99: multiple definition of `readlink'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:99: first defined here
regex.o: In function `readlinkat':
/usr/include/bits/unistd.h:121: multiple definition of `readlinkat'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:121: first defined here
regex.o: In function `getcwd':
/usr/include/bits/unistd.h:136: multiple definition of `getcwd'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:136: first defined here
regex.o: In function `getwd':
/usr/include/bits/unistd.h:150: multiple definition of `getwd'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:150: first defined here
regex.o: In function `confstr':
/usr/include/bits/unistd.h:165: multiple definition of `confstr'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:165: first defined here
regex.o: In function `getgroups':
/usr/include/bits/unistd.h:181: multiple definition of `getgroups'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:181: first defined here
regex.o: In function `ttyname_r':
/usr/include/bits/unistd.h:197: multiple definition of `ttyname_r'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:197: first defined here
regex.o: In function `getlogin_r':
/usr/include/bits/unistd.h:213: multiple definition of `getlogin_r'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:213: first defined here
regex.o: In function `gethostname':
/usr/include/bits/unistd.h:230: multiple definition of `gethostname'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:230: first defined here
regex.o: In function `getdomainname':
/usr/include/bits/unistd.h:248: multiple definition of `getdomainname'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:248: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccc7XlE4.o:/usr/include/bits/string3.h:160: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:37: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:53: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:74: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:95: first defined here
../lib/libgnu.a(c-strcasecmp.o): In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:114: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccc7XlE4.o:/usr/include/bits/string3.h:160: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:37: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:53: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:74: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:95: first defined here
../lib/libgnu.a(c-strncasecmp.o): In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:114: first defined here
../lib/libgnu.a(getopt.o): In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccc7XlE4.o:/usr/include/bits/string3.h:160: first defined here
../lib/libgnu.a(getopt.o): In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:37: first defined here
../lib/libgnu.a(getopt.o): In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:53: first defined here
../lib/libgnu.a(getopt.o): In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:74: first defined here
../lib/libgnu.a(getopt.o): In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:95: first defined here
../lib/libgnu.a(getopt.o): In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:114: first defined here
../lib/libgnu.a(getopt.o): In function `gets':
/usr/include/bits/stdio2.h:94: multiple definition of `gets'
/tmp/ccc7XlE4.o:/usr/include/bits/stdio2.h:94: first defined here
../lib/libgnu.a(getopt.o): In function `fgets':
/usr/include/bits/stdio2.h:109: multiple definition of `fgets'
/tmp/ccc7XlE4.o:/usr/include/bits/stdio2.h:109: first defined here
../lib/libgnu.a(getopt.o): In function `fgets_unlocked':
/usr/include/bits/stdio2.h:125: multiple definition of `fgets_unlocked'
/tmp/ccc7XlE4.o:/usr/include/bits/stdio2.h:125: first defined here
../lib/libgnu.a(getopt.o): In function `read':
/usr/include/bits/unistd.h:35: multiple definition of `read'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:35: first defined here
../lib/libgnu.a(getopt.o): In function `pread':
/usr/include/bits/unistd.h:57: multiple definition of `pread'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:57: first defined here
../lib/libgnu.a(getopt.o): In function `pread64':
/usr/include/bits/unistd.h:77: multiple definition of `pread64'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:77: first defined here
../lib/libgnu.a(getopt.o): In function `readlink':
/usr/include/bits/unistd.h:99: multiple definition of `readlink'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:99: first defined here
../lib/libgnu.a(getopt.o): In function `readlinkat':
/usr/include/bits/unistd.h:121: multiple definition of `readlinkat'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:121: first defined here
../lib/libgnu.a(getopt.o): In function `getcwd':
/usr/include/bits/unistd.h:136: multiple definition of `getcwd'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:136: first defined here
../lib/libgnu.a(getopt.o): In function `getwd':
/usr/include/bits/unistd.h:150: multiple definition of `getwd'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:150: first defined here
../lib/libgnu.a(getopt.o): In function `confstr':
/usr/include/bits/unistd.h:165: multiple definition of `confstr'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:165: first defined here
../lib/libgnu.a(getopt.o): In function `getgroups':
/usr/include/bits/unistd.h:181: multiple definition of `getgroups'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:181: first defined here
../lib/libgnu.a(getopt.o): In function `ttyname_r':
/usr/include/bits/unistd.h:197: multiple definition of `ttyname_r'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:197: first defined here
../lib/libgnu.a(getopt.o): In function `getlogin_r':
/usr/include/bits/unistd.h:213: multiple definition of `getlogin_r'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:213: first defined here
../lib/libgnu.a(getopt.o): In function `gethostname':
/usr/include/bits/unistd.h:230: multiple definition of `gethostname'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:230: first defined here
../lib/libgnu.a(getopt.o): In function `getdomainname':
/usr/include/bits/unistd.h:248: multiple definition of `getdomainname'
/tmp/ccc7XlE4.o:/usr/include/bits/unistd.h:248: first defined here
../lib/libgnu.a(getopt1.o): In function `stpncpy':
/usr/include/bits/string3.h:160: multiple definition of `stpncpy'
/tmp/ccc7XlE4.o:/usr/include/bits/string3.h:160: first defined here
../lib/libgnu.a(getopt1.o): In function `realpath':
/usr/include/bits/stdlib.h:37: multiple definition of `realpath'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:37: first defined here
../lib/libgnu.a(getopt1.o): In function `ptsname_r':
/usr/include/bits/stdlib.h:53: multiple definition of `ptsname_r'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:53: first defined here
../lib/libgnu.a(getopt1.o): In function `wctomb':
/usr/include/bits/stdlib.h:74: multiple definition of `wctomb'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:74: first defined here
../lib/libgnu.a(getopt1.o): In function `mbstowcs':
/usr/include/bits/stdlib.h:95: multiple definition of `mbstowcs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:95: first defined here
../lib/libgnu.a(getopt1.o): In function `wcstombs':
/usr/include/bits/stdlib.h:114: multiple definition of `wcstombs'
/tmp/ccc7XlE4.o:/usr/include/bits/stdlib.h:114: first defined here
../lib/libgnu.a(getopt1.o): In function `gets':
/usr/include/bits/stdio2.h:94: multiple definition of `gets'
/tmp/ccc7XlE4.o:/usr/include/bits/stdio2.h:94: first defined here
../lib/libgnu.a(getopt1.o): In function `fgets':
/usr/include/bits/stdio2.h:109: multiple definition of `fgets'
/tmp/ccc7XlE4.o:/usr/include/bits/stdio2.h:109: first defined here
../lib/libgnu.a(getopt1.o): In function `fgets_unlocked':
/usr/include/bits/stdio2.h:125: multiple definition of `fgets_unlocked'
/tmp/ccc7XlE4.o:/usr/include/bits/stdio2.h:125: first defined here
/usr/bin/ld: link errors found, deleting executable `etags'
collect2: error: ld returned 1 exit status

^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
       [not found]     ` <CAD4ivxVT53RUgh5Oicbto5MqxTeaYPevTTr0tc5hzS_O13+piA@mail.gmail.com>
@ 2013-03-13 21:02       ` Eli Zaretskii
  2013-03-13 22:13         ` James Jong
  0 siblings, 1 reply; 22+ messages in thread
From: Eli Zaretskii @ 2013-03-13 21:02 UTC (permalink / raw)
  To: James Jong; +Cc: Paul Eggert, 13908

> Date: Wed, 13 Mar 2013 16:48:47 -0400
> From: James Jong <ribonucleico@gmail.com>
> 
> Thank you Eli. Attached you can find the output of that command (which I
> run from lib-src)

Now run this command:

   gcc -std=gnu99 -E     -I. -I../src -I../lib -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib   -g3 -O2 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c -o regex.ii

and post the file regex.ii created by that command.






^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
  2013-03-13 21:02       ` Eli Zaretskii
@ 2013-03-13 22:13         ` James Jong
  0 siblings, 0 replies; 22+ messages in thread
From: James Jong @ 2013-03-13 22:13 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: Paul Eggert, 13908


[-- Attachment #1.1: Type: text/plain, Size: 876 bytes --]

Thanks a lot Eli. Attached you can find the regex.ii file created by that
command.

James


On Wed, Mar 13, 2013 at 5:02 PM, Eli Zaretskii <eliz@gnu.org> wrote:

> > Date: Wed, 13 Mar 2013 16:48:47 -0400
> > From: James Jong <ribonucleico@gmail.com>
> >
> > Thank you Eli. Attached you can find the output of that command (which I
> > run from lib-src)
>
> Now run this command:
>
>    gcc -std=gnu99 -E     -I. -I../src -I../lib
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src
> -I/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../lib
>   -g3 -O2 -DCONFIG_BROKETS -DINHIBIT_STRING_HEADER
> /home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c
> -o regex.ii
>
> and post the file regex.ii created by that command.
>
>

[-- Attachment #1.2: Type: text/html, Size: 1307 bytes --]

[-- Attachment #2: regex.ii --]
[-- Type: application/octet-stream, Size: 389781 bytes --]


# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src//"
#define __STDC__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __STDC_VERSION__ 199901L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __STDC_UTF_16__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __STDC_UTF_32__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __STDC_HOSTED__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GNUC__ 4
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GNUC_MINOR__ 7
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GNUC_PATCHLEVEL__ 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __VERSION__ "4.7.2"
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ATOMIC_RELAXED 0
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ATOMIC_SEQ_CST 5
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ATOMIC_ACQUIRE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ATOMIC_RELEASE 3
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ATOMIC_ACQ_REL 4
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ATOMIC_CONSUME 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __OPTIMIZE__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FINITE_MATH_ONLY__ 0
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define _LP64 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LP64__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_INT__ 4
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_LONG__ 8
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_LONG_LONG__ 8
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_SHORT__ 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_FLOAT__ 4
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_DOUBLE__ 8
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_LONG_DOUBLE__ 16
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_SIZE_T__ 8
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __CHAR_BIT__ 8
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __BIGGEST_ALIGNMENT__ 16
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ORDER_LITTLE_ENDIAN__ 1234
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ORDER_BIG_ENDIAN__ 4321
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ORDER_PDP_ENDIAN__ 3412
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_POINTER__ 8
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZE_TYPE__ long unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __PTRDIFF_TYPE__ long int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __WCHAR_TYPE__ int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __WINT_TYPE__ unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INTMAX_TYPE__ long int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINTMAX_TYPE__ long unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __CHAR16_TYPE__ short unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __CHAR32_TYPE__ unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIG_ATOMIC_TYPE__ int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT8_TYPE__ signed char
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT16_TYPE__ short int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT32_TYPE__ int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT64_TYPE__ long int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT8_TYPE__ unsigned char
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT16_TYPE__ short unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT32_TYPE__ unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT64_TYPE__ long unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_LEAST8_TYPE__ signed char
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_LEAST16_TYPE__ short int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_LEAST32_TYPE__ int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_LEAST64_TYPE__ long int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_LEAST8_TYPE__ unsigned char
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_LEAST16_TYPE__ short unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_LEAST32_TYPE__ unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_LEAST64_TYPE__ long unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_FAST8_TYPE__ signed char
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_FAST16_TYPE__ long int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_FAST32_TYPE__ long int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_FAST64_TYPE__ long int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_FAST8_TYPE__ unsigned char
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_FAST16_TYPE__ long unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_FAST32_TYPE__ long unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_FAST64_TYPE__ long unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INTPTR_TYPE__ long int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINTPTR_TYPE__ long unsigned int
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GXX_ABI_VERSION 1002
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SCHAR_MAX__ 127
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SHRT_MAX__ 32767
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_MAX__ 2147483647
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LONG_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LONG_LONG_MAX__ 9223372036854775807LL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __WCHAR_MAX__ 2147483647
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __WINT_MAX__ 4294967295U
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __WINT_MIN__ 0U
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __PTRDIFF_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZE_MAX__ 18446744073709551615UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INTMAX_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INTMAX_C(c) c ## L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINTMAX_MAX__ 18446744073709551615UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINTMAX_C(c) c ## UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIG_ATOMIC_MAX__ 2147483647
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT8_MAX__ 127
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT16_MAX__ 32767
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT32_MAX__ 2147483647
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT64_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT8_MAX__ 255
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT16_MAX__ 65535
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT32_MAX__ 4294967295U
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT64_MAX__ 18446744073709551615UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_LEAST8_MAX__ 127
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT8_C(c) c
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_LEAST16_MAX__ 32767
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT16_C(c) c
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_LEAST32_MAX__ 2147483647
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT32_C(c) c
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_LEAST64_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT64_C(c) c ## L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_LEAST8_MAX__ 255
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT8_C(c) c
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_LEAST16_MAX__ 65535
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT16_C(c) c
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_LEAST32_MAX__ 4294967295U
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT32_C(c) c ## U
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_LEAST64_MAX__ 18446744073709551615UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT64_C(c) c ## UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_FAST8_MAX__ 127
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_FAST16_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_FAST32_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INT_FAST64_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_FAST8_MAX__ 255
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_FAST16_MAX__ 18446744073709551615UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_FAST32_MAX__ 18446744073709551615UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINT_FAST64_MAX__ 18446744073709551615UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __INTPTR_MAX__ 9223372036854775807L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __UINTPTR_MAX__ 18446744073709551615UL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_EVAL_METHOD__ 0
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC_EVAL_METHOD__ 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_RADIX__ 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_MANT_DIG__ 24
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_DIG__ 6
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_MIN_EXP__ (-125)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_MIN_10_EXP__ (-37)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_MAX_EXP__ 128
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_MAX_10_EXP__ 38
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_DECIMAL_DIG__ 9
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_MAX__ 3.40282346638528859812e+38F
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_MIN__ 1.17549435082228750797e-38F
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_EPSILON__ 1.19209289550781250000e-7F
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_DENORM_MIN__ 1.40129846432481707092e-45F
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_HAS_DENORM__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_HAS_INFINITY__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __FLT_HAS_QUIET_NAN__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_MANT_DIG__ 53
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_DIG__ 15
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_MIN_EXP__ (-1021)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_MIN_10_EXP__ (-307)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_MAX_EXP__ 1024
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_MAX_10_EXP__ 308
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_DECIMAL_DIG__ 17
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_MAX__ ((double)1.79769313486231570815e+308L)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_MIN__ ((double)2.22507385850720138309e-308L)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_EPSILON__ ((double)2.22044604925031308085e-16L)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_DENORM_MIN__ ((double)4.94065645841246544177e-324L)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_HAS_DENORM__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_HAS_INFINITY__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DBL_HAS_QUIET_NAN__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_MANT_DIG__ 64
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_DIG__ 18
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_MIN_EXP__ (-16381)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_MIN_10_EXP__ (-4931)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_MAX_EXP__ 16384
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_MAX_10_EXP__ 4932
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DECIMAL_DIG__ 21
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_MAX__ 1.18973149535723176502e+4932L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_MIN__ 3.36210314311209350626e-4932L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_EPSILON__ 1.08420217248550443401e-19L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_HAS_DENORM__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_HAS_INFINITY__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __LDBL_HAS_QUIET_NAN__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC32_MANT_DIG__ 7
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC32_MIN_EXP__ (-94)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC32_MAX_EXP__ 97
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC32_MIN__ 1E-95DF
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC32_MAX__ 9.999999E96DF
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC32_EPSILON__ 1E-6DF
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC64_MANT_DIG__ 16
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC64_MIN_EXP__ (-382)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC64_MAX_EXP__ 385
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC64_MIN__ 1E-383DD
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC64_MAX__ 9.999999999999999E384DD
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC64_EPSILON__ 1E-15DD
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC128_MANT_DIG__ 34
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC128_MIN_EXP__ (-6142)
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC128_MAX_EXP__ 6145
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC128_MIN__ 1E-6143DL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC128_EPSILON__ 1E-33DL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __REGISTER_PREFIX__ 
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __USER_LABEL_PREFIX__ 
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GNUC_STDC_INLINE__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_BOOL_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_CHAR_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_SHORT_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_INT_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_LONG_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_LLONG_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __GCC_ATOMIC_POINTER_LOCK_FREE 2
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __PRAGMA_REDEFINE_EXTNAME 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_INT128__ 16
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_WCHAR_T__ 4
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_WINT_T__ 4
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SIZEOF_PTRDIFF_T__ 8
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __amd64 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __amd64__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __x86_64 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __x86_64__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __k8 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __k8__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __MMX__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SSE__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SSE2__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SSE_MATH__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __SSE2_MATH__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __gnu_linux__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __linux 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __linux__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define linux 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __unix 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __unix__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define unix 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __ELF__ 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define __DECIMAL_BID_FORMAT__ 1
# 1 "<command-line>"
#define CONFIG_BROKETS 1
#define INHIBIT_STRING_HEADER 1
# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
# 37 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#pragma GCC diagnostic ignored "-Wstrict-overflow"

#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#pragma GCC diagnostic ignored "-Wunused-function"
#pragma GCC diagnostic ignored "-Wunused-macros"
#pragma GCC diagnostic ignored "-Wunused-result"
#pragma GCC diagnostic ignored "-Wunused-variable"



# 1 "../src/config.h" 1
# 29 "../src/config.h"
#define EMACS_CONFIG_H 







#define AMPERSAND_FULL_NAME 1
# 81 "../src/config.h"
#define CLASH_DETECTION 1


#define COPYRIGHT "Copyright (C) 2013 Free Software Foundation, Inc."
# 107 "../src/config.h"
#define DEFAULT_SOUND_DEVICE "/dev/dsp"
# 116 "../src/config.h"
#define DIRECTORY_SEP '/'
# 130 "../src/config.h"
#define DOUG_LEA_MALLOC 1


#define EMACS_CONFIGURATION "x86_64-unknown-linux-gnu"


#define EMACS_CONFIG_OPTIONS " '--without-gif' '--prefix=/home/james/raid/opt/emacs/releases/emacs-24.3'"
# 149 "../src/config.h"
#define _FORTIFY_SOURCE 2
# 179 "../src/config.h"
#define GC_SETJMP_WORKS 1


#define GETPGRP_VOID 1






#define GETTIMEOFDAY_TIMEZONE struct timezone






#define GNULIB_FSCANF 1






#define GNULIB_SCANF 1


#define GNU_LINUX 


#define GNU_MALLOC 1
# 219 "../src/config.h"
#define HAVE_ALARM 1



#define HAVE_ALLOCA 1



#define HAVE_ALLOCA_H 1


#define HAVE_ALSA 1


#define HAVE_C99_STRTOLD 1


#define HAVE_CFMAKERAW 1


#define HAVE_CFSETSPEED 1


#define HAVE_CLOCK_GETTIME 1


#define HAVE_CLOCK_SETTIME 1


#define HAVE_CLOSEDIR 1
# 257 "../src/config.h"
#define HAVE_COPYSIGN 1


#define HAVE_DBUS 1
# 278 "../src/config.h"
#define HAVE_DBUS_WATCH_GET_UNIX_FD 1



#define HAVE_DECL_GETENV 1



#define HAVE_DECL_LOCALTIME_R 1



#define HAVE_DECL_STRMODE 0



#define HAVE_DECL_STRTOIMAX 1
# 306 "../src/config.h"
#define HAVE_DECL_STRTOUMAX 1



#define HAVE_DECL_SYS_SIGLIST 1
# 324 "../src/config.h"
#define HAVE_DEV_PTMX 1


#define HAVE_DIFFTIME 1


#define HAVE_DIRENT_H 1


#define HAVE_DUP2 1


#define HAVE_ENDGRENT 1


#define HAVE_ENDPWENT 1


#define HAVE_ENVIRON_DECL 1


#define HAVE_EUIDACCESS 1


#define HAVE_EXECINFO_H 1


#define HAVE_FCNTL_H 1


#define HAVE_FORK 1


#define HAVE_FPATHCONF 1


#define HAVE_FREEIFADDRS 1


#define HAVE_FREETYPE 1


#define HAVE_FSEEKO 1


#define HAVE_FSYNC 1





#define HAVE_FUTIMES 1


#define HAVE_FUTIMESAT 1


#define HAVE_GAI_STRERROR 1


#define HAVE_GCONF 1


#define HAVE_GETADDRINFO 1


#define HAVE_GETCWD 1


#define HAVE_GETDELIM 1


#define HAVE_GETGRENT 1


#define HAVE_GETHOSTNAME 1


#define HAVE_GETIFADDRS 1


#define HAVE_GETLINE 1


#define HAVE_GETOPT_H 1


#define HAVE_GETOPT_LONG_ONLY 1


#define HAVE_GETPAGESIZE 1


#define HAVE_GETPEERNAME 1


#define HAVE_GETPT 1


#define HAVE_GETPWENT 1


#define HAVE_GETRLIMIT 1


#define HAVE_GETRUSAGE 1


#define HAVE_GETSOCKNAME 1


#define HAVE_GETTIMEOFDAY 1


#define HAVE_GETWD 1


#define HAVE_GET_CURRENT_DIR_NAME 1
# 457 "../src/config.h"
#define HAVE_GPM 1


#define HAVE_GRANTPT 1
# 475 "../src/config.h"
#define HAVE_GTK_FILE_SELECTION_NEW 1


#define HAVE_GTK_MAIN 1
# 499 "../src/config.h"
#define HAVE_G_TYPE_INIT 1


#define HAVE_H_ERRNO 1


#define HAVE_IFADDRS_H 1





#define HAVE_INET_SOCKETS 1


#define HAVE_INTTYPES_H 1


#define HAVE_JPEG 1
# 544 "../src/config.h"
#define HAVE_LANGINFO_CODESET 1
# 586 "../src/config.h"
#define HAVE_LIBM 1
# 607 "../src/config.h"
#define HAVE_LIBSELINUX 1





#define HAVE_LIBXML2 1





#define HAVE_LINUX_VERSION_H 1


#define HAVE_LOCALTIME_R 1


#define HAVE_LONG_FILE_NAMES 1


#define HAVE_LONG_LONG_INT 1


#define HAVE_LRAND48 1


#define HAVE_LSTAT 1
# 661 "../src/config.h"
#define HAVE_MBSTATE_T 1


#define HAVE_MEMORY_H 1




#define HAVE_MENUS 1


#define HAVE_MKSTEMP 1


#define HAVE_MMAP 1


#define HAVE_MOUSE 1
# 687 "../src/config.h"
#define HAVE_NET_IF_H 1
# 703 "../src/config.h"
#define HAVE_PERSONALITY_LINUX32 1


#define HAVE_PNG 1


#define HAVE_PNG_H 1


#define HAVE_POSIX_MEMALIGN 1


#define HAVE_POSIX_OPENPT 1


#define HAVE_PROCFS 1


#define HAVE_PSELECT 1





#define HAVE_PTHREAD 1


#define HAVE_PTHREAD_H 1


#define HAVE_PTHREAD_SIGMASK 1


#define HAVE_PTYS 1


#define HAVE_PTY_H 1


#define HAVE_PWD_H 1


#define HAVE_RANDOM 1


#define HAVE_READLINK 1


#define HAVE_READLINKAT 1


#define HAVE_RECVFROM 1


#define HAVE_RES_INIT 1


#define HAVE_RINT 1


#define HAVE_RSVG 1


#define HAVE_SELECT 1


#define HAVE_SENDTO 1


#define HAVE_SETITIMER 1


#define HAVE_SETLOCALE 1


#define HAVE_SETPGID 1


#define HAVE_SETRLIMIT 1


#define HAVE_SETSID 1


#define HAVE_SHUTDOWN 1
# 803 "../src/config.h"
#define HAVE_SIGSET_T 1


#define HAVE_SNPRINTF 1


#define HAVE_SOCKETS 1


#define HAVE_SOUND 1





#define HAVE_SPEED_T 1


#define HAVE_STDINT_H 1


#define HAVE_STDIO_EXT_H 1


#define HAVE_STDLIB_H 1


#define HAVE_STRINGS_H 1


#define HAVE_STRING_H 1


#define HAVE_STRSIGNAL 1


#define HAVE_STRTOIMAX 1
# 848 "../src/config.h"
#define HAVE_STRTOUMAX 1


#define HAVE_STRUCT_IFREQ_IFR_ADDR 1





#define HAVE_STRUCT_IFREQ_IFR_BROADADDR 1


#define HAVE_STRUCT_IFREQ_IFR_FLAGS 1


#define HAVE_STRUCT_IFREQ_IFR_HWADDR 1


#define HAVE_STRUCT_IFREQ_IFR_NETMASK 1
# 881 "../src/config.h"
#define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
# 893 "../src/config.h"
#define HAVE_STRUCT_TM_TM_ZONE 1



#define HAVE_STRUCT_UTIMBUF 1





#define HAVE_SYMLINK 1


#define HAVE_SYNC 1
# 918 "../src/config.h"
#define HAVE_SYS_PARAM_H 1


#define HAVE_SYS_RESOURCE_H 1


#define HAVE_SYS_SELECT_H 1


#define HAVE_SYS_SOCKET_H 1


#define HAVE_SYS_SOUNDCARD_H 1


#define HAVE_SYS_STAT_H 1
# 942 "../src/config.h"
#define HAVE_SYS_TIME_H 1


#define HAVE_SYS_TYPES_H 1


#define HAVE_SYS_UN_H 1


#define HAVE_SYS_UTSNAME_H 1


#define HAVE_SYS_VLIMIT_H 1


#define HAVE_SYS_WAIT_H 1


#define HAVE_TERM_H 1


#define HAVE_TIFF 1


#define HAVE_TIMER_SETTIME 1


#define HAVE_TM_GMTOFF 1



#define HAVE_TM_ZONE 1
# 983 "../src/config.h"
#define HAVE_TZSET 1


#define HAVE_UNISTD_H 1


#define HAVE_UNSIGNED_LONG_LONG_INT 1
# 998 "../src/config.h"
#define HAVE_UTIMES 1


#define HAVE_UTIME_H 1


#define HAVE_UTMP_H 1


#define HAVE_VFORK 1





#define HAVE_WCHAR_H 1


#define HAVE_WCHAR_T 1


#define HAVE_WINDOW_SYSTEM 1





#define HAVE_WORKING_FORK 1


#define HAVE_WORKING_UTIMES 1


#define HAVE_WORKING_VFORK 1






#define HAVE_X11 1


#define HAVE_X11R6 1


#define HAVE_X11R6_XIM 1
# 1053 "../src/config.h"
#define HAVE_XFT 1


#define HAVE_XIM 1


#define HAVE_XKBGETKEYBOARD 1


#define HAVE_XPM 1


#define HAVE_XRMSETDATABASE 1


#define HAVE_XSCREENNUMBEROFSCREEN 1


#define HAVE_XSCREENRESOURCESTRING 1


#define HAVE_X_I18N 1


#define HAVE_X_SM 1


#define HAVE_X_WINDOWS 1


#define HAVE__BOOL 1





#define HAVE__SETJMP 1


#define HAVE___BUILTIN_UNWIND_INIT 1


#define HAVE___EXECUTABLE_START 1


#define HAVE___FPENDING 1
# 1110 "../src/config.h"
#define INTERRUPT_INPUT 1





#define IS_ANY_SEP(_c_) (IS_DIRECTORY_SEP (_c_))


#define IS_DEVICE_SEP(_c_) 0


#define IS_DIRECTORY_SEP(_c_) ((_c_) == DIRECTORY_SEP)
# 1135 "../src/config.h"
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# 1144 "../src/config.h"
#define MAIL_USE_FLOCK 1
# 1153 "../src/config.h"
#define MAIL_USE_POP 1






#define NARROWPROTO 1
# 1181 "../src/config.h"
#define NULL_DEVICE "/dev/null"
# 1190 "../src/config.h"
#define PACKAGE "emacs"


#define PACKAGE_BUGREPORT ""


#define PACKAGE_NAME "emacs"


#define PACKAGE_STRING "emacs 24.3"


#define PACKAGE_TARNAME "emacs"


#define PACKAGE_URL ""


#define PACKAGE_VERSION "24.3"


#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)




#define PNG_DEPSTRUCT 
# 1236 "../src/config.h"
#define PTY_ITERATION int i; for (i = 0; i < 1; i++)


#define PTY_NAME_SPRINTF 


#define PTY_OPEN fd = posix_openpt (O_RDWR | O_NOCTTY)


#define PTY_TTY_NAME_SPRINTF { char *ptyname = 0; sigset_t blocked; sigemptyset (&blocked); sigaddset (&blocked, SIGCHLD); pthread_sigmask (SIG_BLOCK, &blocked, 0); if (grantpt (fd) != -1 && unlockpt (fd) != -1) ptyname = ptsname(fd); pthread_sigmask (SIG_UNBLOCK, &blocked, 0); if (!ptyname) { close (fd); return -1; } snprintf (pty_name, sizeof pty_name, "%s", ptyname); }
# 1266 "../src/config.h"
#define SEPCHAR ':'
# 1275 "../src/config.h"
#define SIGNALS_VIA_CHARACTERS 1
# 1300 "../src/config.h"
#define STDC_HEADERS 1
# 1309 "../src/config.h"
#define SYSTEM_TYPE "gnu/linux"
# 1318 "../src/config.h"
#define TERMINFO 1


#define TERM_HEADER "gtkutil.h"


#define TIME_WITH_SYS_TIME 1
# 1334 "../src/config.h"
#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1
# 1347 "../src/config.h"
#define UNIX98_PTYS 1


#define USABLE_FIONREAD 1


#define USABLE_SIGIO 1


#define USER_FULL_NAME pw->pw_gecos


#define USE_GTK 1
# 1371 "../src/config.h"
#define USE_TOOLKIT_SCROLL_BARS 1


#define USE_XIM 1





#define USG 
# 1393 "../src/config.h"
#define VERSION "24.3"
# 1426 "../src/config.h"
#define XRegisterIMInstantiateCallback_arg6 XPointer






#define _DARWIN_USE_64_BIT_INODE 1
# 1460 "../src/config.h"
#define _Noreturn __attribute__ ((__noreturn__))
# 1484 "../src/config.h"
#define _ALL_SOURCE 1



#define _DARWIN_C_SOURCE 1



#define _GNU_SOURCE 1



#define _POSIX_PTHREAD_SEMANTICS 1



#define _TANDEM_SOURCE 1



#define __EXTENSIONS__ 1





#define __GETOPT_PREFIX rpl_



#define __restrict_arr __restrict
# 1532 "../src/config.h"
#define _GL_INLINE inline
#define _GL_EXTERN_INLINE extern inline
# 1549 "../src/config.h"
#define _GL_INLINE_HEADER_CONST_PRAGMA 




#define _GL_INLINE_HEADER_BEGIN _Pragma ("GCC diagnostic push") _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") _GL_INLINE_HEADER_CONST_PRAGMA




#define _GL_INLINE_HEADER_END _Pragma ("GCC diagnostic pop")







#define gl_va_copy(a,b) ((a) = (b))
# 1601 "../src/config.h"
#define my_strftime nstrftime
# 1612 "../src/config.h"
#define restrict __restrict
# 1630 "../src/config.h"
#define subprocesses 1
# 1639 "../src/config.h"
#define _GL_UNUSED __attribute__ ((__unused__))





#define _UNUSED_PARAMETER_ _GL_UNUSED



#define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))






#define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
# 1668 "../src/config.h"
# 1 "../src/conf_post.h" 1
# 37 "../src/conf_post.h"
# 1 "../lib/alloca.h" 1
# 25 "../lib/alloca.h"
#define _GL_ALLOCA_H 
# 40 "../lib/alloca.h"
#define alloca __builtin_alloca
# 38 "../src/conf_post.h" 2
# 189 "../src/conf_post.h"
# 1 "/usr/include/string.h" 1 3 4
# 24 "/usr/include/string.h" 3 4
#define _STRING_H 1

# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 1 3 4
# 30 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#define _FEATURES_H 1
# 102 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#undef __USE_ISOC99
#undef __USE_POSIX
#undef __USE_POSIX2
#undef __USE_POSIX199309
#undef __USE_POSIX199506
#undef __USE_XOPEN
#undef __USE_XOPEN_EXTENDED
#undef __USE_UNIX98
#undef __USE_XOPEN2K
#undef __USE_LARGEFILE
#undef __USE_LARGEFILE64
#undef __USE_FILE_OFFSET64
#undef __USE_BSD
#undef __USE_SVID
#undef __USE_MISC
#undef __USE_ATFILE
#undef __USE_GNU
#undef __USE_REENTRANT
#undef __USE_FORTIFY_LEVEL
#undef __FAVOR_BSD
#undef __KERNEL_STRICT_NAMES




#define __KERNEL_STRICT_NAMES 



#define __USE_ANSI 1
# 141 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#define __GNUC_PREREQ(maj,min) ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
# 158 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#undef _ISOC99_SOURCE
#define _ISOC99_SOURCE 1
#undef _POSIX_SOURCE
#define _POSIX_SOURCE 1
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200112L
#undef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#undef _XOPEN_SOURCE_EXTENDED
#define _XOPEN_SOURCE_EXTENDED 1
#undef _LARGEFILE64_SOURCE
#define _LARGEFILE64_SOURCE 1
#undef _BSD_SOURCE
#define _BSD_SOURCE 1
#undef _SVID_SOURCE
#define _SVID_SOURCE 1
#undef _ATFILE_SOURCE
#define _ATFILE_SOURCE 1
# 194 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#define __USE_ISOC99 1
# 212 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#define __USE_POSIX 1



#define __USE_POSIX2 1



#define __USE_POSIX199309 1



#define __USE_POSIX199506 1



#define __USE_XOPEN2K 1



#define __USE_XOPEN 1

#define __USE_XOPEN_EXTENDED 1
#define __USE_UNIX98 1
#undef _LARGEFILE_SOURCE
#define _LARGEFILE_SOURCE 1

#define __USE_XOPEN2K 1
#undef __USE_ISOC99
#define __USE_ISOC99 1
# 251 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#define __USE_LARGEFILE 1



#define __USE_LARGEFILE64 1







#define __USE_MISC 1



#define __USE_BSD 1



#define __USE_SVID 1



#define __USE_ATFILE 1



#define __USE_GNU 1
# 295 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#define __USE_FORTIFY_LEVEL 2
# 304 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
#define __STDC_IEC_559__ 1
#define __STDC_IEC_559_COMPLEX__ 1


#define __STDC_ISO_10646__ 200009L







#undef __GNU_LIBRARY__
#define __GNU_LIBRARY__ 6



#define __GLIBC__ 2
#define __GLIBC_MINOR__ 5

#define __GLIBC_PREREQ(maj,min) ((__GLIBC__ << 16) + __GLIBC_MINOR__ >= ((maj) << 16) + (min))







#define __GLIBC_HAVE_LONG_LONG 1





# 1 "/usr/include/sys/cdefs.h" 1 3 4
# 21 "/usr/include/sys/cdefs.h" 3 4
#define _SYS_CDEFS_H 1
# 36 "/usr/include/sys/cdefs.h" 3 4
#undef __P
#undef __PMT
# 47 "/usr/include/sys/cdefs.h" 3 4
#define __THROW __attribute__ ((__nothrow__))
#define __NTH(fct) __attribute__ ((__nothrow__)) fct
# 74 "/usr/include/sys/cdefs.h" 3 4
#define __P(args) args
#define __PMT(args) args




#define __CONCAT(x,y) x ## y
#define __STRING(x) #x


#define __ptr_t void *
#define __long_double_t long double







#define __BEGIN_DECLS 
#define __END_DECLS 
# 114 "/usr/include/sys/cdefs.h" 3 4
#define __BEGIN_NAMESPACE_STD 
#define __END_NAMESPACE_STD 
#define __USING_NAMESPACE_STD(name) 
#define __BEGIN_NAMESPACE_C99 
#define __END_NAMESPACE_C99 
#define __USING_NAMESPACE_C99(name) 





#define __bounded 
#define __unbounded 
#define __ptrvalue 




#define __bos(ptr) __builtin_object_size (ptr, __USE_FORTIFY_LEVEL > 1)
#define __bos0(ptr) __builtin_object_size (ptr, 0)
#define __warndecl(name,msg) extern void name (void)





#define __flexarr []
# 167 "/usr/include/sys/cdefs.h" 3 4
#define __REDIRECT(name,proto,alias) name proto __asm__ (__ASMNAME (#alias))




#define __REDIRECT_NTH(name,proto,alias) name proto __asm__ (__ASMNAME (#alias)) __THROW


#define __ASMNAME(cname) __ASMNAME2 (__USER_LABEL_PREFIX__, cname)
#define __ASMNAME2(prefix,cname) __STRING (prefix) cname
# 197 "/usr/include/sys/cdefs.h" 3 4
#define __attribute_malloc__ __attribute__ ((__malloc__))
# 206 "/usr/include/sys/cdefs.h" 3 4
#define __attribute_pure__ __attribute__ ((__pure__))
# 215 "/usr/include/sys/cdefs.h" 3 4
#define __attribute_used__ __attribute__ ((__used__))
#define __attribute_noinline__ __attribute__ ((__noinline__))







#define __attribute_deprecated__ __attribute__ ((__deprecated__))
# 236 "/usr/include/sys/cdefs.h" 3 4
#define __attribute_format_arg__(x) __attribute__ ((__format_arg__ (x)))
# 246 "/usr/include/sys/cdefs.h" 3 4
#define __attribute_format_strfmon__(a,b) __attribute__ ((__format__ (__strfmon__, a, b)))
# 255 "/usr/include/sys/cdefs.h" 3 4
#define __nonnull(params) __attribute__ ((__nonnull__ params))







#define __attribute_warn_unused_result__ __attribute__ ((__warn_unused_result__))


#define __wur __attribute_warn_unused_result__
# 277 "/usr/include/sys/cdefs.h" 3 4
#define __always_inline __inline __attribute__ ((__always_inline__))
# 299 "/usr/include/sys/cdefs.h" 3 4
#define __restrict_arr __restrict
# 313 "/usr/include/sys/cdefs.h" 3 4
# 1 "/usr/include/bits/wordsize.h" 1 3 4



#define __WORDSIZE 64
#define __WORDSIZE_COMPAT32 1
# 314 "/usr/include/sys/cdefs.h" 2 3 4
# 331 "/usr/include/sys/cdefs.h" 3 4
#define __LDBL_REDIR1(name,proto,alias) name proto
#define __LDBL_REDIR(name,proto) name proto
#define __LDBL_REDIR1_NTH(name,proto,alias) name proto __THROW
#define __LDBL_REDIR_NTH(name,proto) name proto __THROW
#define __LDBL_REDIR_DECL(name) 
# 339 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 2 3 4
# 361 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 3 4
# 1 "/usr/include/gnu/stubs.h" 1 3 4



# 1 "/usr/include/bits/wordsize.h" 1 3 4



#define __WORDSIZE 64
#define __WORDSIZE_COMPAT32 1
# 5 "/usr/include/gnu/stubs.h" 2 3 4




# 1 "/usr/include/gnu/stubs-64.h" 1 3 4
# 10 "/usr/include/gnu/stubs-64.h" 3 4
#define __stub___kernel_cosl 
#define __stub___kernel_rem_pio2l 
#define __stub___kernel_sinl 
#define __stub___kernel_tanl 
#define __stub_bdflush 
#define __stub_chflags 
#define __stub_fattach 
#define __stub_fchflags 
#define __stub_fdetach 
#define __stub_feupdateenv 
#define __stub_getmsg 
#define __stub_gtty 
#define __stub_lchmod 
#define __stub_lutimes 
#define __stub_putmsg 
#define __stub_revoke 
#define __stub_setlogin 
#define __stub_sigreturn 
#define __stub_sstk 
#define __stub_stty 
# 10 "/usr/include/gnu/stubs.h" 2 3 4
# 362 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/features.h" 2 3 4
# 27 "/usr/include/string.h" 2 3 4




#define __need_size_t 
#define __need_NULL 
# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 187 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#define __size_t__ 
#define __SIZE_T__ 
#define _SIZE_T 
#define _SYS_SIZE_T_H 
#define _T_SIZE_ 
#define _T_SIZE 
#define __SIZE_T 
#define _SIZE_T_ 
#define _BSD_SIZE_T_ 
#define _SIZE_T_DEFINED_ 
#define _SIZE_T_DEFINED 
#define _BSD_SIZE_T_DEFINED_ 
#define _SIZE_T_DECLARED 
#define ___int_size_t_h 
#define _GCC_SIZE_T 
#define _SIZET_ 




#define __size_t 





typedef long unsigned int size_t;
# 235 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_size_t
# 398 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef NULL




#define NULL ((void *)0)





#undef __need_NULL
# 34 "/usr/include/string.h" 2 3 4




extern void *memcpy (void *__restrict __dest,
       __const void *__restrict __src, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));


extern void *memmove (void *__dest, __const void *__src, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));






extern void *memccpy (void *__restrict __dest, __const void *__restrict __src,
        int __c, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));





extern void *memset (void *__s, int __c, size_t __n) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));


extern int memcmp (__const void *__s1, __const void *__s2, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));


extern void *memchr (__const void *__s, int __c, size_t __n)
      __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));





extern void *rawmemchr (__const void *__s, int __c)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));


extern void *memrchr (__const void *__s, int __c, size_t __n)
      __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));





extern char *strcpy (char *__restrict __dest, __const char *__restrict __src)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));

extern char *strncpy (char *__restrict __dest,
        __const char *__restrict __src, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));


extern char *strcat (char *__restrict __dest, __const char *__restrict __src)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));

extern char *strncat (char *__restrict __dest, __const char *__restrict __src,
        size_t __n) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));


extern int strcmp (__const char *__s1, __const char *__s2)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));

extern int strncmp (__const char *__s1, __const char *__s2, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));


extern int strcoll (__const char *__s1, __const char *__s2)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));

extern size_t strxfrm (char *__restrict __dest,
         __const char *__restrict __src, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));






# 1 "/usr/include/xlocale.h" 1 3 4
# 22 "/usr/include/xlocale.h" 3 4
#define _XLOCALE_H 1





typedef struct __locale_struct
{

  struct locale_data *__locales[13];


  const unsigned short int *__ctype_b;
  const int *__ctype_tolower;
  const int *__ctype_toupper;


  const char *__names[13];
} *__locale_t;
# 119 "/usr/include/string.h" 2 3 4


extern int strcoll_l (__const char *__s1, __const char *__s2, __locale_t __l)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2, 3)));

extern size_t strxfrm_l (char *__dest, __const char *__src, size_t __n,
    __locale_t __l) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 4)));




extern char *strdup (__const char *__s)
     __attribute__ ((__nothrow__)) __attribute__ ((__malloc__)) __attribute__ ((__nonnull__ (1)));






extern char *strndup (__const char *__string, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__malloc__)) __attribute__ ((__nonnull__ (1)));




#define strdupa(s) (__extension__ ({ __const char *__old = (s); size_t __len = strlen (__old) + 1; char *__new = (char *) __builtin_alloca (__len); (char *) memcpy (__new, __old, __len); }))
# 154 "/usr/include/string.h" 3 4
#define strndupa(s,n) (__extension__ ({ __const char *__old = (s); size_t __len = strnlen (__old, (n)); char *__new = (char *) __builtin_alloca (__len + 1); __new[__len] = '\0'; (char *) memcpy (__new, __old, __len); }))
# 165 "/usr/include/string.h" 3 4


extern char *strchr (__const char *__s, int __c)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));

extern char *strrchr (__const char *__s, int __c)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));





extern char *strchrnul (__const char *__s, int __c)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));





extern size_t strcspn (__const char *__s, __const char *__reject)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));


extern size_t strspn (__const char *__s, __const char *__accept)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));

extern char *strpbrk (__const char *__s, __const char *__accept)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));

extern char *strstr (__const char *__haystack, __const char *__needle)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));



extern char *strtok (char *__restrict __s, __const char *__restrict __delim)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));




extern char *__strtok_r (char *__restrict __s,
    __const char *__restrict __delim,
    char **__restrict __save_ptr)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));

extern char *strtok_r (char *__restrict __s, __const char *__restrict __delim,
         char **__restrict __save_ptr)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));




extern char *strcasestr (__const char *__haystack, __const char *__needle)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));






extern void *memmem (__const void *__haystack, size_t __haystacklen,
       __const void *__needle, size_t __needlelen)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 3)));



extern void *__mempcpy (void *__restrict __dest,
   __const void *__restrict __src, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
extern void *mempcpy (void *__restrict __dest,
        __const void *__restrict __src, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));





extern size_t strlen (__const char *__s)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));





extern size_t strnlen (__const char *__string, size_t __maxlen)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));





extern char *strerror (int __errnum) __attribute__ ((__nothrow__));

# 281 "/usr/include/string.h" 3 4
extern char *strerror_r (int __errnum, char *__buf, size_t __buflen)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));





extern void __bzero (void *__s, size_t __n) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));



extern void bcopy (__const void *__src, void *__dest, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));


extern void bzero (void *__s, size_t __n) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));


extern int bcmp (__const void *__s1, __const void *__s2, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));


extern char *index (__const char *__s, int __c)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));


extern char *rindex (__const char *__s, int __c)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1)));



extern int ffs (int __i) __attribute__ ((__nothrow__)) __attribute__ ((__const__));




extern int ffsl (long int __l) __attribute__ ((__nothrow__)) __attribute__ ((__const__));

__extension__ extern int ffsll (long long int __ll)
     __attribute__ ((__nothrow__)) __attribute__ ((__const__));




extern int strcasecmp (__const char *__s1, __const char *__s2)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));


extern int strncasecmp (__const char *__s1, __const char *__s2, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));





extern int strcasecmp_l (__const char *__s1, __const char *__s2,
    __locale_t __loc)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2, 3)));

extern int strncasecmp_l (__const char *__s1, __const char *__s2,
     size_t __n, __locale_t __loc)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2, 4)));





extern char *strsep (char **__restrict __stringp,
       __const char *__restrict __delim)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));




extern int strverscmp (__const char *__s1, __const char *__s2)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1, 2)));


extern char *strsignal (int __sig) __attribute__ ((__nothrow__));


extern char *__stpcpy (char *__restrict __dest, __const char *__restrict __src)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
extern char *stpcpy (char *__restrict __dest, __const char *__restrict __src)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));



extern char *__stpncpy (char *__restrict __dest,
   __const char *__restrict __src, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
extern char *stpncpy (char *__restrict __dest,
        __const char *__restrict __src, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));


extern char *strfry (char *__string) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));


extern void *memfrob (void *__s, size_t __n) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));






extern char *basename (__const char *__filename) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));
# 414 "/usr/include/string.h" 3 4
# 1 "/usr/include/bits/string.h" 1 3 4
# 26 "/usr/include/bits/string.h" 3 4
#define _STRING_ARCH_unaligned 1
# 415 "/usr/include/string.h" 2 3 4


# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 1 3 4
# 53 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __STRING_INLINE inline







# 1 "/usr/include/endian.h" 1 3 4
# 20 "/usr/include/endian.h" 3 4
#define _ENDIAN_H 1
# 32 "/usr/include/endian.h" 3 4
#define __LITTLE_ENDIAN 1234
#define __BIG_ENDIAN 4321
#define __PDP_ENDIAN 3412


# 1 "/usr/include/bits/endian.h" 1 3 4






#define __BYTE_ORDER __LITTLE_ENDIAN
# 38 "/usr/include/endian.h" 2 3 4




#define __FLOAT_WORD_ORDER __BYTE_ORDER



#define LITTLE_ENDIAN __LITTLE_ENDIAN
#define BIG_ENDIAN __BIG_ENDIAN
#define PDP_ENDIAN __PDP_ENDIAN
#define BYTE_ORDER __BYTE_ORDER



#define __LONG_LONG_PAIR(HI,LO) LO, HI
# 62 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 2 3 4
# 1 "/usr/include/bits/types.h" 1 3 4
# 25 "/usr/include/bits/types.h" 3 4
#define _BITS_TYPES_H 1


# 1 "/usr/include/bits/wordsize.h" 1 3 4



#define __WORDSIZE 64
#define __WORDSIZE_COMPAT32 1
# 29 "/usr/include/bits/types.h" 2 3 4

#define __need_size_t 
# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 235 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_size_t
# 409 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_NULL
# 32 "/usr/include/bits/types.h" 2 3 4


typedef unsigned char __u_char;
typedef unsigned short int __u_short;
typedef unsigned int __u_int;
typedef unsigned long int __u_long;


typedef signed char __int8_t;
typedef unsigned char __uint8_t;
typedef signed short int __int16_t;
typedef unsigned short int __uint16_t;
typedef signed int __int32_t;
typedef unsigned int __uint32_t;

typedef signed long int __int64_t;
typedef unsigned long int __uint64_t;







typedef long int __quad_t;
typedef unsigned long int __u_quad_t;
# 102 "/usr/include/bits/types.h" 3 4
#define __S16_TYPE short int
#define __U16_TYPE unsigned short int
#define __S32_TYPE int
#define __U32_TYPE unsigned int
#define __SLONGWORD_TYPE long int
#define __ULONGWORD_TYPE unsigned long int
# 121 "/usr/include/bits/types.h" 3 4
#define __SQUAD_TYPE long int
#define __UQUAD_TYPE unsigned long int
#define __SWORD_TYPE long int
#define __UWORD_TYPE unsigned long int
#define __SLONG32_TYPE int
#define __ULONG32_TYPE unsigned int
#define __S64_TYPE long int
#define __U64_TYPE unsigned long int

#define __STD_TYPE typedef



# 1 "/usr/include/bits/typesizes.h" 1 3 4
# 25 "/usr/include/bits/typesizes.h" 3 4
#define _BITS_TYPESIZES_H 1




#define __DEV_T_TYPE __UQUAD_TYPE
#define __UID_T_TYPE __U32_TYPE
#define __GID_T_TYPE __U32_TYPE
#define __INO_T_TYPE __ULONGWORD_TYPE
#define __INO64_T_TYPE __UQUAD_TYPE
#define __MODE_T_TYPE __U32_TYPE
#define __NLINK_T_TYPE __UWORD_TYPE
#define __OFF_T_TYPE __SLONGWORD_TYPE
#define __OFF64_T_TYPE __SQUAD_TYPE
#define __PID_T_TYPE __S32_TYPE
#define __RLIM_T_TYPE __ULONGWORD_TYPE
#define __RLIM64_T_TYPE __UQUAD_TYPE
#define __BLKCNT_T_TYPE __SLONGWORD_TYPE
#define __BLKCNT64_T_TYPE __SQUAD_TYPE
#define __FSBLKCNT_T_TYPE __ULONGWORD_TYPE
#define __FSBLKCNT64_T_TYPE __UQUAD_TYPE
#define __FSFILCNT_T_TYPE __ULONGWORD_TYPE
#define __FSFILCNT64_T_TYPE __UQUAD_TYPE
#define __ID_T_TYPE __U32_TYPE
#define __CLOCK_T_TYPE __SLONGWORD_TYPE
#define __TIME_T_TYPE __SLONGWORD_TYPE
#define __USECONDS_T_TYPE __U32_TYPE
#define __SUSECONDS_T_TYPE __SLONGWORD_TYPE
#define __DADDR_T_TYPE __S32_TYPE
#define __SWBLK_T_TYPE __SLONGWORD_TYPE
#define __KEY_T_TYPE __S32_TYPE
#define __CLOCKID_T_TYPE __S32_TYPE
#define __TIMER_T_TYPE void *
#define __BLKSIZE_T_TYPE __SLONGWORD_TYPE
#define __FSID_T_TYPE struct { int __val[2]; }
#define __SSIZE_T_TYPE __SWORD_TYPE


#define __FD_SETSIZE 1024
# 135 "/usr/include/bits/types.h" 2 3 4


typedef unsigned long int __dev_t;
typedef unsigned int __uid_t;
typedef unsigned int __gid_t;
typedef unsigned long int __ino_t;
typedef unsigned long int __ino64_t;
typedef unsigned int __mode_t;
typedef unsigned long int __nlink_t;
typedef long int __off_t;
typedef long int __off64_t;
typedef int __pid_t;
typedef struct { int __val[2]; } __fsid_t;
typedef long int __clock_t;
typedef unsigned long int __rlim_t;
typedef unsigned long int __rlim64_t;
typedef unsigned int __id_t;
typedef long int __time_t;
typedef unsigned int __useconds_t;
typedef long int __suseconds_t;

typedef int __daddr_t;
typedef long int __swblk_t;
typedef int __key_t;


typedef int __clockid_t;


typedef void * __timer_t;


typedef long int __blksize_t;




typedef long int __blkcnt_t;
typedef long int __blkcnt64_t;


typedef unsigned long int __fsblkcnt_t;
typedef unsigned long int __fsblkcnt64_t;


typedef unsigned long int __fsfilcnt_t;
typedef unsigned long int __fsfilcnt64_t;

typedef long int __ssize_t;



typedef __off64_t __loff_t;
typedef __quad_t *__qaddr_t;
typedef char *__caddr_t;


typedef long int __intptr_t;


typedef unsigned int __socklen_t;


#undef __STD_TYPE
# 63 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 2 3 4


#define __STRING2_SMALL_GET16(src,idx) (((__const unsigned char *) (__const char *) (src))[idx + 1] << 8 | ((__const unsigned char *) (__const char *) (src))[idx])


#define __STRING2_SMALL_GET32(src,idx) (((((__const unsigned char *) (__const char *) (src))[idx + 3] << 8 | ((__const unsigned char *) (__const char *) (src))[idx + 2]) << 8 | ((__const unsigned char *) (__const char *) (src))[idx + 1]) << 8 | ((__const unsigned char *) (__const char *) (src))[idx])
# 102 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __string2_1bptr_p(__x) ((size_t)(const void *)((__x) + 1) - (size_t)(const void *)(__x) == 1)
# 204 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __bzero(s,n) __builtin_memset (s, '\0', n)
# 216 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __mempcpy(dest,src,n) __builtin_mempcpy (dest, src, n)
# 232 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define mempcpy(dest,src,n) __mempcpy (dest, src, n)
# 403 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
extern void *__rawmemchr (const void *__s, int __c);

#define strchr(s,c) (__extension__ (__builtin_constant_p (c) && !__builtin_constant_p (s) && (c) == '\0' ? (char *) __rawmemchr (s, c) : __builtin_strchr (s, c)))
# 586 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __stpcpy(dest,src) __builtin_stpcpy (dest, src)
# 607 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define stpcpy(dest,src) __stpcpy (dest, src)
# 770 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define strncpy(dest,src,n) __builtin_strncpy (dest, src, n)
# 794 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define strncat(dest,src,n) __builtin_strncat (dest, src, n)
# 809 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define strcmp(s1,s2) __extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (s1) && __builtin_constant_p (s2) && (__s1_len = strlen (s1), __s2_len = strlen (s2), (!__string2_1bptr_p (s1) || __s1_len >= 4) && (!__string2_1bptr_p (s2) || __s2_len >= 4)) ? __builtin_strcmp (s1, s2) : (__builtin_constant_p (s1) && __string2_1bptr_p (s1) && (__s1_len = strlen (s1), __s1_len < 4) ? (__builtin_constant_p (s2) && __string2_1bptr_p (s2) ? __builtin_strcmp (s1, s2) : __strcmp_cg (s1, s2, __s1_len)) : (__builtin_constant_p (s2) && __string2_1bptr_p (s2) && (__s2_len = strlen (s2), __s2_len < 4) ? (__builtin_constant_p (s1) && __string2_1bptr_p (s1) ? __builtin_strcmp (s1, s2) : __strcmp_gc (s1, s2, __s2_len)) : __builtin_strcmp (s1, s2)))); })
# 851 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __strcmp_cc(s1,s2,l) (__extension__ ({ register int __result = (((__const unsigned char *) (__const char *) (s1))[0] - ((__const unsigned char *) (__const char *)(s2))[0]); if (l > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (s1))[1] - ((__const unsigned char *) (__const char *) (s2))[1]); if (l > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (s1))[2] - ((__const unsigned char *) (__const char *) (s2))[2]); if (l > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (s1))[3] - ((__const unsigned char *) (__const char *) (s2))[3]); } } __result; }))
# 878 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __strcmp_cg(s1,s2,l1) (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) (s2); register int __result = (((__const unsigned char *) (__const char *) (s1))[0] - __s2[0]); if (l1 > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (s1))[1] - __s2[1]); if (l1 > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (s1))[2] - __s2[2]); if (l1 > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (s1))[3] - __s2[3]); } } __result; }))
# 900 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __strcmp_gc(s1,s2,l2) (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (s1); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) (s2))[0]; if (l2 > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) (s2))[1]); if (l2 > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) (s2))[2]); if (l2 > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) (s2))[3]); } } __result; }))
# 929 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define strncmp(s1,s2,n) (__extension__ (__builtin_constant_p (n) && ((__builtin_constant_p (s1) && strlen (s1) < ((size_t) (n))) || (__builtin_constant_p (s2) && strlen (s2) < ((size_t) (n)))) ? strcmp (s1, s2) : strncmp (s1, s2, n)))
# 944 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define strcspn(s,reject) __extension__ ({ char __r0, __r1, __r2; (__builtin_constant_p (reject) && __string2_1bptr_p (reject) ? ((__builtin_constant_p (s) && __string2_1bptr_p (s)) ? __builtin_strcspn (s, reject) : ((__r0 = ((__const char *) (reject))[0], __r0 == '\0') ? strlen (s) : ((__r1 = ((__const char *) (reject))[1], __r1 == '\0') ? __strcspn_c1 (s, __r0) : ((__r2 = ((__const char *) (reject))[2], __r2 == '\0') ? __strcspn_c2 (s, __r0, __r1) : (((__const char *) (reject))[3] == '\0' ? __strcspn_c3 (s, __r0, __r1, __r2) : __builtin_strcspn (s, reject)))))) : __builtin_strcspn (s, reject)); })
# 978 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
inline size_t __strcspn_c1 (__const char *__s, int __reject);
inline size_t
__strcspn_c1 (__const char *__s, int __reject)
{
  register size_t __result = 0;
  while (__s[__result] != '\0' && __s[__result] != __reject)
    ++__result;
  return __result;
}

inline size_t __strcspn_c2 (__const char *__s, int __reject1,
         int __reject2);
inline size_t
__strcspn_c2 (__const char *__s, int __reject1, int __reject2)
{
  register size_t __result = 0;
  while (__s[__result] != '\0' && __s[__result] != __reject1
  && __s[__result] != __reject2)
    ++__result;
  return __result;
}

inline size_t __strcspn_c3 (__const char *__s, int __reject1,
         int __reject2, int __reject3);
inline size_t
__strcspn_c3 (__const char *__s, int __reject1, int __reject2,
       int __reject3)
{
  register size_t __result = 0;
  while (__s[__result] != '\0' && __s[__result] != __reject1
  && __s[__result] != __reject2 && __s[__result] != __reject3)
    ++__result;
  return __result;
}
# 1020 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define strspn(s,accept) __extension__ ({ char __a0, __a1, __a2; (__builtin_constant_p (accept) && __string2_1bptr_p (accept) ? ((__builtin_constant_p (s) && __string2_1bptr_p (s)) ? __builtin_strspn (s, accept) : ((__a0 = ((__const char *) (accept))[0], __a0 == '\0') ? ((void) (s), 0) : ((__a1 = ((__const char *) (accept))[1], __a1 == '\0') ? __strspn_c1 (s, __a0) : ((__a2 = ((__const char *) (accept))[2], __a2 == '\0') ? __strspn_c2 (s, __a0, __a1) : (((__const char *) (accept))[3] == '\0' ? __strspn_c3 (s, __a0, __a1, __a2) : __builtin_strspn (s, accept)))))) : __builtin_strspn (s, accept)); })
# 1054 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
inline size_t __strspn_c1 (__const char *__s, int __accept);
inline size_t
__strspn_c1 (__const char *__s, int __accept)
{
  register size_t __result = 0;

  while (__s[__result] == __accept)
    ++__result;
  return __result;
}

inline size_t __strspn_c2 (__const char *__s, int __accept1,
        int __accept2);
inline size_t
__strspn_c2 (__const char *__s, int __accept1, int __accept2)
{
  register size_t __result = 0;

  while (__s[__result] == __accept1 || __s[__result] == __accept2)
    ++__result;
  return __result;
}

inline size_t __strspn_c3 (__const char *__s, int __accept1,
        int __accept2, int __accept3);
inline size_t
__strspn_c3 (__const char *__s, int __accept1, int __accept2, int __accept3)
{
  register size_t __result = 0;

  while (__s[__result] == __accept1 || __s[__result] == __accept2
  || __s[__result] == __accept3)
    ++__result;
  return __result;
}







#define strpbrk(s,accept) __extension__ ({ char __a0, __a1, __a2; (__builtin_constant_p (accept) && __string2_1bptr_p (accept) ? ((__builtin_constant_p (s) && __string2_1bptr_p (s)) ? __builtin_strpbrk (s, accept) : ((__a0 = ((__const char *) (accept))[0], __a0 == '\0') ? ((void) (s), (char *) NULL) : ((__a1 = ((__const char *) (accept))[1], __a1 == '\0') ? __builtin_strchr (s, __a0) : ((__a2 = ((__const char *) (accept))[2], __a2 == '\0') ? __strpbrk_c2 (s, __a0, __a1) : (((__const char *) (accept))[3] == '\0' ? __strpbrk_c3 (s, __a0, __a1, __a2) : __builtin_strpbrk (s, accept)))))) : __builtin_strpbrk (s, accept)); })
# 1130 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
inline char *__strpbrk_c2 (__const char *__s, int __accept1,
         int __accept2);
inline char *
__strpbrk_c2 (__const char *__s, int __accept1, int __accept2)
{

  while (*__s != '\0' && *__s != __accept1 && *__s != __accept2)
    ++__s;
  return *__s == '\0' ? ((void *)0) : (char *) (size_t) __s;
}

inline char *__strpbrk_c3 (__const char *__s, int __accept1,
         int __accept2, int __accept3);
inline char *
__strpbrk_c3 (__const char *__s, int __accept1, int __accept2,
       int __accept3)
{

  while (*__s != '\0' && *__s != __accept1 && *__s != __accept2
  && *__s != __accept3)
    ++__s;
  return *__s == '\0' ? ((void *)0) : (char *) (size_t) __s;
}
# 1173 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __strtok_r(s,sep,nextp) (__extension__ (__builtin_constant_p (sep) && __string2_1bptr_p (sep) ? (((__const char *) (sep))[0] != '\0' && ((__const char *) (sep))[1] == '\0' ? __strtok_r_1c (s, ((__const char *) (sep))[0], nextp) : __strtok_r (s, sep, nextp)) : __strtok_r (s, sep, nextp)))
# 1182 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
inline char *__strtok_r_1c (char *__s, char __sep, char **__nextp);
inline char *
__strtok_r_1c (char *__s, char __sep, char **__nextp)
{
  char *__result;
  if (__s == ((void *)0))
    __s = *__nextp;
  while (*__s == __sep)
    ++__s;
  __result = ((void *)0);
  if (*__s != '\0')
    {
      __result = __s++;
      while (*__s != '\0')
 if (*__s++ == __sep)
   {
     __s[-1] = '\0';
     break;
   }
      *__nextp = __s;
    }
  return __result;
}

#define strtok_r(s,sep,nextp) __strtok_r (s, sep, nextp)







extern char *__strsep_g (char **__stringp, __const char *__delim);
#define __strsep(s,reject) __extension__ ({ char __r0, __r1, __r2; (__builtin_constant_p (reject) && __string2_1bptr_p (reject) && (__r0 = ((__const char *) (reject))[0], ((__const char *) (reject))[0] != '\0') ? ((__r1 = ((__const char *) (reject))[1], ((__const char *) (reject))[1] == '\0') ? __strsep_1c (s, __r0) : ((__r2 = ((__const char *) (reject))[2], __r2 == '\0') ? __strsep_2c (s, __r0, __r1) : (((__const char *) (reject))[3] == '\0' ? __strsep_3c (s, __r0, __r1, __r2) : __strsep_g (s, reject)))) : __strsep_g (s, reject)); })
# 1232 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
inline char *__strsep_1c (char **__s, char __reject);
inline char *
__strsep_1c (char **__s, char __reject)
{
  register char *__retval = *__s;
  if (__retval != ((void *)0) && (*__s = (__extension__ (__builtin_constant_p (__reject) && !__builtin_constant_p (__retval) && (__reject) == '\0' ? (char *) __rawmemchr (__retval, __reject) : __builtin_strchr (__retval, __reject)))) != ((void *)0))
    *(*__s)++ = '\0';
  return __retval;
}

inline char *__strsep_2c (char **__s, char __reject1, char __reject2);
inline char *
__strsep_2c (char **__s, char __reject1, char __reject2)
{
  register char *__retval = *__s;
  if (__retval != ((void *)0))
    {
      register char *__cp = __retval;
      while (1)
 {
   if (*__cp == '\0')
     {
       __cp = ((void *)0);
   break;
     }
   if (*__cp == __reject1 || *__cp == __reject2)
     {
       *__cp++ = '\0';
       break;
     }
   ++__cp;
 }
      *__s = __cp;
    }
  return __retval;
}

inline char *__strsep_3c (char **__s, char __reject1, char __reject2,
       char __reject3);
inline char *
__strsep_3c (char **__s, char __reject1, char __reject2, char __reject3)
{
  register char *__retval = *__s;
  if (__retval != ((void *)0))
    {
      register char *__cp = __retval;
      while (1)
 {
   if (*__cp == '\0')
     {
       __cp = ((void *)0);
   break;
     }
   if (*__cp == __reject1 || *__cp == __reject2 || *__cp == __reject3)
     {
       *__cp++ = '\0';
       break;
     }
   ++__cp;
 }
      *__s = __cp;
    }
  return __retval;
}

#define strsep(s,reject) __strsep (s, reject)
# 1307 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define __need_malloc_and_calloc 
# 1 "../lib/stdlib.h" 1 3 4
# 20 "../lib/stdlib.h" 3 4
       
# 21 "../lib/stdlib.h" 3






# 1 "/usr/include/stdlib.h" 1 3 4
# 28 "/usr/include/stdlib.h" 3 4
#define __need_size_t 




# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 235 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_size_t
# 409 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_NULL
# 34 "/usr/include/stdlib.h" 2 3 4


# 586 "/usr/include/stdlib.h" 3 4
#define __malloc_and_calloc_defined 


extern void *malloc (size_t __size) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__)) __attribute__ ((__warn_unused_result__));

extern void *calloc (size_t __nmemb, size_t __size)
     __attribute__ ((__nothrow__)) __attribute__ ((__malloc__)) __attribute__ ((__warn_unused_result__));

# 975 "/usr/include/stdlib.h" 3 4
#undef __need_malloc_and_calloc


# 28 "../lib/stdlib.h" 2 3
# 1309 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 2 3 4




extern char *__strdup (__const char *__string) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__));
#define __strdup(s) (__extension__ (__builtin_constant_p (s) && __string2_1bptr_p (s) ? (((__const char *) (s))[0] == '\0' ? (char *) calloc (1, 1) : ({ size_t __len = strlen (s) + 1; char *__retval = (char *) malloc (__len); if (__retval != NULL) __retval = (char *) memcpy (__retval, s, __len); __retval; })) : __strdup (s)))
# 1326 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define strdup(s) __strdup (s)





extern char *__strndup (__const char *__string, size_t __n)
     __attribute__ ((__nothrow__)) __attribute__ ((__malloc__));
#define __strndup(s,n) (__extension__ (__builtin_constant_p (s) && __string2_1bptr_p (s) ? (((__const char *) (s))[0] == '\0' ? (char *) calloc (1, 1) : ({ size_t __len = strlen (s) + 1; size_t __n = (n); char *__retval; if (__n < __len) __len = __n + 1; __retval = (char *) malloc (__len); if (__retval != NULL) { __retval[__len - 1] = '\0'; __retval = (char *) memcpy (__retval, s, __len - 1); } __retval; })) : __strndup (s, n)))
# 1354 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/bits/string2.h" 3 4
#define strndup(s,n) __strndup (s, n)






#undef __STRING_INLINE
# 418 "/usr/include/string.h" 2 3 4




# 1 "/usr/include/bits/string3.h" 1 3 4
# 26 "/usr/include/bits/string3.h" 3 4
#undef memcpy
#undef memmove
#undef memset
#undef strcat
#undef strcpy
#undef strncat
#undef strncpy

#undef mempcpy
#undef stpcpy


#undef bcopy
#undef bzero



#define memcpy(dest,src,len) ((__bos0 (dest) != (size_t) -1) ? __builtin___memcpy_chk (dest, src, len, __bos0 (dest)) : __memcpy_ichk (dest, src, len))



static __inline __attribute__ ((__always_inline__)) void *
__attribute__ ((__nothrow__)) __memcpy_ichk (void *__restrict __dest, __const void *__restrict __src, size_t __len)

{
  return __builtin___memcpy_chk (__dest, __src, __len, __builtin_object_size (__dest, 0));
}


#define memmove(dest,src,len) ((__bos0 (dest) != (size_t) -1) ? __builtin___memmove_chk (dest, src, len, __bos0 (dest)) : __memmove_ichk (dest, src, len))



static __inline __attribute__ ((__always_inline__)) void *
__attribute__ ((__nothrow__)) __memmove_ichk (void *__dest, __const void *__src, size_t __len)
{
  return __builtin___memmove_chk (__dest, __src, __len, __builtin_object_size (__dest, 0));
}



#define mempcpy(dest,src,len) ((__bos0 (dest) != (size_t) -1) ? __builtin___mempcpy_chk (dest, src, len, __bos0 (dest)) : __mempcpy_ichk (dest, src, len))



static __inline __attribute__ ((__always_inline__)) void *
__attribute__ ((__nothrow__)) __mempcpy_ichk (void *__restrict __dest, __const void *__restrict __src, size_t __len)

{
  return __builtin___mempcpy_chk (__dest, __src, __len, __builtin_object_size (__dest, 0));
}
# 85 "/usr/include/bits/string3.h" 3 4
extern void __warn_memset_zero_len (void)
                                                                                                   ;
#define memset(dest,ch,len) (__builtin_constant_p (len) && (len) == 0 ? (__warn_memset_zero_len (), (void) (ch), (void) (len), (void *) (dest)) : ((__bos0 (dest) != (size_t) -1) ? __builtin___memset_chk (dest, ch, len, __bos0 (dest)) : __memset_ichk (dest, ch, len)))





static __inline __attribute__ ((__always_inline__)) void *
__attribute__ ((__nothrow__)) __memset_ichk (void *__dest, int __ch, size_t __len)
{
  return __builtin___memset_chk (__dest, __ch, __len, __builtin_object_size (__dest, 0));
}


#define bcopy(src,dest,len) ((void) ((__bos0 (dest) != (size_t) -1) ? __builtin___memmove_chk (dest, src, len, __bos0 (dest)) : __memmove_ichk (dest, src, len)))



#define bzero(dest,len) ((void) ((__bos0 (dest) != (size_t) -1) ? __builtin___memset_chk (dest, '\0', len, __bos0 (dest)) : __memset_ichk (dest, '\0', len)))






#define strcpy(dest,src) ((__bos (dest) != (size_t) -1) ? __builtin___strcpy_chk (dest, src, __bos (dest)) : __strcpy_ichk (dest, src))



static __inline __attribute__ ((__always_inline__)) char *
__attribute__ ((__nothrow__)) __strcpy_ichk (char *__restrict __dest, __const char *__restrict __src)
{
  return __builtin___strcpy_chk (__dest, __src, __builtin_object_size (__dest, 2 > 1));
}



#define stpcpy(dest,src) ((__bos (dest) != (size_t) -1) ? __builtin___stpcpy_chk (dest, src, __bos (dest)) : __stpcpy_ichk (dest, src))



static __inline __attribute__ ((__always_inline__)) char *
__attribute__ ((__nothrow__)) __stpcpy_ichk (char *__restrict __dest, __const char *__restrict __src)
{
  return __builtin___stpcpy_chk (__dest, __src, __builtin_object_size (__dest, 2 > 1));
}



#define strncpy(dest,src,len) ((__bos (dest) != (size_t) -1) ? __builtin___strncpy_chk (dest, src, len, __bos (dest)) : __strncpy_ichk (dest, src, len))



static __inline __attribute__ ((__always_inline__)) char *
__attribute__ ((__nothrow__)) __strncpy_ichk (char *__restrict __dest, __const char *__restrict __src, size_t __len)

{
  return __builtin___strncpy_chk (__dest, __src, __len, __builtin_object_size (__dest, 2 > 1));
}



extern char *__stpncpy_chk (char *__dest, __const char *__src, size_t __n,
       size_t __destlen) __attribute__ ((__nothrow__));
extern char *__stpncpy_alias (char *__dest, __const char *__src, size_t __n) __asm__ ("" "stpncpy") __attribute__ ((__nothrow__))

                                 ;

extern __inline __attribute__ ((__always_inline__)) char *
__attribute__ ((__nothrow__)) stpncpy (char *__dest, __const char *__src, size_t __n)
{
  if (__builtin_object_size (__dest, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__n) || __n <= __builtin_object_size (__dest, 2 > 1)))
    return __stpncpy_chk (__dest, __src, __n, __builtin_object_size (__dest, 2 > 1));
  return __stpncpy_alias (__dest, __src, __n);
}


#define strcat(dest,src) ((__bos (dest) != (size_t) -1) ? __builtin___strcat_chk (dest, src, __bos (dest)) : __strcat_ichk (dest, src))



static __inline __attribute__ ((__always_inline__)) char *
__attribute__ ((__nothrow__)) __strcat_ichk (char *__restrict __dest, __const char *__restrict __src)
{
  return __builtin___strcat_chk (__dest, __src, __builtin_object_size (__dest, 2 > 1));
}


#define strncat(dest,src,len) ((__bos (dest) != (size_t) -1) ? __builtin___strncat_chk (dest, src, len, __bos (dest)) : __strncat_ichk (dest, src, len))



static __inline __attribute__ ((__always_inline__)) char *
__attribute__ ((__nothrow__)) __strncat_ichk (char *__restrict __dest, __const char *__restrict __src, size_t __len)

{
  return __builtin___strncat_chk (__dest, __src, __len, __builtin_object_size (__dest, 2 > 1));
}
# 423 "/usr/include/string.h" 2 3 4




# 190 "../src/conf_post.h" 2
# 1 "../lib/stdlib.h" 1
# 20 "../lib/stdlib.h"
       
# 21 "../lib/stdlib.h" 3
# 35 "../lib/stdlib.h" 3
# 1 "/usr/include/stdlib.h" 1 3 4
# 28 "/usr/include/stdlib.h" 3 4
#define __need_size_t 

#define __need_wchar_t 
#define __need_NULL 

# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 235 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_size_t
# 264 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#define __wchar_t__ 
#define __WCHAR_T__ 
#define _WCHAR_T 
#define _T_WCHAR_ 
#define _T_WCHAR 
#define __WCHAR_T 
#define _WCHAR_T_ 
#define _BSD_WCHAR_T_ 
#define _WCHAR_T_DEFINED_ 
#define _WCHAR_T_DEFINED 
#define _WCHAR_T_H 
#define ___int_wchar_t_h 
#define __INT_WCHAR_T_H 
#define _GCC_WCHAR_T 
#define _WCHAR_T_DECLARED 
# 291 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef _BSD_WCHAR_T_
# 325 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
typedef int wchar_t;
# 344 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_wchar_t
# 398 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef NULL




#define NULL ((void *)0)





#undef __need_NULL
# 34 "/usr/include/stdlib.h" 2 3 4




#define _STDLIB_H 1



# 1 "/usr/include/bits/waitflags.h" 1 3 4
# 26 "/usr/include/bits/waitflags.h" 3 4
#define WNOHANG 1
#define WUNTRACED 2


#define WSTOPPED 2
#define WEXITED 4
#define WCONTINUED 8
#define WNOWAIT 0x01000000

#define __WNOTHREAD 0x20000000

#define __WALL 0x40000000
#define __WCLONE 0x80000000
# 43 "/usr/include/stdlib.h" 2 3 4
# 1 "/usr/include/bits/waitstatus.h" 1 3 4
# 29 "/usr/include/bits/waitstatus.h" 3 4
#define __WEXITSTATUS(status) (((status) & 0xff00) >> 8)


#define __WTERMSIG(status) ((status) & 0x7f)


#define __WSTOPSIG(status) __WEXITSTATUS(status)


#define __WIFEXITED(status) (__WTERMSIG(status) == 0)


#define __WIFSIGNALED(status) (((signed char) (((status) & 0x7f) + 1) >> 1) > 0)



#define __WIFSTOPPED(status) (((status) & 0xff) == 0x7f)




#define __WIFCONTINUED(status) ((status) == __W_CONTINUED)



#define __WCOREDUMP(status) ((status) & __WCOREFLAG)


#define __W_EXITCODE(ret,sig) ((ret) << 8 | (sig))
#define __W_STOPCODE(sig) ((sig) << 8 | 0x7f)
#define __W_CONTINUED 0xffff
#define __WCOREFLAG 0x80






union wait
  {
    int w_status;
    struct
      {

 unsigned int __w_termsig:7;
 unsigned int __w_coredump:1;
 unsigned int __w_retcode:8;
 unsigned int:16;







      } __wait_terminated;
    struct
      {

 unsigned int __w_stopval:8;
 unsigned int __w_stopsig:8;
 unsigned int:16;






      } __wait_stopped;
  };

#define w_termsig __wait_terminated.__w_termsig
#define w_coredump __wait_terminated.__w_coredump
#define w_retcode __wait_terminated.__w_retcode
#define w_stopsig __wait_stopped.__w_stopsig
#define w_stopval __wait_stopped.__w_stopval
# 44 "/usr/include/stdlib.h" 2 3 4







#define __WAIT_INT(status) (__extension__ ({ union { __typeof(status) __in; int __i; } __u; __u.__in = (status); __u.__i; }))
# 68 "/usr/include/stdlib.h" 3 4
typedef union
  {
    union wait *__uptr;
    int *__iptr;
  } __WAIT_STATUS __attribute__ ((__transparent_union__));
#define __WAIT_STATUS_DEFN int *
# 85 "/usr/include/stdlib.h" 3 4
#define WEXITSTATUS(status) __WEXITSTATUS(__WAIT_INT(status))
#define WTERMSIG(status) __WTERMSIG(__WAIT_INT(status))
#define WSTOPSIG(status) __WSTOPSIG(__WAIT_INT(status))
#define WIFEXITED(status) __WIFEXITED(__WAIT_INT(status))
#define WIFSIGNALED(status) __WIFSIGNALED(__WAIT_INT(status))
#define WIFSTOPPED(status) __WIFSTOPPED(__WAIT_INT(status))

#define WIFCONTINUED(status) __WIFCONTINUED(__WAIT_INT(status))





typedef struct
  {
    int quot;
    int rem;
  } div_t;



typedef struct
  {
    long int quot;
    long int rem;
  } ldiv_t;
#define __ldiv_t_defined 1






__extension__ typedef struct
  {
    long long int quot;
    long long int rem;
  } lldiv_t;
#define __lldiv_t_defined 1





#define RAND_MAX 2147483647




#define EXIT_FAILURE 1
#define EXIT_SUCCESS 0



#define MB_CUR_MAX (__ctype_get_mb_cur_max ())
extern size_t __ctype_get_mb_cur_max (void) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));




extern double atof (__const char *__nptr)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

extern int atoi (__const char *__nptr)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

extern long int atol (__const char *__nptr)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));





__extension__ extern long long int atoll (__const char *__nptr)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));





extern double strtod (__const char *__restrict __nptr,
        char **__restrict __endptr)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));





extern float strtof (__const char *__restrict __nptr,
       char **__restrict __endptr) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

extern long double strtold (__const char *__restrict __nptr,
       char **__restrict __endptr)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));





extern long int strtol (__const char *__restrict __nptr,
   char **__restrict __endptr, int __base)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

extern unsigned long int strtoul (__const char *__restrict __nptr,
      char **__restrict __endptr, int __base)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));




__extension__
extern long long int strtoq (__const char *__restrict __nptr,
        char **__restrict __endptr, int __base)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

__extension__
extern unsigned long long int strtouq (__const char *__restrict __nptr,
           char **__restrict __endptr, int __base)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));





__extension__
extern long long int strtoll (__const char *__restrict __nptr,
         char **__restrict __endptr, int __base)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

__extension__
extern unsigned long long int strtoull (__const char *__restrict __nptr,
     char **__restrict __endptr, int __base)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

# 240 "/usr/include/stdlib.h" 3 4
extern long int strtol_l (__const char *__restrict __nptr,
     char **__restrict __endptr, int __base,
     __locale_t __loc) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 4))) __attribute__ ((__warn_unused_result__));

extern unsigned long int strtoul_l (__const char *__restrict __nptr,
        char **__restrict __endptr,
        int __base, __locale_t __loc)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 4))) __attribute__ ((__warn_unused_result__));

__extension__
extern long long int strtoll_l (__const char *__restrict __nptr,
    char **__restrict __endptr, int __base,
    __locale_t __loc)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 4))) __attribute__ ((__warn_unused_result__));

__extension__
extern unsigned long long int strtoull_l (__const char *__restrict __nptr,
       char **__restrict __endptr,
       int __base, __locale_t __loc)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 4))) __attribute__ ((__warn_unused_result__));

extern double strtod_l (__const char *__restrict __nptr,
   char **__restrict __endptr, __locale_t __loc)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 3))) __attribute__ ((__warn_unused_result__));

extern float strtof_l (__const char *__restrict __nptr,
         char **__restrict __endptr, __locale_t __loc)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 3))) __attribute__ ((__warn_unused_result__));

extern long double strtold_l (__const char *__restrict __nptr,
         char **__restrict __endptr,
         __locale_t __loc)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 3))) __attribute__ ((__warn_unused_result__));






extern double __strtod_internal (__const char *__restrict __nptr,
     char **__restrict __endptr, int __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
extern float __strtof_internal (__const char *__restrict __nptr,
    char **__restrict __endptr, int __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
extern long double __strtold_internal (__const char *__restrict __nptr,
           char **__restrict __endptr,
           int __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

extern long int __strtol_internal (__const char *__restrict __nptr,
       char **__restrict __endptr,
       int __base, int __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
#define __strtol_internal_defined 1


extern unsigned long int __strtoul_internal (__const char *__restrict __nptr,
          char **__restrict __endptr,
          int __base, int __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
#define __strtoul_internal_defined 1



__extension__
extern long long int __strtoll_internal (__const char *__restrict __nptr,
      char **__restrict __endptr,
      int __base, int __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
#define __strtoll_internal_defined 1


__extension__
extern unsigned long long int __strtoull_internal (__const char *
         __restrict __nptr,
         char **__restrict __endptr,
         int __base, int __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
#define __strtoull_internal_defined 1
# 429 "/usr/include/stdlib.h" 3 4
extern char *l64a (long int __n) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));


extern long int a64l (__const char *__s)
     __attribute__ ((__nothrow__)) __attribute__ ((__pure__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));




# 1 "/usr/include/sys/types.h" 1 3 4
# 25 "/usr/include/sys/types.h" 3 4
#define _SYS_TYPES_H 1









typedef __u_char u_char;
typedef __u_short u_short;
typedef __u_int u_int;
typedef __u_long u_long;
typedef __quad_t quad_t;
typedef __u_quad_t u_quad_t;
typedef __fsid_t fsid_t;
#define __u_char_defined 



typedef __loff_t loff_t;



typedef __ino_t ino_t;



#define __ino_t_defined 


typedef __ino64_t ino64_t;
#define __ino64_t_defined 



typedef __dev_t dev_t;
#define __dev_t_defined 



typedef __gid_t gid_t;
#define __gid_t_defined 



typedef __mode_t mode_t;
#define __mode_t_defined 



typedef __nlink_t nlink_t;
#define __nlink_t_defined 



typedef __uid_t uid_t;
#define __uid_t_defined 




typedef __off_t off_t;



#define __off_t_defined 


typedef __off64_t off64_t;
#define __off64_t_defined 



typedef __pid_t pid_t;
#define __pid_t_defined 



typedef __id_t id_t;
#define __id_t_defined 



typedef __ssize_t ssize_t;
#define __ssize_t_defined 




typedef __daddr_t daddr_t;
typedef __caddr_t caddr_t;
#define __daddr_t_defined 




typedef __key_t key_t;
#define __key_t_defined 



#define __need_clock_t 

#define __need_time_t 
#define __need_timer_t 
#define __need_clockid_t 
# 1 "../lib/time.h" 1 3 4
# 20 "../lib/time.h" 3 4
       
# 21 "../lib/time.h" 3
# 33 "../lib/time.h" 3
# 1 "/usr/include/time.h" 1 3 4
# 55 "/usr/include/time.h" 3 4
#define __clock_t_defined 1





typedef __clock_t clock_t;






#undef __need_clock_t


#define __time_t_defined 1





typedef __time_t time_t;






#undef __need_time_t



#define __clockid_t_defined 1




typedef __clockid_t clockid_t;


#undef __clockid_time_t



#define __timer_t_defined 1




typedef __timer_t timer_t;


#undef __need_timer_t
# 128 "/usr/include/time.h" 3 4
#undef __need_timespec
# 34 "../lib/time.h" 2 3
# 134 "/usr/include/sys/types.h" 2 3 4



typedef __useconds_t useconds_t;
#define __useconds_t_defined 


typedef __suseconds_t suseconds_t;
#define __suseconds_t_defined 



#define __need_size_t 
# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 235 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_size_t
# 409 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_NULL
# 148 "/usr/include/sys/types.h" 2 3 4



typedef unsigned long int ulong;
typedef unsigned short int ushort;
typedef unsigned int uint;
# 188 "/usr/include/sys/types.h" 3 4
#define __intN_t(N,MODE) typedef int int ##N ##_t __attribute__ ((__mode__ (MODE)))

#define __u_intN_t(N,MODE) typedef unsigned int u_int ##N ##_t __attribute__ ((__mode__ (MODE)))



#define __int8_t_defined 
typedef int int8_t __attribute__ ((__mode__ (__QI__)));
typedef int int16_t __attribute__ ((__mode__ (__HI__)));
typedef int int32_t __attribute__ ((__mode__ (__SI__)));
typedef int int64_t __attribute__ ((__mode__ (__DI__)));


typedef unsigned int u_int8_t __attribute__ ((__mode__ (__QI__)));
typedef unsigned int u_int16_t __attribute__ ((__mode__ (__HI__)));
typedef unsigned int u_int32_t __attribute__ ((__mode__ (__SI__)));
typedef unsigned int u_int64_t __attribute__ ((__mode__ (__DI__)));

typedef int register_t __attribute__ ((__mode__ (__word__)));





#define __BIT_TYPES_DEFINED__ 1







# 1 "../lib/sys/select.h" 1 3 4
# 19 "../lib/sys/select.h" 3 4
       
# 20 "../lib/sys/select.h" 3
# 61 "../lib/sys/select.h" 3
# 1 "/usr/include/sys/types.h" 1 3 4
# 62 "../lib/sys/select.h" 2 3
# 83 "../lib/sys/select.h" 3
# 1 "/usr/include/sys/select.h" 1 3 4
# 23 "/usr/include/sys/select.h" 3 4
#define _SYS_SELECT_H 1







# 1 "/usr/include/bits/select.h" 1 3 4
# 26 "/usr/include/bits/select.h" 3 4
#define __FD_ZERO(s) do { unsigned int __i; fd_set *__arr = (s); for (__i = 0; __i < sizeof (fd_set) / sizeof (__fd_mask); ++__i) __FDS_BITS (__arr)[__i] = 0; } while (0)






#define __FD_SET(d,s) (__FDS_BITS (s)[__FDELT(d)] |= __FDMASK(d))
#define __FD_CLR(d,s) (__FDS_BITS (s)[__FDELT(d)] &= ~__FDMASK(d))
#define __FD_ISSET(d,s) ((__FDS_BITS (s)[__FDELT(d)] & __FDMASK(d)) != 0)
# 32 "/usr/include/sys/select.h" 2 3 4


# 1 "/usr/include/bits/sigset.h" 1 3 4
# 21 "/usr/include/bits/sigset.h" 3 4
#define _SIGSET_H_types 1

typedef int __sig_atomic_t;



#define _SIGSET_NWORDS (1024 / (8 * sizeof (unsigned long int)))
typedef struct
  {
    unsigned long int __val[(1024 / (8 * sizeof (unsigned long int)))];
  } __sigset_t;
# 35 "/usr/include/sys/select.h" 2 3 4


#define __sigset_t_defined 
typedef __sigset_t sigset_t;



#define __need_time_t 
#define __need_timespec 
# 1 "../lib/time.h" 1 3 4
# 20 "../lib/time.h" 3 4
       
# 21 "../lib/time.h" 3
# 33 "../lib/time.h" 3
# 1 "/usr/include/time.h" 1 3 4
# 68 "/usr/include/time.h" 3 4
#undef __need_clock_t
# 84 "/usr/include/time.h" 3 4
#undef __need_time_t
# 96 "/usr/include/time.h" 3 4
#undef __clockid_time_t
# 108 "/usr/include/time.h" 3 4
#undef __need_timer_t






#define __timespec_defined 1





struct timespec
  {
    __time_t tv_sec;
    long int tv_nsec;
  };


#undef __need_timespec
# 34 "../lib/time.h" 2 3
# 45 "/usr/include/sys/select.h" 2 3 4
#define __need_timeval 
# 1 "/usr/include/bits/time.h" 1 3 4
# 62 "/usr/include/bits/time.h" 3 4
#undef __need_timeval

#define _STRUCT_TIMEVAL 1




struct timeval
  {
    __time_t tv_sec;
    __suseconds_t tv_usec;
  };
# 47 "/usr/include/sys/select.h" 2 3 4
# 55 "/usr/include/sys/select.h" 3 4
typedef long int __fd_mask;


#undef __NFDBITS
#undef __FDELT
#undef __FDMASK

#define __NFDBITS (8 * sizeof (__fd_mask))
#define __FDELT(d) ((d) / __NFDBITS)
#define __FDMASK(d) ((__fd_mask) 1 << ((d) % __NFDBITS))


typedef struct
  {



    __fd_mask fds_bits[1024 / (8 * sizeof (__fd_mask))];
#define __FDS_BITS(set) ((set)->fds_bits)




  } fd_set;


#define FD_SETSIZE __FD_SETSIZE



typedef __fd_mask fd_mask;


#define NFDBITS __NFDBITS




#define FD_SET(fd,fdsetp) __FD_SET (fd, fdsetp)
#define FD_CLR(fd,fdsetp) __FD_CLR (fd, fdsetp)
#define FD_ISSET(fd,fdsetp) __FD_ISSET (fd, fdsetp)
#define FD_ZERO(fdsetp) __FD_ZERO (fdsetp)



# 109 "/usr/include/sys/select.h" 3 4
extern int select (int __nfds, fd_set *__restrict __readfds,
     fd_set *__restrict __writefds,
     fd_set *__restrict __exceptfds,
     struct timeval *__restrict __timeout);
# 121 "/usr/include/sys/select.h" 3 4
extern int pselect (int __nfds, fd_set *__restrict __readfds,
      fd_set *__restrict __writefds,
      fd_set *__restrict __exceptfds,
      const struct timespec *__restrict __timeout,
      const __sigset_t *__restrict __sigmask);



# 84 "../lib/sys/select.h" 2 3
# 96 "../lib/sys/select.h" 3
#define _GL_SYS_SELECT_H 
# 123 "../lib/sys/select.h" 3
#define _GL_CXXDEFS_H 
# 189 "../lib/sys/select.h" 3
#define _GL_EXTERN_C extern
# 199 "../lib/sys/select.h" 3
#define _GL_FUNCDECL_RPL(func,rettype,parameters_and_attributes) _GL_FUNCDECL_RPL_1 (rpl_ ##func, rettype, parameters_and_attributes)

#define _GL_FUNCDECL_RPL_1(rpl_func,rettype,parameters_and_attributes) _GL_EXTERN_C rettype rpl_func parameters_and_attributes
# 211 "../lib/sys/select.h" 3
#define _GL_FUNCDECL_SYS(func,rettype,parameters_and_attributes) _GL_EXTERN_C rettype func parameters_and_attributes
# 220 "../lib/sys/select.h" 3
#define _GL_CXXALIAS_RPL(func,rettype,parameters) _GL_CXXALIAS_RPL_1 (func, rpl_ ##func, rettype, parameters)
# 230 "../lib/sys/select.h" 3
#define _GL_CXXALIAS_RPL_1(func,rpl_func,rettype,parameters) _GL_EXTERN_C int _gl_cxxalias_dummy
# 248 "../lib/sys/select.h" 3
#define _GL_CXXALIAS_RPL_CAST_1(func,rpl_func,rettype,parameters) _GL_EXTERN_C int _gl_cxxalias_dummy
# 273 "../lib/sys/select.h" 3
#define _GL_CXXALIAS_SYS(func,rettype,parameters) _GL_EXTERN_C int _gl_cxxalias_dummy
# 291 "../lib/sys/select.h" 3
#define _GL_CXXALIAS_SYS_CAST(func,rettype,parameters) _GL_EXTERN_C int _gl_cxxalias_dummy
# 316 "../lib/sys/select.h" 3
#define _GL_CXXALIAS_SYS_CAST2(func,rettype,parameters,rettype2,parameters2) _GL_EXTERN_C int _gl_cxxalias_dummy
# 344 "../lib/sys/select.h" 3
#define _GL_CXXALIASWARN(func) _GL_EXTERN_C int _gl_cxxalias_dummy
# 372 "../lib/sys/select.h" 3
#define _GL_CXXALIASWARN1(func,rettype,parameters_and_attributes) _GL_EXTERN_C int _gl_cxxalias_dummy
# 383 "../lib/sys/select.h" 3
#define _GL_WARN_ON_USE(function,message) extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
# 403 "../lib/sys/select.h" 3
#define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) extern rettype function parameters_and_attributes __attribute__ ((__warning__ (msg)))
# 422 "../lib/sys/select.h" 3
#define _GL_WARN_EXTERN_C extern
# 558 "../lib/sys/select.h" 3
extern int _gl_cxxalias_dummy

                                                                              ;

extern int _gl_cxxalias_dummy;
# 221 "/usr/include/sys/types.h" 2 3 4


# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/sys/sysmacros.h" 1 3 4
# 30 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include-fixed/sys/sysmacros.h" 3 4
#define _SYS_SYSMACROS_H 1







__extension__
extern __inline __attribute__ ((__gnu_inline__)) unsigned int gnu_dev_major (unsigned long long int __dev)
     __attribute__ ((__nothrow__));
__extension__
extern __inline __attribute__ ((__gnu_inline__)) unsigned int gnu_dev_minor (unsigned long long int __dev)
     __attribute__ ((__nothrow__));
__extension__
extern __inline __attribute__ ((__gnu_inline__)) unsigned long long int gnu_dev_makedev (unsigned int __major,
       unsigned int __minor)
     __attribute__ ((__nothrow__));


__extension__ extern __inline __attribute__ ((__gnu_inline__)) unsigned int
__attribute__ ((__nothrow__)) gnu_dev_major (unsigned long long int __dev)
{
  return ((__dev >> 8) & 0xfff) | ((unsigned int) (__dev >> 32) & ~0xfff);
}

__extension__ extern __inline __attribute__ ((__gnu_inline__)) unsigned int
__attribute__ ((__nothrow__)) gnu_dev_minor (unsigned long long int __dev)
{
  return (__dev & 0xff) | ((unsigned int) (__dev >> 12) & ~0xff);
}

__extension__ extern __inline __attribute__ ((__gnu_inline__)) unsigned long long int
__attribute__ ((__nothrow__)) gnu_dev_makedev (unsigned int __major, unsigned int __minor)
{
  return ((__minor & 0xff) | ((__major & 0xfff) << 8)
   | (((unsigned long long int) (__minor & ~0xff)) << 12)
   | (((unsigned long long int) (__major & ~0xfff)) << 32));
}




#define major(dev) gnu_dev_major (dev)
#define minor(dev) gnu_dev_minor (dev)
#define makedev(maj,min) gnu_dev_makedev (maj, min)
# 224 "/usr/include/sys/types.h" 2 3 4




typedef __blksize_t blksize_t;
#define __blksize_t_defined 





typedef __blkcnt_t blkcnt_t;
#define __blkcnt_t_defined 


typedef __fsblkcnt_t fsblkcnt_t;
#define __fsblkcnt_t_defined 


typedef __fsfilcnt_t fsfilcnt_t;
#define __fsfilcnt_t_defined 
# 262 "/usr/include/sys/types.h" 3 4
typedef __blkcnt64_t blkcnt64_t;
typedef __fsblkcnt64_t fsblkcnt64_t;
typedef __fsfilcnt64_t fsfilcnt64_t;





# 1 "/usr/include/bits/pthreadtypes.h" 1 3 4
# 21 "/usr/include/bits/pthreadtypes.h" 3 4
#define _BITS_PTHREADTYPES_H 1

# 1 "/usr/include/bits/wordsize.h" 1 3 4



#define __WORDSIZE 64
#define __WORDSIZE_COMPAT32 1
# 24 "/usr/include/bits/pthreadtypes.h" 2 3 4


#define __SIZEOF_PTHREAD_ATTR_T 56
#define __SIZEOF_PTHREAD_MUTEX_T 40
#define __SIZEOF_PTHREAD_MUTEXATTR_T 4
#define __SIZEOF_PTHREAD_COND_T 48
#define __SIZEOF_PTHREAD_CONDATTR_T 4
#define __SIZEOF_PTHREAD_RWLOCK_T 56
#define __SIZEOF_PTHREAD_RWLOCKATTR_T 8
#define __SIZEOF_PTHREAD_BARRIER_T 32
#define __SIZEOF_PTHREAD_BARRIERATTR_T 4
# 50 "/usr/include/bits/pthreadtypes.h" 3 4
typedef unsigned long int pthread_t;


typedef union
{
  char __size[56];
  long int __align;
} pthread_attr_t;



typedef struct __pthread_internal_list
{
  struct __pthread_internal_list *__prev;
  struct __pthread_internal_list *__next;
} __pthread_list_t;
# 76 "/usr/include/bits/pthreadtypes.h" 3 4
typedef union
{
  struct __pthread_mutex_s
  {
    int __lock;
    unsigned int __count;
    int __owner;

    unsigned int __nusers;



    int __kind;

    int __spins;
    __pthread_list_t __list;
#define __PTHREAD_MUTEX_HAVE_PREV 1
# 101 "/usr/include/bits/pthreadtypes.h" 3 4
  } __data;
  char __size[40];
  long int __align;
} pthread_mutex_t;

typedef union
{
  char __size[4];
  int __align;
} pthread_mutexattr_t;




typedef union
{
  struct
  {
    int __lock;
    unsigned int __futex;
    __extension__ unsigned long long int __total_seq;
    __extension__ unsigned long long int __wakeup_seq;
    __extension__ unsigned long long int __woken_seq;
    void *__mutex;
    unsigned int __nwaiters;
    unsigned int __broadcast_seq;
  } __data;
  char __size[48];
  __extension__ long long int __align;
} pthread_cond_t;

typedef union
{
  char __size[4];
  int __align;
} pthread_condattr_t;



typedef unsigned int pthread_key_t;



typedef int pthread_once_t;





typedef union
{

  struct
  {
    int __lock;
    unsigned int __nr_readers;
    unsigned int __readers_wakeup;
    unsigned int __writer_wakeup;
    unsigned int __nr_readers_queued;
    unsigned int __nr_writers_queued;
    int __writer;
    int __shared;
    unsigned long int __pad1;
    unsigned long int __pad2;


    unsigned int __flags;
  } __data;
# 187 "/usr/include/bits/pthreadtypes.h" 3 4
  char __size[56];
  long int __align;
} pthread_rwlock_t;

typedef union
{
  char __size[8];
  long int __align;
} pthread_rwlockattr_t;





typedef volatile int pthread_spinlock_t;




typedef union
{
  char __size[32];
  long int __align;
} pthread_barrier_t;

typedef union
{
  char __size[4];
  int __align;
} pthread_barrierattr_t;
# 271 "/usr/include/sys/types.h" 2 3 4



# 439 "/usr/include/stdlib.h" 2 3 4






extern long int random (void) __attribute__ ((__nothrow__));


extern void srandom (unsigned int __seed) __attribute__ ((__nothrow__));





extern char *initstate (unsigned int __seed, char *__statebuf,
   size_t __statelen) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));



extern char *setstate (char *__statebuf) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));







struct random_data
  {
    int32_t *fptr;
    int32_t *rptr;
    int32_t *state;
    int rand_type;
    int rand_deg;
    int rand_sep;
    int32_t *end_ptr;
  };

extern int random_r (struct random_data *__restrict __buf,
       int32_t *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));

extern int srandom_r (unsigned int __seed, struct random_data *__buf)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));

extern int initstate_r (unsigned int __seed, char *__restrict __statebuf,
   size_t __statelen,
   struct random_data *__restrict __buf)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 4)));

extern int setstate_r (char *__restrict __statebuf,
         struct random_data *__restrict __buf)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));






extern int rand (void) __attribute__ ((__nothrow__));

extern void srand (unsigned int __seed) __attribute__ ((__nothrow__));




extern int rand_r (unsigned int *__seed) __attribute__ ((__nothrow__));







extern double drand48 (void) __attribute__ ((__nothrow__));
extern double erand48 (unsigned short int __xsubi[3]) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));


extern long int lrand48 (void) __attribute__ ((__nothrow__));
extern long int nrand48 (unsigned short int __xsubi[3])
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));


extern long int mrand48 (void) __attribute__ ((__nothrow__));
extern long int jrand48 (unsigned short int __xsubi[3])
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));


extern void srand48 (long int __seedval) __attribute__ ((__nothrow__));
extern unsigned short int *seed48 (unsigned short int __seed16v[3])
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));
extern void lcong48 (unsigned short int __param[7]) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));





struct drand48_data
  {
    unsigned short int __x[3];
    unsigned short int __old_x[3];
    unsigned short int __c;
    unsigned short int __init;
    unsigned long long int __a;
  };


extern int drand48_r (struct drand48_data *__restrict __buffer,
        double *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
extern int erand48_r (unsigned short int __xsubi[3],
        struct drand48_data *__restrict __buffer,
        double *__restrict __result) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));


extern int lrand48_r (struct drand48_data *__restrict __buffer,
        long int *__restrict __result)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
extern int nrand48_r (unsigned short int __xsubi[3],
        struct drand48_data *__restrict __buffer,
        long int *__restrict __result)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));


extern int mrand48_r (struct drand48_data *__restrict __buffer,
        long int *__restrict __result)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
extern int jrand48_r (unsigned short int __xsubi[3],
        struct drand48_data *__restrict __buffer,
        long int *__restrict __result)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));


extern int srand48_r (long int __seedval, struct drand48_data *__buffer)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));

extern int seed48_r (unsigned short int __seed16v[3],
       struct drand48_data *__buffer) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));

extern int lcong48_r (unsigned short int __param[7],
        struct drand48_data *__buffer)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));
# 597 "/usr/include/stdlib.h" 3 4



extern void *realloc (void *__ptr, size_t __size)
     __attribute__ ((__nothrow__)) __attribute__ ((__malloc__)) __attribute__ ((__warn_unused_result__));

extern void free (void *__ptr) __attribute__ ((__nothrow__));




extern void cfree (void *__ptr) __attribute__ ((__nothrow__));
# 617 "/usr/include/stdlib.h" 3 4
extern void *valloc (size_t __size) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__)) __attribute__ ((__warn_unused_result__));




extern int posix_memalign (void **__memptr, size_t __alignment, size_t __size)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));




extern void abort (void) __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));



extern int atexit (void (*__func) (void)) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));





extern int on_exit (void (*__func) (int __status, void *__arg), void *__arg)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));






extern void exit (int __status) __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));






extern void _Exit (int __status) __attribute__ ((__nothrow__)) __attribute__ ((__noreturn__));






extern char *getenv (__const char *__name) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));




extern char *__secure_getenv (__const char *__name)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));





extern int putenv (char *__string) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));





extern int setenv (__const char *__name, __const char *__value, int __replace)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));


extern int unsetenv (__const char *__name) __attribute__ ((__nothrow__));






extern int clearenv (void) __attribute__ ((__nothrow__));
# 698 "/usr/include/stdlib.h" 3 4
extern char *mktemp (char *__template) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
# 709 "/usr/include/stdlib.h" 3 4
extern int mkstemp (char *__template) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
# 719 "/usr/include/stdlib.h" 3 4
extern int mkstemp64 (char *__template) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
# 729 "/usr/include/stdlib.h" 3 4
extern char *mkdtemp (char *__template) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));








extern int system (__const char *__command) __attribute__ ((__warn_unused_result__));







extern char *canonicalize_file_name (__const char *__name)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
# 756 "/usr/include/stdlib.h" 3 4
extern char *realpath (__const char *__restrict __name,
         char *__restrict __resolved) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));





#define __COMPAR_FN_T 
typedef int (*__compar_fn_t) (__const void *, __const void *);


typedef __compar_fn_t comparison_fn_t;






extern void *bsearch (__const void *__key, __const void *__base,
        size_t __nmemb, size_t __size, __compar_fn_t __compar)
     __attribute__ ((__nonnull__ (1, 2, 5))) __attribute__ ((__warn_unused_result__));



extern void qsort (void *__base, size_t __nmemb, size_t __size,
     __compar_fn_t __compar) __attribute__ ((__nonnull__ (1, 4)));



extern int abs (int __x) __attribute__ ((__nothrow__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));
extern long int labs (long int __x) __attribute__ ((__nothrow__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));



__extension__ extern long long int llabs (long long int __x)
     __attribute__ ((__nothrow__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));







extern div_t div (int __numer, int __denom)
     __attribute__ ((__nothrow__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));
extern ldiv_t ldiv (long int __numer, long int __denom)
     __attribute__ ((__nothrow__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));




__extension__ extern lldiv_t lldiv (long long int __numer,
        long long int __denom)
     __attribute__ ((__nothrow__)) __attribute__ ((__const__)) __attribute__ ((__warn_unused_result__));

# 821 "/usr/include/stdlib.h" 3 4
extern char *ecvt (double __value, int __ndigit, int *__restrict __decpt,
     int *__restrict __sign) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4))) __attribute__ ((__warn_unused_result__));




extern char *fcvt (double __value, int __ndigit, int *__restrict __decpt,
     int *__restrict __sign) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4))) __attribute__ ((__warn_unused_result__));




extern char *gcvt (double __value, int __ndigit, char *__buf)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3))) __attribute__ ((__warn_unused_result__));




extern char *qecvt (long double __value, int __ndigit,
      int *__restrict __decpt, int *__restrict __sign)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4))) __attribute__ ((__warn_unused_result__));
extern char *qfcvt (long double __value, int __ndigit,
      int *__restrict __decpt, int *__restrict __sign)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4))) __attribute__ ((__warn_unused_result__));
extern char *qgcvt (long double __value, int __ndigit, char *__buf)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3))) __attribute__ ((__warn_unused_result__));




extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt,
     int *__restrict __sign, char *__restrict __buf,
     size_t __len) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4, 5)));
extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt,
     int *__restrict __sign, char *__restrict __buf,
     size_t __len) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4, 5)));

extern int qecvt_r (long double __value, int __ndigit,
      int *__restrict __decpt, int *__restrict __sign,
      char *__restrict __buf, size_t __len)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4, 5)));
extern int qfcvt_r (long double __value, int __ndigit,
      int *__restrict __decpt, int *__restrict __sign,
      char *__restrict __buf, size_t __len)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4, 5)));







extern int mblen (__const char *__s, size_t __n) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));


extern int mbtowc (wchar_t *__restrict __pwc,
     __const char *__restrict __s, size_t __n) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));


extern int wctomb (char *__s, wchar_t __wchar) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));



extern size_t mbstowcs (wchar_t *__restrict __pwcs,
   __const char *__restrict __s, size_t __n) __attribute__ ((__nothrow__));

extern size_t wcstombs (char *__restrict __s,
   __const wchar_t *__restrict __pwcs, size_t __n)
     __attribute__ ((__nothrow__));








extern int rpmatch (__const char *__response) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
# 909 "/usr/include/stdlib.h" 3 4
extern int getsubopt (char **__restrict __optionp,
        char *__const *__restrict __tokens,
        char **__restrict __valuep)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2, 3))) __attribute__ ((__warn_unused_result__));





extern void setkey (__const char *__key) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));







extern int posix_openpt (int __oflag) __attribute__ ((__warn_unused_result__));







extern int grantpt (int __fd) __attribute__ ((__nothrow__));



extern int unlockpt (int __fd) __attribute__ ((__nothrow__));




extern char *ptsname (int __fd) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));






extern int ptsname_r (int __fd, char *__buf, size_t __buflen)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));


extern int getpt (void);






extern int getloadavg (double __loadavg[], int __nelem)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));





# 1 "/usr/include/bits/stdlib.h" 1 3 4
# 24 "/usr/include/bits/stdlib.h" 3 4
extern char *__realpath_chk (__const char *__restrict __name,
        char *__restrict __resolved,
        size_t __resolvedlen) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));
extern char *__realpath_alias (__const char *__restrict __name, char *__restrict __resolved) __asm__ ("" "realpath") __attribute__ ((__nothrow__))

                                                 __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__warn_unused_result__)) char *
__attribute__ ((__nothrow__)) realpath (__const char *__restrict __name, char *__restrict __resolved)
{
  if (__builtin_object_size (__resolved, 2 > 1) != (size_t) -1)
    return __realpath_chk (__name, __resolved, __builtin_object_size (__resolved, 2 > 1));

  return __realpath_alias (__name, __resolved);
}


extern int __ptsname_r_chk (int __fd, char *__buf, size_t __buflen,
       size_t __nreal) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));
extern int __ptsname_r_alias (int __fd, char *__buf, size_t __buflen) __asm__ ("" "ptsname_r") __attribute__ ((__nothrow__))

     __attribute__ ((__nonnull__ (2)));

extern __inline __attribute__ ((__always_inline__)) int
__attribute__ ((__nothrow__)) ptsname_r (int __fd, char *__buf, size_t __buflen)
{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__buflen) || __buflen > __builtin_object_size (__buf, 2 > 1)))
    return __ptsname_r_chk (__fd, __buf, __buflen, __builtin_object_size (__buf, 2 > 1));
  return __ptsname_r_alias (__fd, __buf, __buflen);
}


extern int __wctomb_chk (char *__s, wchar_t __wchar, size_t __buflen)
  __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));
extern int __wctomb_alias (char *__s, wchar_t __wchar) __asm__ ("" "wctomb") __attribute__ ((__nothrow__))
              __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__warn_unused_result__)) int
__attribute__ ((__nothrow__)) wctomb (char *__s, wchar_t __wchar)
{



#define __STDLIB_MB_LEN_MAX 16



  if (__builtin_object_size (__s, 2 > 1) != (size_t) -1 && 16 > __builtin_object_size (__s, 2 > 1))
    return __wctomb_chk (__s, __wchar, __builtin_object_size (__s, 2 > 1));
  return __wctomb_alias (__s, __wchar);
}


extern size_t __mbstowcs_chk (wchar_t *__restrict __dst,
         __const char *__restrict __src,
         size_t __len, size_t __dstlen) __attribute__ ((__nothrow__));
extern size_t __mbstowcs_alias (wchar_t *__restrict __dst, __const char *__restrict __src, size_t __len) __asm__ ("" "mbstowcs") __attribute__ ((__nothrow__))


                                  ;

extern __inline __attribute__ ((__always_inline__)) size_t
__attribute__ ((__nothrow__)) mbstowcs (wchar_t *__restrict __dst, __const char *__restrict __src, size_t __len)

{
  if (__builtin_object_size (__dst, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__len)
   || __len > __builtin_object_size (__dst, 2 > 1) / sizeof (wchar_t)))
    return __mbstowcs_chk (__dst, __src, __len,
      __builtin_object_size (__dst, 2 > 1) / sizeof (wchar_t));
  return __mbstowcs_alias (__dst, __src, __len);
}


extern size_t __wcstombs_chk (char *__restrict __dst,
         __const wchar_t *__restrict __src,
         size_t __len, size_t __dstlen) __attribute__ ((__nothrow__));
extern size_t __wcstombs_alias (char *__restrict __dst, __const wchar_t *__restrict __src, size_t __len) __asm__ ("" "wcstombs") __attribute__ ((__nothrow__))


                                  ;

extern __inline __attribute__ ((__always_inline__)) size_t
__attribute__ ((__nothrow__)) wcstombs (char *__restrict __dst, __const wchar_t *__restrict __src, size_t __len)

{
  if (__builtin_object_size (__dst, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__len) || __len > __builtin_object_size (__dst, 2 > 1)))
    return __wcstombs_chk (__dst, __src, __len, __builtin_object_size (__dst, 2 > 1));
  return __wcstombs_alias (__dst, __src, __len);
}
# 969 "/usr/include/stdlib.h" 2 3 4






#undef __need_malloc_and_calloc


# 36 "../lib/stdlib.h" 2 3


#define _GL_STDLIB_H 


# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 40 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#define _STDDEF_H 
#define _STDDEF_H_ 

#define _ANSI_STDDEF_H 

#define __STDDEF_H__ 
# 139 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#define _PTRDIFF_T 
#define _T_PTRDIFF_ 
#define _T_PTRDIFF 
#define __PTRDIFF_T 
#define _PTRDIFF_T_ 
#define _BSD_PTRDIFF_T_ 
#define ___int_ptrdiff_t_h 
#define _GCC_PTRDIFF_T 



typedef long int ptrdiff_t;
# 161 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_ptrdiff_t
# 235 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_size_t
# 344 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_wchar_t
# 398 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef NULL




#define NULL ((void *)0)





#undef __need_NULL




#define offsetof(TYPE,MEMBER) __builtin_offsetof (TYPE, MEMBER)
# 42 "../lib/stdlib.h" 2 3
# 101 "../lib/stdlib.h" 3
#define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
# 381 "../lib/stdlib.h" 3
#define _GL_ARG_NONNULL(params) __attribute__ ((__nonnull__ params))
# 538 "../lib/stdlib.h" 3
extern int _gl_cxxalias_dummy;
extern int _gl_cxxalias_dummy;
# 191 "../src/conf_post.h" 2


#define NO_INLINE __attribute__((noinline))





#define EXTERNALLY_VISIBLE __attribute__((externally_visible))





#define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))





#define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter,first_argument) ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument))






#define ATTRIBUTE_CONST _GL_ATTRIBUTE_CONST






#define INLINE _GL_INLINE
#define EXTERN_INLINE _GL_EXTERN_INLINE
#define INLINE_HEADER_BEGIN _GL_INLINE_HEADER_BEGIN
#define INLINE_HEADER_END _GL_INLINE_HEADER_END
# 238 "../src/conf_post.h"
#define IF_LINT(Code) 
#define lint_assume(cond) ((void) (0 && (cond)))
# 1669 "../src/config.h" 2
# 48 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c" 2

# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 50 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c" 2
# 61 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define WIDE_CHAR_SUPPORT (HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_BTOWC && !emacs)
# 107 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define WEAK_ALIAS(a,b) 






#define gettext(msgid) (msgid)





#define gettext_noop(String) String
# 203 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#undef REL_ALLOC

# 1 "../lib/unistd.h" 1
# 19 "../lib/unistd.h"
       
# 20 "../lib/unistd.h" 3
# 43 "../lib/unistd.h" 3
# 1 "/usr/include/unistd.h" 1 3 4
# 24 "/usr/include/unistd.h" 3 4
#define _UNISTD_H 1









#define _POSIX_VERSION 200112L





#define _POSIX2_VERSION 200112L



#define _POSIX2_C_BIND 200112L



#define _POSIX2_C_DEV 200112L



#define _POSIX2_SW_DEV 200112L



#define _POSIX2_LOCALEDEF 200112L



#define _XOPEN_VERSION 600







#define _XOPEN_XCU_VERSION 4


#define _XOPEN_XPG2 1
#define _XOPEN_XPG3 1
#define _XOPEN_XPG4 1


#define _XOPEN_UNIX 1


#define _XOPEN_CRYPT 1



#define _XOPEN_ENH_I18N 1


#define _XOPEN_LEGACY 1
# 173 "/usr/include/unistd.h" 3 4
# 1 "/usr/include/bits/posix_opt.h" 1 3 4
# 21 "/usr/include/bits/posix_opt.h" 3 4
#define _POSIX_OPT_H 1


#define _POSIX_JOB_CONTROL 1


#define _POSIX_SAVED_IDS 1


#define _POSIX_PRIORITY_SCHEDULING 200112L


#define _POSIX_SYNCHRONIZED_IO 200112L


#define _POSIX_FSYNC 200112L


#define _POSIX_MAPPED_FILES 200112L


#define _POSIX_MEMLOCK 200112L


#define _POSIX_MEMLOCK_RANGE 200112L


#define _POSIX_MEMORY_PROTECTION 200112L


#define _POSIX_CHOWN_RESTRICTED 1



#define _POSIX_VDISABLE '\0'


#define _POSIX_NO_TRUNC 1


#define _XOPEN_REALTIME 1


#define _XOPEN_REALTIME_THREADS 1


#define _XOPEN_SHM 1


#define _POSIX_THREADS 200112L


#define _POSIX_REENTRANT_FUNCTIONS 1
#define _POSIX_THREAD_SAFE_FUNCTIONS 200112L


#define _POSIX_THREAD_PRIORITY_SCHEDULING 200112L


#define _POSIX_THREAD_ATTR_STACKSIZE 200112L


#define _POSIX_THREAD_ATTR_STACKADDR 200112L


#define _POSIX_THREAD_PRIO_INHERIT 200112L



#define _POSIX_THREAD_PRIO_PROTECT 200112L


#define _POSIX_SEMAPHORES 200112L


#define _POSIX_REALTIME_SIGNALS 200112L


#define _POSIX_ASYNCHRONOUS_IO 200112L
#define _POSIX_ASYNC_IO 1

#define _LFS_ASYNCHRONOUS_IO 1

#define _POSIX_PRIORITIZED_IO 200112L


#define _LFS64_ASYNCHRONOUS_IO 1


#define _LFS_LARGEFILE 1
#define _LFS64_LARGEFILE 1
#define _LFS64_STDIO 1


#define _POSIX_SHARED_MEMORY_OBJECTS 200112L


#define _POSIX_CPUTIME 0


#define _POSIX_THREAD_CPUTIME 0


#define _POSIX_REGEXP 1


#define _POSIX_READER_WRITER_LOCKS 200112L


#define _POSIX_SHELL 1


#define _POSIX_TIMEOUTS 200112L


#define _POSIX_SPIN_LOCKS 200112L


#define _POSIX_SPAWN 200112L


#define _POSIX_TIMERS 200112L


#define _POSIX_BARRIERS 200112L


#define _POSIX_MESSAGE_PASSING 200112L


#define _POSIX_THREAD_PROCESS_SHARED 200112L


#define _POSIX_MONOTONIC_CLOCK 0


#define _POSIX_CLOCK_SELECTION 200112L


#define _POSIX_ADVISORY_INFO 200112L


#define _POSIX_IPV6 200112L


#define _POSIX_RAW_SOCKETS 200112L


#define _POSIX2_CHAR_TERM 200112L


#define _POSIX_SPORADIC_SERVER -1
#define _POSIX_THREAD_SPORADIC_SERVER -1


#define _POSIX_TRACE -1
#define _POSIX_TRACE_EVENT_FILTER -1
#define _POSIX_TRACE_INHERIT -1
#define _POSIX_TRACE_LOG -1


#define _POSIX_TYPED_MEMORY_OBJECTS -1
# 174 "/usr/include/unistd.h" 2 3 4



# 1 "/usr/include/bits/environments.h" 1 3 4
# 23 "/usr/include/bits/environments.h" 3 4
# 1 "/usr/include/bits/wordsize.h" 1 3 4



#define __WORDSIZE 64
#define __WORDSIZE_COMPAT32 1
# 24 "/usr/include/bits/environments.h" 2 3 4
# 53 "/usr/include/bits/environments.h" 3 4
#define _POSIX_V6_LPBIG_OFFBIG -1
#define _XBS5_LPBIG_OFFBIG -1


#define _POSIX_V6_LP64_OFF64 1
#define _XBS5_LP64_OFF64 1
# 82 "/usr/include/bits/environments.h" 3 4
#define __ILP32_OFF32_CFLAGS "-m32"
#define __ILP32_OFFBIG_CFLAGS "-m32 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
#define __ILP32_OFF32_LDFLAGS "-m32"
#define __ILP32_OFFBIG_LDFLAGS "-m32"
#define __LP64_OFF64_CFLAGS "-m64"
#define __LP64_OFF64_LDFLAGS "-m64"
# 178 "/usr/include/unistd.h" 2 3 4



#define STDIN_FILENO 0
#define STDOUT_FILENO 1
#define STDERR_FILENO 2
# 195 "/usr/include/unistd.h" 3 4
#define __need_size_t 
#define __need_NULL 
# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 161 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_ptrdiff_t
# 235 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_size_t
# 344 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef __need_wchar_t
# 398 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 3 4
#undef NULL




#define NULL ((void *)0)





#undef __need_NULL




#define offsetof(TYPE,MEMBER) __builtin_offsetof (TYPE, MEMBER)
# 198 "/usr/include/unistd.h" 2 3 4
# 238 "/usr/include/unistd.h" 3 4
typedef __intptr_t intptr_t;
#define __intptr_t_defined 





typedef __socklen_t socklen_t;
#define __socklen_t_defined 





#define R_OK 4
#define W_OK 2
#define X_OK 1
#define F_OK 0


extern int access (__const char *__name, int __type) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));




extern int euidaccess (__const char *__name, int __type)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));


extern int eaccess (__const char *__name, int __type)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));






extern int faccessat (int __fd, __const char *__file, int __type, int __flag)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2))) __attribute__ ((__warn_unused_result__));





#define SEEK_SET 0
#define SEEK_CUR 1
#define SEEK_END 2




#define L_SET SEEK_SET
#define L_INCR SEEK_CUR
#define L_XTND SEEK_END
# 301 "/usr/include/unistd.h" 3 4
extern __off_t lseek (int __fd, __off_t __offset, int __whence) __attribute__ ((__nothrow__));
# 312 "/usr/include/unistd.h" 3 4
extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
     __attribute__ ((__nothrow__));






extern int close (int __fd);






extern ssize_t read (int __fd, void *__buf, size_t __nbytes) __attribute__ ((__warn_unused_result__));





extern ssize_t write (int __fd, __const void *__buf, size_t __n) __attribute__ ((__warn_unused_result__));
# 343 "/usr/include/unistd.h" 3 4
extern ssize_t pread (int __fd, void *__buf, size_t __nbytes,
        __off_t __offset) __attribute__ ((__warn_unused_result__));






extern ssize_t pwrite (int __fd, __const void *__buf, size_t __n,
         __off_t __offset) __attribute__ ((__warn_unused_result__));
# 371 "/usr/include/unistd.h" 3 4
extern ssize_t pread64 (int __fd, void *__buf, size_t __nbytes,
   __off64_t __offset) __attribute__ ((__warn_unused_result__));


extern ssize_t pwrite64 (int __fd, __const void *__buf, size_t __n,
    __off64_t __offset) __attribute__ ((__warn_unused_result__));







extern int pipe (int __pipedes[2]) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));
# 393 "/usr/include/unistd.h" 3 4
extern unsigned int alarm (unsigned int __seconds) __attribute__ ((__nothrow__));
# 405 "/usr/include/unistd.h" 3 4
extern unsigned int sleep (unsigned int __seconds);






extern __useconds_t ualarm (__useconds_t __value, __useconds_t __interval)
     __attribute__ ((__nothrow__));






extern int usleep (__useconds_t __useconds);
# 429 "/usr/include/unistd.h" 3 4
extern int pause (void);



extern int chown (__const char *__file, __uid_t __owner, __gid_t __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));



extern int fchown (int __fd, __uid_t __owner, __gid_t __group) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));




extern int lchown (__const char *__file, __uid_t __owner, __gid_t __group)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));






extern int fchownat (int __fd, __const char *__file, __uid_t __owner,
       __gid_t __group, int __flag)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2))) __attribute__ ((__warn_unused_result__));



extern int chdir (__const char *__path) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));



extern int fchdir (int __fd) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));
# 471 "/usr/include/unistd.h" 3 4
extern char *getcwd (char *__buf, size_t __size) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));





extern char *get_current_dir_name (void) __attribute__ ((__nothrow__));






extern char *getwd (char *__buf)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__deprecated__)) __attribute__ ((__warn_unused_result__));




extern int dup (int __fd) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));


extern int dup2 (int __fd, int __fd2) __attribute__ ((__nothrow__));


extern char **__environ;

extern char **environ;





extern int execve (__const char *__path, char *__const __argv[],
     char *__const __envp[]) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));




extern int fexecve (int __fd, char *__const __argv[], char *__const __envp[])
     __attribute__ ((__nothrow__));




extern int execv (__const char *__path, char *__const __argv[])
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));



extern int execle (__const char *__path, __const char *__arg, ...)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));



extern int execl (__const char *__path, __const char *__arg, ...)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));



extern int execvp (__const char *__file, char *__const __argv[])
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));




extern int execlp (__const char *__file, __const char *__arg, ...)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));




extern int nice (int __inc) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));




extern void _exit (int __status) __attribute__ ((__noreturn__));





# 1 "/usr/include/bits/confname.h" 1 3 4
# 26 "/usr/include/bits/confname.h" 3 4
enum
  {
    _PC_LINK_MAX,
#define _PC_LINK_MAX _PC_LINK_MAX
    _PC_MAX_CANON,
#define _PC_MAX_CANON _PC_MAX_CANON
    _PC_MAX_INPUT,
#define _PC_MAX_INPUT _PC_MAX_INPUT
    _PC_NAME_MAX,
#define _PC_NAME_MAX _PC_NAME_MAX
    _PC_PATH_MAX,
#define _PC_PATH_MAX _PC_PATH_MAX
    _PC_PIPE_BUF,
#define _PC_PIPE_BUF _PC_PIPE_BUF
    _PC_CHOWN_RESTRICTED,
#define _PC_CHOWN_RESTRICTED _PC_CHOWN_RESTRICTED
    _PC_NO_TRUNC,
#define _PC_NO_TRUNC _PC_NO_TRUNC
    _PC_VDISABLE,
#define _PC_VDISABLE _PC_VDISABLE
    _PC_SYNC_IO,
#define _PC_SYNC_IO _PC_SYNC_IO
    _PC_ASYNC_IO,
#define _PC_ASYNC_IO _PC_ASYNC_IO
    _PC_PRIO_IO,
#define _PC_PRIO_IO _PC_PRIO_IO
    _PC_SOCK_MAXBUF,
#define _PC_SOCK_MAXBUF _PC_SOCK_MAXBUF
    _PC_FILESIZEBITS,
#define _PC_FILESIZEBITS _PC_FILESIZEBITS
    _PC_REC_INCR_XFER_SIZE,
#define _PC_REC_INCR_XFER_SIZE _PC_REC_INCR_XFER_SIZE
    _PC_REC_MAX_XFER_SIZE,
#define _PC_REC_MAX_XFER_SIZE _PC_REC_MAX_XFER_SIZE
    _PC_REC_MIN_XFER_SIZE,
#define _PC_REC_MIN_XFER_SIZE _PC_REC_MIN_XFER_SIZE
    _PC_REC_XFER_ALIGN,
#define _PC_REC_XFER_ALIGN _PC_REC_XFER_ALIGN
    _PC_ALLOC_SIZE_MIN,
#define _PC_ALLOC_SIZE_MIN _PC_ALLOC_SIZE_MIN
    _PC_SYMLINK_MAX,
#define _PC_SYMLINK_MAX _PC_SYMLINK_MAX
    _PC_2_SYMLINKS
#define _PC_2_SYMLINKS _PC_2_SYMLINKS
  };


enum
  {
    _SC_ARG_MAX,
#define _SC_ARG_MAX _SC_ARG_MAX
    _SC_CHILD_MAX,
#define _SC_CHILD_MAX _SC_CHILD_MAX
    _SC_CLK_TCK,
#define _SC_CLK_TCK _SC_CLK_TCK
    _SC_NGROUPS_MAX,
#define _SC_NGROUPS_MAX _SC_NGROUPS_MAX
    _SC_OPEN_MAX,
#define _SC_OPEN_MAX _SC_OPEN_MAX
    _SC_STREAM_MAX,
#define _SC_STREAM_MAX _SC_STREAM_MAX
    _SC_TZNAME_MAX,
#define _SC_TZNAME_MAX _SC_TZNAME_MAX
    _SC_JOB_CONTROL,
#define _SC_JOB_CONTROL _SC_JOB_CONTROL
    _SC_SAVED_IDS,
#define _SC_SAVED_IDS _SC_SAVED_IDS
    _SC_REALTIME_SIGNALS,
#define _SC_REALTIME_SIGNALS _SC_REALTIME_SIGNALS
    _SC_PRIORITY_SCHEDULING,
#define _SC_PRIORITY_SCHEDULING _SC_PRIORITY_SCHEDULING
    _SC_TIMERS,
#define _SC_TIMERS _SC_TIMERS
    _SC_ASYNCHRONOUS_IO,
#define _SC_ASYNCHRONOUS_IO _SC_ASYNCHRONOUS_IO
    _SC_PRIORITIZED_IO,
#define _SC_PRIORITIZED_IO _SC_PRIORITIZED_IO
    _SC_SYNCHRONIZED_IO,
#define _SC_SYNCHRONIZED_IO _SC_SYNCHRONIZED_IO
    _SC_FSYNC,
#define _SC_FSYNC _SC_FSYNC
    _SC_MAPPED_FILES,
#define _SC_MAPPED_FILES _SC_MAPPED_FILES
    _SC_MEMLOCK,
#define _SC_MEMLOCK _SC_MEMLOCK
    _SC_MEMLOCK_RANGE,
#define _SC_MEMLOCK_RANGE _SC_MEMLOCK_RANGE
    _SC_MEMORY_PROTECTION,
#define _SC_MEMORY_PROTECTION _SC_MEMORY_PROTECTION
    _SC_MESSAGE_PASSING,
#define _SC_MESSAGE_PASSING _SC_MESSAGE_PASSING
    _SC_SEMAPHORES,
#define _SC_SEMAPHORES _SC_SEMAPHORES
    _SC_SHARED_MEMORY_OBJECTS,
#define _SC_SHARED_MEMORY_OBJECTS _SC_SHARED_MEMORY_OBJECTS
    _SC_AIO_LISTIO_MAX,
#define _SC_AIO_LISTIO_MAX _SC_AIO_LISTIO_MAX
    _SC_AIO_MAX,
#define _SC_AIO_MAX _SC_AIO_MAX
    _SC_AIO_PRIO_DELTA_MAX,
#define _SC_AIO_PRIO_DELTA_MAX _SC_AIO_PRIO_DELTA_MAX
    _SC_DELAYTIMER_MAX,
#define _SC_DELAYTIMER_MAX _SC_DELAYTIMER_MAX
    _SC_MQ_OPEN_MAX,
#define _SC_MQ_OPEN_MAX _SC_MQ_OPEN_MAX
    _SC_MQ_PRIO_MAX,
#define _SC_MQ_PRIO_MAX _SC_MQ_PRIO_MAX
    _SC_VERSION,
#define _SC_VERSION _SC_VERSION
    _SC_PAGESIZE,
#define _SC_PAGESIZE _SC_PAGESIZE
#define _SC_PAGE_SIZE _SC_PAGESIZE
    _SC_RTSIG_MAX,
#define _SC_RTSIG_MAX _SC_RTSIG_MAX
    _SC_SEM_NSEMS_MAX,
#define _SC_SEM_NSEMS_MAX _SC_SEM_NSEMS_MAX
    _SC_SEM_VALUE_MAX,
#define _SC_SEM_VALUE_MAX _SC_SEM_VALUE_MAX
    _SC_SIGQUEUE_MAX,
#define _SC_SIGQUEUE_MAX _SC_SIGQUEUE_MAX
    _SC_TIMER_MAX,
#define _SC_TIMER_MAX _SC_TIMER_MAX



    _SC_BC_BASE_MAX,
#define _SC_BC_BASE_MAX _SC_BC_BASE_MAX
    _SC_BC_DIM_MAX,
#define _SC_BC_DIM_MAX _SC_BC_DIM_MAX
    _SC_BC_SCALE_MAX,
#define _SC_BC_SCALE_MAX _SC_BC_SCALE_MAX
    _SC_BC_STRING_MAX,
#define _SC_BC_STRING_MAX _SC_BC_STRING_MAX
    _SC_COLL_WEIGHTS_MAX,
#define _SC_COLL_WEIGHTS_MAX _SC_COLL_WEIGHTS_MAX
    _SC_EQUIV_CLASS_MAX,
#define _SC_EQUIV_CLASS_MAX _SC_EQUIV_CLASS_MAX
    _SC_EXPR_NEST_MAX,
#define _SC_EXPR_NEST_MAX _SC_EXPR_NEST_MAX
    _SC_LINE_MAX,
#define _SC_LINE_MAX _SC_LINE_MAX
    _SC_RE_DUP_MAX,
#define _SC_RE_DUP_MAX _SC_RE_DUP_MAX
    _SC_CHARCLASS_NAME_MAX,
#define _SC_CHARCLASS_NAME_MAX _SC_CHARCLASS_NAME_MAX

    _SC_2_VERSION,
#define _SC_2_VERSION _SC_2_VERSION
    _SC_2_C_BIND,
#define _SC_2_C_BIND _SC_2_C_BIND
    _SC_2_C_DEV,
#define _SC_2_C_DEV _SC_2_C_DEV
    _SC_2_FORT_DEV,
#define _SC_2_FORT_DEV _SC_2_FORT_DEV
    _SC_2_FORT_RUN,
#define _SC_2_FORT_RUN _SC_2_FORT_RUN
    _SC_2_SW_DEV,
#define _SC_2_SW_DEV _SC_2_SW_DEV
    _SC_2_LOCALEDEF,
#define _SC_2_LOCALEDEF _SC_2_LOCALEDEF

    _SC_PII,
#define _SC_PII _SC_PII
    _SC_PII_XTI,
#define _SC_PII_XTI _SC_PII_XTI
    _SC_PII_SOCKET,
#define _SC_PII_SOCKET _SC_PII_SOCKET
    _SC_PII_INTERNET,
#define _SC_PII_INTERNET _SC_PII_INTERNET
    _SC_PII_OSI,
#define _SC_PII_OSI _SC_PII_OSI
    _SC_POLL,
#define _SC_POLL _SC_POLL
    _SC_SELECT,
#define _SC_SELECT _SC_SELECT
    _SC_UIO_MAXIOV,
#define _SC_UIO_MAXIOV _SC_UIO_MAXIOV
    _SC_IOV_MAX = _SC_UIO_MAXIOV,
#define _SC_IOV_MAX _SC_IOV_MAX
    _SC_PII_INTERNET_STREAM,
#define _SC_PII_INTERNET_STREAM _SC_PII_INTERNET_STREAM
    _SC_PII_INTERNET_DGRAM,
#define _SC_PII_INTERNET_DGRAM _SC_PII_INTERNET_DGRAM
    _SC_PII_OSI_COTS,
#define _SC_PII_OSI_COTS _SC_PII_OSI_COTS
    _SC_PII_OSI_CLTS,
#define _SC_PII_OSI_CLTS _SC_PII_OSI_CLTS
    _SC_PII_OSI_M,
#define _SC_PII_OSI_M _SC_PII_OSI_M
    _SC_T_IOV_MAX,
#define _SC_T_IOV_MAX _SC_T_IOV_MAX


    _SC_THREADS,
#define _SC_THREADS _SC_THREADS
    _SC_THREAD_SAFE_FUNCTIONS,
#define _SC_THREAD_SAFE_FUNCTIONS _SC_THREAD_SAFE_FUNCTIONS
    _SC_GETGR_R_SIZE_MAX,
#define _SC_GETGR_R_SIZE_MAX _SC_GETGR_R_SIZE_MAX
    _SC_GETPW_R_SIZE_MAX,
#define _SC_GETPW_R_SIZE_MAX _SC_GETPW_R_SIZE_MAX
    _SC_LOGIN_NAME_MAX,
#define _SC_LOGIN_NAME_MAX _SC_LOGIN_NAME_MAX
    _SC_TTY_NAME_MAX,
#define _SC_TTY_NAME_MAX _SC_TTY_NAME_MAX
    _SC_THREAD_DESTRUCTOR_ITERATIONS,
#define _SC_THREAD_DESTRUCTOR_ITERATIONS _SC_THREAD_DESTRUCTOR_ITERATIONS
    _SC_THREAD_KEYS_MAX,
#define _SC_THREAD_KEYS_MAX _SC_THREAD_KEYS_MAX
    _SC_THREAD_STACK_MIN,
#define _SC_THREAD_STACK_MIN _SC_THREAD_STACK_MIN
    _SC_THREAD_THREADS_MAX,
#define _SC_THREAD_THREADS_MAX _SC_THREAD_THREADS_MAX
    _SC_THREAD_ATTR_STACKADDR,
#define _SC_THREAD_ATTR_STACKADDR _SC_THREAD_ATTR_STACKADDR
    _SC_THREAD_ATTR_STACKSIZE,
#define _SC_THREAD_ATTR_STACKSIZE _SC_THREAD_ATTR_STACKSIZE
    _SC_THREAD_PRIORITY_SCHEDULING,
#define _SC_THREAD_PRIORITY_SCHEDULING _SC_THREAD_PRIORITY_SCHEDULING
    _SC_THREAD_PRIO_INHERIT,
#define _SC_THREAD_PRIO_INHERIT _SC_THREAD_PRIO_INHERIT
    _SC_THREAD_PRIO_PROTECT,
#define _SC_THREAD_PRIO_PROTECT _SC_THREAD_PRIO_PROTECT
    _SC_THREAD_PROCESS_SHARED,
#define _SC_THREAD_PROCESS_SHARED _SC_THREAD_PROCESS_SHARED

    _SC_NPROCESSORS_CONF,
#define _SC_NPROCESSORS_CONF _SC_NPROCESSORS_CONF
    _SC_NPROCESSORS_ONLN,
#define _SC_NPROCESSORS_ONLN _SC_NPROCESSORS_ONLN
    _SC_PHYS_PAGES,
#define _SC_PHYS_PAGES _SC_PHYS_PAGES
    _SC_AVPHYS_PAGES,
#define _SC_AVPHYS_PAGES _SC_AVPHYS_PAGES
    _SC_ATEXIT_MAX,
#define _SC_ATEXIT_MAX _SC_ATEXIT_MAX
    _SC_PASS_MAX,
#define _SC_PASS_MAX _SC_PASS_MAX

    _SC_XOPEN_VERSION,
#define _SC_XOPEN_VERSION _SC_XOPEN_VERSION
    _SC_XOPEN_XCU_VERSION,
#define _SC_XOPEN_XCU_VERSION _SC_XOPEN_XCU_VERSION
    _SC_XOPEN_UNIX,
#define _SC_XOPEN_UNIX _SC_XOPEN_UNIX
    _SC_XOPEN_CRYPT,
#define _SC_XOPEN_CRYPT _SC_XOPEN_CRYPT
    _SC_XOPEN_ENH_I18N,
#define _SC_XOPEN_ENH_I18N _SC_XOPEN_ENH_I18N
    _SC_XOPEN_SHM,
#define _SC_XOPEN_SHM _SC_XOPEN_SHM

    _SC_2_CHAR_TERM,
#define _SC_2_CHAR_TERM _SC_2_CHAR_TERM
    _SC_2_C_VERSION,
#define _SC_2_C_VERSION _SC_2_C_VERSION
    _SC_2_UPE,
#define _SC_2_UPE _SC_2_UPE

    _SC_XOPEN_XPG2,
#define _SC_XOPEN_XPG2 _SC_XOPEN_XPG2
    _SC_XOPEN_XPG3,
#define _SC_XOPEN_XPG3 _SC_XOPEN_XPG3
    _SC_XOPEN_XPG4,
#define _SC_XOPEN_XPG4 _SC_XOPEN_XPG4

    _SC_CHAR_BIT,
#define _SC_CHAR_BIT _SC_CHAR_BIT
    _SC_CHAR_MAX,
#define _SC_CHAR_MAX _SC_CHAR_MAX
    _SC_CHAR_MIN,
#define _SC_CHAR_MIN _SC_CHAR_MIN
    _SC_INT_MAX,
#define _SC_INT_MAX _SC_INT_MAX
    _SC_INT_MIN,
#define _SC_INT_MIN _SC_INT_MIN
    _SC_LONG_BIT,
#define _SC_LONG_BIT _SC_LONG_BIT
    _SC_WORD_BIT,
#define _SC_WORD_BIT _SC_WORD_BIT
    _SC_MB_LEN_MAX,
#define _SC_MB_LEN_MAX _SC_MB_LEN_MAX
    _SC_NZERO,
#define _SC_NZERO _SC_NZERO
    _SC_SSIZE_MAX,
#define _SC_SSIZE_MAX _SC_SSIZE_MAX
    _SC_SCHAR_MAX,
#define _SC_SCHAR_MAX _SC_SCHAR_MAX
    _SC_SCHAR_MIN,
#define _SC_SCHAR_MIN _SC_SCHAR_MIN
    _SC_SHRT_MAX,
#define _SC_SHRT_MAX _SC_SHRT_MAX
    _SC_SHRT_MIN,
#define _SC_SHRT_MIN _SC_SHRT_MIN
    _SC_UCHAR_MAX,
#define _SC_UCHAR_MAX _SC_UCHAR_MAX
    _SC_UINT_MAX,
#define _SC_UINT_MAX _SC_UINT_MAX
    _SC_ULONG_MAX,
#define _SC_ULONG_MAX _SC_ULONG_MAX
    _SC_USHRT_MAX,
#define _SC_USHRT_MAX _SC_USHRT_MAX

    _SC_NL_ARGMAX,
#define _SC_NL_ARGMAX _SC_NL_ARGMAX
    _SC_NL_LANGMAX,
#define _SC_NL_LANGMAX _SC_NL_LANGMAX
    _SC_NL_MSGMAX,
#define _SC_NL_MSGMAX _SC_NL_MSGMAX
    _SC_NL_NMAX,
#define _SC_NL_NMAX _SC_NL_NMAX
    _SC_NL_SETMAX,
#define _SC_NL_SETMAX _SC_NL_SETMAX
    _SC_NL_TEXTMAX,
#define _SC_NL_TEXTMAX _SC_NL_TEXTMAX

    _SC_XBS5_ILP32_OFF32,
#define _SC_XBS5_ILP32_OFF32 _SC_XBS5_ILP32_OFF32
    _SC_XBS5_ILP32_OFFBIG,
#define _SC_XBS5_ILP32_OFFBIG _SC_XBS5_ILP32_OFFBIG
    _SC_XBS5_LP64_OFF64,
#define _SC_XBS5_LP64_OFF64 _SC_XBS5_LP64_OFF64
    _SC_XBS5_LPBIG_OFFBIG,
#define _SC_XBS5_LPBIG_OFFBIG _SC_XBS5_LPBIG_OFFBIG

    _SC_XOPEN_LEGACY,
#define _SC_XOPEN_LEGACY _SC_XOPEN_LEGACY
    _SC_XOPEN_REALTIME,
#define _SC_XOPEN_REALTIME _SC_XOPEN_REALTIME
    _SC_XOPEN_REALTIME_THREADS,
#define _SC_XOPEN_REALTIME_THREADS _SC_XOPEN_REALTIME_THREADS

    _SC_ADVISORY_INFO,
#define _SC_ADVISORY_INFO _SC_ADVISORY_INFO
    _SC_BARRIERS,
#define _SC_BARRIERS _SC_BARRIERS
    _SC_BASE,
#define _SC_BASE _SC_BASE
    _SC_C_LANG_SUPPORT,
#define _SC_C_LANG_SUPPORT _SC_C_LANG_SUPPORT
    _SC_C_LANG_SUPPORT_R,
#define _SC_C_LANG_SUPPORT_R _SC_C_LANG_SUPPORT_R
    _SC_CLOCK_SELECTION,
#define _SC_CLOCK_SELECTION _SC_CLOCK_SELECTION
    _SC_CPUTIME,
#define _SC_CPUTIME _SC_CPUTIME
    _SC_THREAD_CPUTIME,
#define _SC_THREAD_CPUTIME _SC_THREAD_CPUTIME
    _SC_DEVICE_IO,
#define _SC_DEVICE_IO _SC_DEVICE_IO
    _SC_DEVICE_SPECIFIC,
#define _SC_DEVICE_SPECIFIC _SC_DEVICE_SPECIFIC
    _SC_DEVICE_SPECIFIC_R,
#define _SC_DEVICE_SPECIFIC_R _SC_DEVICE_SPECIFIC_R
    _SC_FD_MGMT,
#define _SC_FD_MGMT _SC_FD_MGMT
    _SC_FIFO,
#define _SC_FIFO _SC_FIFO
    _SC_PIPE,
#define _SC_PIPE _SC_PIPE
    _SC_FILE_ATTRIBUTES,
#define _SC_FILE_ATTRIBUTES _SC_FILE_ATTRIBUTES
    _SC_FILE_LOCKING,
#define _SC_FILE_LOCKING _SC_FILE_LOCKING
    _SC_FILE_SYSTEM,
#define _SC_FILE_SYSTEM _SC_FILE_SYSTEM
    _SC_MONOTONIC_CLOCK,
#define _SC_MONOTONIC_CLOCK _SC_MONOTONIC_CLOCK
    _SC_MULTI_PROCESS,
#define _SC_MULTI_PROCESS _SC_MULTI_PROCESS
    _SC_SINGLE_PROCESS,
#define _SC_SINGLE_PROCESS _SC_SINGLE_PROCESS
    _SC_NETWORKING,
#define _SC_NETWORKING _SC_NETWORKING
    _SC_READER_WRITER_LOCKS,
#define _SC_READER_WRITER_LOCKS _SC_READER_WRITER_LOCKS
    _SC_SPIN_LOCKS,
#define _SC_SPIN_LOCKS _SC_SPIN_LOCKS
    _SC_REGEXP,
#define _SC_REGEXP _SC_REGEXP
    _SC_REGEX_VERSION,
#define _SC_REGEX_VERSION _SC_REGEX_VERSION
    _SC_SHELL,
#define _SC_SHELL _SC_SHELL
    _SC_SIGNALS,
#define _SC_SIGNALS _SC_SIGNALS
    _SC_SPAWN,
#define _SC_SPAWN _SC_SPAWN
    _SC_SPORADIC_SERVER,
#define _SC_SPORADIC_SERVER _SC_SPORADIC_SERVER
    _SC_THREAD_SPORADIC_SERVER,
#define _SC_THREAD_SPORADIC_SERVER _SC_THREAD_SPORADIC_SERVER
    _SC_SYSTEM_DATABASE,
#define _SC_SYSTEM_DATABASE _SC_SYSTEM_DATABASE
    _SC_SYSTEM_DATABASE_R,
#define _SC_SYSTEM_DATABASE_R _SC_SYSTEM_DATABASE_R
    _SC_TIMEOUTS,
#define _SC_TIMEOUTS _SC_TIMEOUTS
    _SC_TYPED_MEMORY_OBJECTS,
#define _SC_TYPED_MEMORY_OBJECTS _SC_TYPED_MEMORY_OBJECTS
    _SC_USER_GROUPS,
#define _SC_USER_GROUPS _SC_USER_GROUPS
    _SC_USER_GROUPS_R,
#define _SC_USER_GROUPS_R _SC_USER_GROUPS_R
    _SC_2_PBS,
#define _SC_2_PBS _SC_2_PBS
    _SC_2_PBS_ACCOUNTING,
#define _SC_2_PBS_ACCOUNTING _SC_2_PBS_ACCOUNTING
    _SC_2_PBS_LOCATE,
#define _SC_2_PBS_LOCATE _SC_2_PBS_LOCATE
    _SC_2_PBS_MESSAGE,
#define _SC_2_PBS_MESSAGE _SC_2_PBS_MESSAGE
    _SC_2_PBS_TRACK,
#define _SC_2_PBS_TRACK _SC_2_PBS_TRACK
    _SC_SYMLOOP_MAX,
#define _SC_SYMLOOP_MAX _SC_SYMLOOP_MAX
    _SC_STREAMS,
#define _SC_STREAMS _SC_STREAMS
    _SC_2_PBS_CHECKPOINT,
#define _SC_2_PBS_CHECKPOINT _SC_2_PBS_CHECKPOINT

    _SC_V6_ILP32_OFF32,
#define _SC_V6_ILP32_OFF32 _SC_V6_ILP32_OFF32
    _SC_V6_ILP32_OFFBIG,
#define _SC_V6_ILP32_OFFBIG _SC_V6_ILP32_OFFBIG
    _SC_V6_LP64_OFF64,
#define _SC_V6_LP64_OFF64 _SC_V6_LP64_OFF64
    _SC_V6_LPBIG_OFFBIG,
#define _SC_V6_LPBIG_OFFBIG _SC_V6_LPBIG_OFFBIG

    _SC_HOST_NAME_MAX,
#define _SC_HOST_NAME_MAX _SC_HOST_NAME_MAX
    _SC_TRACE,
#define _SC_TRACE _SC_TRACE
    _SC_TRACE_EVENT_FILTER,
#define _SC_TRACE_EVENT_FILTER _SC_TRACE_EVENT_FILTER
    _SC_TRACE_INHERIT,
#define _SC_TRACE_INHERIT _SC_TRACE_INHERIT
    _SC_TRACE_LOG,
#define _SC_TRACE_LOG _SC_TRACE_LOG

    _SC_LEVEL1_ICACHE_SIZE,
#define _SC_LEVEL1_ICACHE_SIZE _SC_LEVEL1_ICACHE_SIZE
    _SC_LEVEL1_ICACHE_ASSOC,
#define _SC_LEVEL1_ICACHE_ASSOC _SC_LEVEL1_ICACHE_ASSOC
    _SC_LEVEL1_ICACHE_LINESIZE,
#define _SC_LEVEL1_ICACHE_LINESIZE _SC_LEVEL1_ICACHE_LINESIZE
    _SC_LEVEL1_DCACHE_SIZE,
#define _SC_LEVEL1_DCACHE_SIZE _SC_LEVEL1_DCACHE_SIZE
    _SC_LEVEL1_DCACHE_ASSOC,
#define _SC_LEVEL1_DCACHE_ASSOC _SC_LEVEL1_DCACHE_ASSOC
    _SC_LEVEL1_DCACHE_LINESIZE,
#define _SC_LEVEL1_DCACHE_LINESIZE _SC_LEVEL1_DCACHE_LINESIZE
    _SC_LEVEL2_CACHE_SIZE,
#define _SC_LEVEL2_CACHE_SIZE _SC_LEVEL2_CACHE_SIZE
    _SC_LEVEL2_CACHE_ASSOC,
#define _SC_LEVEL2_CACHE_ASSOC _SC_LEVEL2_CACHE_ASSOC
    _SC_LEVEL2_CACHE_LINESIZE,
#define _SC_LEVEL2_CACHE_LINESIZE _SC_LEVEL2_CACHE_LINESIZE
    _SC_LEVEL3_CACHE_SIZE,
#define _SC_LEVEL3_CACHE_SIZE _SC_LEVEL3_CACHE_SIZE
    _SC_LEVEL3_CACHE_ASSOC,
#define _SC_LEVEL3_CACHE_ASSOC _SC_LEVEL3_CACHE_ASSOC
    _SC_LEVEL3_CACHE_LINESIZE,
#define _SC_LEVEL3_CACHE_LINESIZE _SC_LEVEL3_CACHE_LINESIZE
    _SC_LEVEL4_CACHE_SIZE,
#define _SC_LEVEL4_CACHE_SIZE _SC_LEVEL4_CACHE_SIZE
    _SC_LEVEL4_CACHE_ASSOC,
#define _SC_LEVEL4_CACHE_ASSOC _SC_LEVEL4_CACHE_ASSOC
    _SC_LEVEL4_CACHE_LINESIZE,
#define _SC_LEVEL4_CACHE_LINESIZE _SC_LEVEL4_CACHE_LINESIZE


    _SC_IPV6 = _SC_LEVEL1_ICACHE_SIZE + 50,
#define _SC_IPV6 _SC_IPV6
    _SC_RAW_SOCKETS
#define _SC_RAW_SOCKETS _SC_RAW_SOCKETS
  };


enum
  {
    _CS_PATH,
#define _CS_PATH _CS_PATH

    _CS_V6_WIDTH_RESTRICTED_ENVS,
#define _CS_V6_WIDTH_RESTRICTED_ENVS _CS_V6_WIDTH_RESTRICTED_ENVS

    _CS_GNU_LIBC_VERSION,
#define _CS_GNU_LIBC_VERSION _CS_GNU_LIBC_VERSION
    _CS_GNU_LIBPTHREAD_VERSION,
#define _CS_GNU_LIBPTHREAD_VERSION _CS_GNU_LIBPTHREAD_VERSION

    _CS_LFS_CFLAGS = 1000,
#define _CS_LFS_CFLAGS _CS_LFS_CFLAGS
    _CS_LFS_LDFLAGS,
#define _CS_LFS_LDFLAGS _CS_LFS_LDFLAGS
    _CS_LFS_LIBS,
#define _CS_LFS_LIBS _CS_LFS_LIBS
    _CS_LFS_LINTFLAGS,
#define _CS_LFS_LINTFLAGS _CS_LFS_LINTFLAGS
    _CS_LFS64_CFLAGS,
#define _CS_LFS64_CFLAGS _CS_LFS64_CFLAGS
    _CS_LFS64_LDFLAGS,
#define _CS_LFS64_LDFLAGS _CS_LFS64_LDFLAGS
    _CS_LFS64_LIBS,
#define _CS_LFS64_LIBS _CS_LFS64_LIBS
    _CS_LFS64_LINTFLAGS,
#define _CS_LFS64_LINTFLAGS _CS_LFS64_LINTFLAGS

    _CS_XBS5_ILP32_OFF32_CFLAGS = 1100,
#define _CS_XBS5_ILP32_OFF32_CFLAGS _CS_XBS5_ILP32_OFF32_CFLAGS
    _CS_XBS5_ILP32_OFF32_LDFLAGS,
#define _CS_XBS5_ILP32_OFF32_LDFLAGS _CS_XBS5_ILP32_OFF32_LDFLAGS
    _CS_XBS5_ILP32_OFF32_LIBS,
#define _CS_XBS5_ILP32_OFF32_LIBS _CS_XBS5_ILP32_OFF32_LIBS
    _CS_XBS5_ILP32_OFF32_LINTFLAGS,
#define _CS_XBS5_ILP32_OFF32_LINTFLAGS _CS_XBS5_ILP32_OFF32_LINTFLAGS
    _CS_XBS5_ILP32_OFFBIG_CFLAGS,
#define _CS_XBS5_ILP32_OFFBIG_CFLAGS _CS_XBS5_ILP32_OFFBIG_CFLAGS
    _CS_XBS5_ILP32_OFFBIG_LDFLAGS,
#define _CS_XBS5_ILP32_OFFBIG_LDFLAGS _CS_XBS5_ILP32_OFFBIG_LDFLAGS
    _CS_XBS5_ILP32_OFFBIG_LIBS,
#define _CS_XBS5_ILP32_OFFBIG_LIBS _CS_XBS5_ILP32_OFFBIG_LIBS
    _CS_XBS5_ILP32_OFFBIG_LINTFLAGS,
#define _CS_XBS5_ILP32_OFFBIG_LINTFLAGS _CS_XBS5_ILP32_OFFBIG_LINTFLAGS
    _CS_XBS5_LP64_OFF64_CFLAGS,
#define _CS_XBS5_LP64_OFF64_CFLAGS _CS_XBS5_LP64_OFF64_CFLAGS
    _CS_XBS5_LP64_OFF64_LDFLAGS,
#define _CS_XBS5_LP64_OFF64_LDFLAGS _CS_XBS5_LP64_OFF64_LDFLAGS
    _CS_XBS5_LP64_OFF64_LIBS,
#define _CS_XBS5_LP64_OFF64_LIBS _CS_XBS5_LP64_OFF64_LIBS
    _CS_XBS5_LP64_OFF64_LINTFLAGS,
#define _CS_XBS5_LP64_OFF64_LINTFLAGS _CS_XBS5_LP64_OFF64_LINTFLAGS
    _CS_XBS5_LPBIG_OFFBIG_CFLAGS,
#define _CS_XBS5_LPBIG_OFFBIG_CFLAGS _CS_XBS5_LPBIG_OFFBIG_CFLAGS
    _CS_XBS5_LPBIG_OFFBIG_LDFLAGS,
#define _CS_XBS5_LPBIG_OFFBIG_LDFLAGS _CS_XBS5_LPBIG_OFFBIG_LDFLAGS
    _CS_XBS5_LPBIG_OFFBIG_LIBS,
#define _CS_XBS5_LPBIG_OFFBIG_LIBS _CS_XBS5_LPBIG_OFFBIG_LIBS
    _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS,
#define _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS _CS_XBS5_LPBIG_OFFBIG_LINTFLAGS

    _CS_POSIX_V6_ILP32_OFF32_CFLAGS,
#define _CS_POSIX_V6_ILP32_OFF32_CFLAGS _CS_POSIX_V6_ILP32_OFF32_CFLAGS
    _CS_POSIX_V6_ILP32_OFF32_LDFLAGS,
#define _CS_POSIX_V6_ILP32_OFF32_LDFLAGS _CS_POSIX_V6_ILP32_OFF32_LDFLAGS
    _CS_POSIX_V6_ILP32_OFF32_LIBS,
#define _CS_POSIX_V6_ILP32_OFF32_LIBS _CS_POSIX_V6_ILP32_OFF32_LIBS
    _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS,
#define _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS _CS_POSIX_V6_ILP32_OFF32_LINTFLAGS
    _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS,
#define _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS _CS_POSIX_V6_ILP32_OFFBIG_CFLAGS
    _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS,
#define _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS _CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS
    _CS_POSIX_V6_ILP32_OFFBIG_LIBS,
#define _CS_POSIX_V6_ILP32_OFFBIG_LIBS _CS_POSIX_V6_ILP32_OFFBIG_LIBS
    _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS,
#define _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS _CS_POSIX_V6_ILP32_OFFBIG_LINTFLAGS
    _CS_POSIX_V6_LP64_OFF64_CFLAGS,
#define _CS_POSIX_V6_LP64_OFF64_CFLAGS _CS_POSIX_V6_LP64_OFF64_CFLAGS
    _CS_POSIX_V6_LP64_OFF64_LDFLAGS,
#define _CS_POSIX_V6_LP64_OFF64_LDFLAGS _CS_POSIX_V6_LP64_OFF64_LDFLAGS
    _CS_POSIX_V6_LP64_OFF64_LIBS,
#define _CS_POSIX_V6_LP64_OFF64_LIBS _CS_POSIX_V6_LP64_OFF64_LIBS
    _CS_POSIX_V6_LP64_OFF64_LINTFLAGS,
#define _CS_POSIX_V6_LP64_OFF64_LINTFLAGS _CS_POSIX_V6_LP64_OFF64_LINTFLAGS
    _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS,
#define _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS
    _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS,
#define _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS
    _CS_POSIX_V6_LPBIG_OFFBIG_LIBS,
#define _CS_POSIX_V6_LPBIG_OFFBIG_LIBS _CS_POSIX_V6_LPBIG_OFFBIG_LIBS
    _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS
#define _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS _CS_POSIX_V6_LPBIG_OFFBIG_LINTFLAGS
  };
# 555 "/usr/include/unistd.h" 2 3 4


extern long int pathconf (__const char *__path, int __name)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));


extern long int fpathconf (int __fd, int __name) __attribute__ ((__nothrow__));


extern long int sysconf (int __name) __attribute__ ((__nothrow__));



extern size_t confstr (int __name, char *__buf, size_t __len) __attribute__ ((__nothrow__));




extern __pid_t getpid (void) __attribute__ ((__nothrow__));


extern __pid_t getppid (void) __attribute__ ((__nothrow__));




extern __pid_t getpgrp (void) __attribute__ ((__nothrow__));
# 591 "/usr/include/unistd.h" 3 4
extern __pid_t __getpgid (__pid_t __pid) __attribute__ ((__nothrow__));

extern __pid_t getpgid (__pid_t __pid) __attribute__ ((__nothrow__));






extern int setpgid (__pid_t __pid, __pid_t __pgid) __attribute__ ((__nothrow__));
# 617 "/usr/include/unistd.h" 3 4
extern int setpgrp (void) __attribute__ ((__nothrow__));
# 634 "/usr/include/unistd.h" 3 4
extern __pid_t setsid (void) __attribute__ ((__nothrow__));



extern __pid_t getsid (__pid_t __pid) __attribute__ ((__nothrow__));



extern __uid_t getuid (void) __attribute__ ((__nothrow__));


extern __uid_t geteuid (void) __attribute__ ((__nothrow__));


extern __gid_t getgid (void) __attribute__ ((__nothrow__));


extern __gid_t getegid (void) __attribute__ ((__nothrow__));




extern int getgroups (int __size, __gid_t __list[]) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));



extern int group_member (__gid_t __gid) __attribute__ ((__nothrow__));






extern int setuid (__uid_t __uid) __attribute__ ((__nothrow__));




extern int setreuid (__uid_t __ruid, __uid_t __euid) __attribute__ ((__nothrow__));




extern int seteuid (__uid_t __uid) __attribute__ ((__nothrow__));






extern int setgid (__gid_t __gid) __attribute__ ((__nothrow__));




extern int setregid (__gid_t __rgid, __gid_t __egid) __attribute__ ((__nothrow__));




extern int setegid (__gid_t __gid) __attribute__ ((__nothrow__));





extern int getresuid (__uid_t *__ruid, __uid_t *__euid, __uid_t *__suid)
     __attribute__ ((__nothrow__));



extern int getresgid (__gid_t *__rgid, __gid_t *__egid, __gid_t *__sgid)
     __attribute__ ((__nothrow__));



extern int setresuid (__uid_t __ruid, __uid_t __euid, __uid_t __suid)
     __attribute__ ((__nothrow__));



extern int setresgid (__gid_t __rgid, __gid_t __egid, __gid_t __sgid)
     __attribute__ ((__nothrow__));






extern __pid_t fork (void) __attribute__ ((__nothrow__));






extern __pid_t vfork (void) __attribute__ ((__nothrow__));





extern char *ttyname (int __fd) __attribute__ ((__nothrow__));



extern int ttyname_r (int __fd, char *__buf, size_t __buflen)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2))) __attribute__ ((__warn_unused_result__));



extern int isatty (int __fd) __attribute__ ((__nothrow__));





extern int ttyslot (void) __attribute__ ((__nothrow__));




extern int link (__const char *__from, __const char *__to)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__));




extern int linkat (int __fromfd, __const char *__from, int __tofd,
     __const char *__to, int __flags)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 4))) __attribute__ ((__warn_unused_result__));




extern int symlink (__const char *__from, __const char *__to)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__));




extern ssize_t readlink (__const char *__restrict __path,
    char *__restrict __buf, size_t __len)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__));




extern int symlinkat (__const char *__from, int __tofd,
        __const char *__to) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 3))) __attribute__ ((__warn_unused_result__));


extern ssize_t readlinkat (int __fd, __const char *__restrict __path,
      char *__restrict __buf, size_t __len)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3))) __attribute__ ((__warn_unused_result__));



extern int unlink (__const char *__name) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));



extern int unlinkat (int __fd, __const char *__name, int __flag)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));



extern int rmdir (__const char *__path) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));



extern __pid_t tcgetpgrp (int __fd) __attribute__ ((__nothrow__));


extern int tcsetpgrp (int __fd, __pid_t __pgrp_id) __attribute__ ((__nothrow__));






extern char *getlogin (void);







extern int getlogin_r (char *__name, size_t __name_len) __attribute__ ((__nonnull__ (1)));




extern int setlogin (__const char *__name) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));







#define __need_getopt 
# 1 "../lib/getopt.h" 1 3 4
# 23 "../lib/getopt.h" 3 4
       
# 24 "../lib/getopt.h" 3







#define _GL_SYSTEM_GETOPT 
# 1 "/usr/include/getopt.h" 1 3 4
# 59 "/usr/include/getopt.h" 3 4
extern char *optarg;
# 73 "/usr/include/getopt.h" 3 4
extern int optind;




extern int opterr;



extern int optopt;
# 152 "/usr/include/getopt.h" 3 4
extern int getopt (int ___argc, char *const *___argv, const char *__shortopts)
       __attribute__ ((__nothrow__));
# 175 "/usr/include/getopt.h" 3 4
#undef __need_getopt
# 33 "../lib/getopt.h" 2 3
#undef _GL_SYSTEM_GETOPT





#define _GL_GETOPT_H 1
# 57 "../lib/getopt.h" 3
#undef __need_getopt
#undef getopt
#undef getopt_long
#undef getopt_long_only
#undef optarg
#undef opterr
#undef optind
#undef optopt
#undef option
#define __GETOPT_CONCAT(x,y) x ## y
#define __GETOPT_XCONCAT(x,y) __GETOPT_CONCAT (x, y)
#define __GETOPT_ID(y) __GETOPT_XCONCAT (__GETOPT_PREFIX, y)
#define getopt __GETOPT_ID (getopt)
#define getopt_long __GETOPT_ID (getopt_long)
#define getopt_long_only __GETOPT_ID (getopt_long_only)
#define optarg __GETOPT_ID (optarg)
#define opterr __GETOPT_ID (opterr)
#define optind __GETOPT_ID (optind)
#define optopt __GETOPT_ID (optopt)
#define option __GETOPT_ID (option)
#define _getopt_internal __GETOPT_ID (getopt_internal)
# 98 "../lib/getopt.h" 3
#define __getopt_argv_const 
# 148 "../lib/getopt.h" 3
extern char *rpl_optarg;
# 162 "../lib/getopt.h" 3
extern int rpl_optind;




extern int rpl_opterr;



extern int rpl_optopt;
# 196 "../lib/getopt.h" 3
struct rpl_option
{
  const char *name;


  int has_arg;
  int *flag;
  int val;
};
#define GNULIB_defined_struct_option 1




#define no_argument 0
#define required_argument 1
#define optional_argument 2
# 241 "../lib/getopt.h" 3
extern int rpl_getopt (int ___argc, char *const *___argv, const char *__shortopts)
       __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));


extern int rpl_getopt_long (int ___argc, char * *___argv,
                        const char *__shortopts,
                        const struct rpl_option *__longopts, int *__longind)
       __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));
extern int rpl_getopt_long_only (int ___argc, char * *___argv,
                             const char *__shortopts,
                             const struct rpl_option *__longopts, int *__longind)
       __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3)));
# 261 "../lib/getopt.h" 3
#undef __need_getopt
# 838 "/usr/include/unistd.h" 2 3 4







extern int gethostname (char *__name, size_t __len) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));






extern int sethostname (__const char *__name, size_t __len)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));



extern int sethostid (long int __id) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));





extern int getdomainname (char *__name, size_t __len)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
extern int setdomainname (__const char *__name, size_t __len)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));





extern int vhangup (void) __attribute__ ((__nothrow__));


extern int revoke (__const char *__file) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));







extern int profil (unsigned short int *__sample_buffer, size_t __size,
     size_t __offset, unsigned int __scale)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));





extern int acct (__const char *__name) __attribute__ ((__nothrow__));



extern char *getusershell (void) __attribute__ ((__nothrow__));
extern void endusershell (void) __attribute__ ((__nothrow__));
extern void setusershell (void) __attribute__ ((__nothrow__));





extern int daemon (int __nochdir, int __noclose) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));






extern int chroot (__const char *__path) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));



extern char *getpass (__const char *__prompt) __attribute__ ((__nonnull__ (1)));
# 923 "/usr/include/unistd.h" 3 4
extern int fsync (int __fd);






extern long int gethostid (void);


extern void sync (void) __attribute__ ((__nothrow__));




extern int getpagesize (void) __attribute__ ((__nothrow__)) __attribute__ ((__const__));




extern int getdtablesize (void) __attribute__ ((__nothrow__));




extern int truncate (__const char *__file, __off_t __length)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
# 960 "/usr/include/unistd.h" 3 4
extern int truncate64 (__const char *__file, __off64_t __length)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
# 970 "/usr/include/unistd.h" 3 4
extern int ftruncate (int __fd, __off_t __length) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));
# 980 "/usr/include/unistd.h" 3 4
extern int ftruncate64 (int __fd, __off64_t __length) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));
# 990 "/usr/include/unistd.h" 3 4
extern int brk (void *__addr) __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));





extern void *sbrk (intptr_t __delta) __attribute__ ((__nothrow__));
# 1011 "/usr/include/unistd.h" 3 4
extern long int syscall (long int __sysno, ...) __attribute__ ((__nothrow__));
# 1028 "/usr/include/unistd.h" 3 4
#define F_ULOCK 0
#define F_LOCK 1
#define F_TLOCK 2
#define F_TEST 3


extern int lockf (int __fd, int __cmd, __off_t __len) __attribute__ ((__warn_unused_result__));
# 1044 "/usr/include/unistd.h" 3 4
extern int lockf64 (int __fd, int __cmd, __off64_t __len) __attribute__ ((__warn_unused_result__));
# 1054 "/usr/include/unistd.h" 3 4
#define TEMP_FAILURE_RETRY(expression) (__extension__ ({ long int __result; do __result = (long int) (expression); while (__result == -1L && errno == EINTR); __result; }))
# 1065 "/usr/include/unistd.h" 3 4
extern int fdatasync (int __fildes);







extern char *crypt (__const char *__key, __const char *__salt)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));



extern void encrypt (char *__block, int __edflag) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));






extern void swab (__const void *__restrict __from, void *__restrict __to,
    ssize_t __n) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2)));







extern char *ctermid (char *__s) __attribute__ ((__nothrow__));





# 1 "/usr/include/bits/unistd.h" 1 3 4
# 24 "/usr/include/bits/unistd.h" 3 4
extern ssize_t __read_chk (int __fd, void *__buf, size_t __nbytes,
      size_t __buflen) __attribute__ ((__warn_unused_result__));
extern ssize_t __read_alias (int __fd, void *__buf, size_t __nbytes) __asm__ ("" "read")
                               __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__warn_unused_result__)) ssize_t
read (int __fd, void *__buf, size_t __nbytes)
{
  if (__builtin_object_size (__buf, 0) != (size_t) -1
      && (!__builtin_constant_p (__nbytes) || __nbytes > __builtin_object_size (__buf, 0)))
    return __read_chk (__fd, __buf, __nbytes, __builtin_object_size (__buf, 0));
  return __read_alias (__fd, __buf, __nbytes);
}


extern ssize_t __pread_chk (int __fd, void *__buf, size_t __nbytes,
       __off_t __offset, size_t __bufsize) __attribute__ ((__warn_unused_result__));
extern ssize_t __pread64_chk (int __fd, void *__buf, size_t __nbytes,
         __off64_t __offset, size_t __bufsize) __attribute__ ((__warn_unused_result__));
extern ssize_t __pread_alias (int __fd, void *__buf, size_t __nbytes, __off_t __offset) __asm__ ("" "pread")

                                 __attribute__ ((__warn_unused_result__));
extern ssize_t __pread64_alias (int __fd, void *__buf, size_t __nbytes, __off64_t __offset) __asm__ ("" "pread64")

                                     __attribute__ ((__warn_unused_result__));


extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__warn_unused_result__)) ssize_t
pread (int __fd, void *__buf, size_t __nbytes, __off_t __offset)
{
  if (__builtin_object_size (__buf, 0) != (size_t) -1
      && (!__builtin_constant_p (__nbytes) || __nbytes > __builtin_object_size (__buf, 0)))
    return __pread_chk (__fd, __buf, __nbytes, __offset, __builtin_object_size (__buf, 0));
  return __pread_alias (__fd, __buf, __nbytes, __offset);
}
# 71 "/usr/include/bits/unistd.h" 3 4
extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__warn_unused_result__)) ssize_t
pread64 (int __fd, void *__buf, size_t __nbytes, __off64_t __offset)
{
  if (__builtin_object_size (__buf, 0) != (size_t) -1
      && (!__builtin_constant_p (__nbytes) || __nbytes > __builtin_object_size (__buf, 0)))
    return __pread64_chk (__fd, __buf, __nbytes, __offset, __builtin_object_size (__buf, 0));
  return __pread64_alias (__fd, __buf, __nbytes, __offset);
}




extern ssize_t __readlink_chk (__const char *__restrict __path,
          char *__restrict __buf, size_t __len,
          size_t __buflen)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__));
extern ssize_t __readlink_alias (__const char *__restrict __path, char *__restrict __buf, size_t __len) __asm__ ("" "readlink") __attribute__ ((__nothrow__))


     __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__nonnull__ (1, 2))) __attribute__ ((__warn_unused_result__)) ssize_t
__attribute__ ((__nothrow__)) readlink (__const char *__restrict __path, char *__restrict __buf, size_t __len)

{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__len) || __len > __builtin_object_size (__buf, 2 > 1)))
    return __readlink_chk (__path, __buf, __len, __builtin_object_size (__buf, 2 > 1));
  return __readlink_alias (__path, __buf, __len);
}



extern ssize_t __readlinkat_chk (int __fd, __const char *__restrict __path,
     char *__restrict __buf, size_t __len,
     size_t __buflen)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2, 3))) __attribute__ ((__warn_unused_result__));
extern ssize_t __readlinkat_alias (int __fd, __const char *__restrict __path, char *__restrict __buf, size_t __len) __asm__ ("" "readlinkat") __attribute__ ((__nothrow__))



     __attribute__ ((__nonnull__ (2, 3))) __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__nonnull__ (2, 3))) __attribute__ ((__warn_unused_result__)) ssize_t
__attribute__ ((__nothrow__)) readlinkat (int __fd, __const char *__restrict __path, char *__restrict __buf, size_t __len)

{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__len) || __len > __builtin_object_size (__buf, 2 > 1)))
    return __readlinkat_chk (__fd, __path, __buf, __len, __builtin_object_size (__buf, 2 > 1));
  return __readlinkat_alias (__fd, __path, __buf, __len);
}


extern char *__getcwd_chk (char *__buf, size_t __size, size_t __buflen)
     __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));
extern char *__getcwd_alias (char *__buf, size_t __size) __asm__ ("" "getcwd") __attribute__ ((__nothrow__))
                                              __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__warn_unused_result__)) char *
__attribute__ ((__nothrow__)) getcwd (char *__buf, size_t __size)
{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__size) || __size > __builtin_object_size (__buf, 2 > 1)))
    return __getcwd_chk (__buf, __size, __builtin_object_size (__buf, 2 > 1));
  return __getcwd_alias (__buf, __size);
}


extern char *__getwd_chk (char *__buf, size_t buflen)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
extern char *__getwd_alias (char *__buf) __asm__ ("" "getwd") __attribute__ ((__nothrow__))
     __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__deprecated__)) __attribute__ ((__warn_unused_result__)) char *
__attribute__ ((__nothrow__)) getwd (char *__buf)
{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1)
    return __getwd_chk (__buf, __builtin_object_size (__buf, 2 > 1));
  return __getwd_alias (__buf);
}


extern size_t __confstr_chk (int __name, char *__buf, size_t __len,
        size_t __buflen) __attribute__ ((__nothrow__));
extern size_t __confstr_alias (int __name, char *__buf, size_t __len) __asm__ ("" "confstr") __attribute__ ((__nothrow__))
                             ;

extern __inline __attribute__ ((__always_inline__)) size_t
__attribute__ ((__nothrow__)) confstr (int __name, char *__buf, size_t __len)
{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__len) || __builtin_object_size (__buf, 2 > 1) < __len))
    return __confstr_chk (__name, __buf, __len, __builtin_object_size (__buf, 2 > 1));
  return __confstr_alias (__name, __buf, __len);
}


extern int __getgroups_chk (int __size, __gid_t __list[], size_t listlen)
     __attribute__ ((__nothrow__)) __attribute__ ((__warn_unused_result__));
extern int __getgroups_alias (int __size, __gid_t __list[]) __asm__ ("" "getgroups") __attribute__ ((__nothrow__))
                 __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) int
__attribute__ ((__nothrow__)) getgroups (int __size, __gid_t __list[])
{
  if (__builtin_object_size (__list, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__size)
   || __size * sizeof (__gid_t) > __builtin_object_size (__list, 2 > 1)))
    return __getgroups_chk (__size, __list, __builtin_object_size (__list, 2 > 1));
  return __getgroups_alias (__size, __list);
}


extern int __ttyname_r_chk (int __fd, char *__buf, size_t __buflen,
       size_t __nreal) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (2)));
extern int __ttyname_r_alias (int __fd, char *__buf, size_t __buflen) __asm__ ("" "ttyname_r") __attribute__ ((__nothrow__))

     __attribute__ ((__nonnull__ (2)));

extern __inline __attribute__ ((__always_inline__)) int
__attribute__ ((__nothrow__)) ttyname_r (int __fd, char *__buf, size_t __buflen)
{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__buflen) || __buflen > __builtin_object_size (__buf, 2 > 1)))
    return __ttyname_r_chk (__fd, __buf, __buflen, __builtin_object_size (__buf, 2 > 1));
  return __ttyname_r_alias (__fd, __buf, __buflen);
}



extern int __getlogin_r_chk (char *__buf, size_t __buflen, size_t __nreal)
     __attribute__ ((__nonnull__ (1)));
extern int __getlogin_r_alias (char *__buf, size_t __buflen) __asm__ ("" "getlogin_r")
                     __attribute__ ((__nonnull__ (1)));

extern __inline __attribute__ ((__always_inline__)) int
getlogin_r (char *__buf, size_t __buflen)
{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__buflen) || __buflen > __builtin_object_size (__buf, 2 > 1)))
    return __getlogin_r_chk (__buf, __buflen, __builtin_object_size (__buf, 2 > 1));
  return __getlogin_r_alias (__buf, __buflen);
}




extern int __gethostname_chk (char *__buf, size_t __buflen, size_t __nreal)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1)));
extern int __gethostname_alias (char *__buf, size_t __buflen) __asm__ ("" "gethostname") __attribute__ ((__nothrow__))
                   __attribute__ ((__nonnull__ (1)));

extern __inline __attribute__ ((__always_inline__)) int
__attribute__ ((__nothrow__)) gethostname (char *__buf, size_t __buflen)
{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__buflen) || __buflen > __builtin_object_size (__buf, 2 > 1)))
    return __gethostname_chk (__buf, __buflen, __builtin_object_size (__buf, 2 > 1));
  return __gethostname_alias (__buf, __buflen);
}




extern int __getdomainname_chk (char *__buf, size_t __buflen, size_t __nreal)
     __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));
extern int __getdomainname_alias (char *__buf, size_t __buflen) __asm__ ("" "getdomainname") __attribute__ ((__nothrow__))

                     __attribute__ ((__nonnull__ (1))) __attribute__ ((__warn_unused_result__));

extern __inline __attribute__ ((__always_inline__)) int
__attribute__ ((__nothrow__)) getdomainname (char *__buf, size_t __buflen)
{
  if (__builtin_object_size (__buf, 2 > 1) != (size_t) -1
      && (!__builtin_constant_p (__buflen) || __buflen > __builtin_object_size (__buf, 2 > 1)))
    return __getdomainname_chk (__buf, __buflen, __builtin_object_size (__buf, 2 > 1));
  return __getdomainname_alias (__buf, __buflen);
}
# 1101 "/usr/include/unistd.h" 2 3 4



# 44 "../lib/unistd.h" 2 3
# 55 "../lib/unistd.h" 3
#define _GL_UNISTD_H 


# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stddef.h" 1 3 4
# 59 "../lib/unistd.h" 2 3
# 659 "../lib/unistd.h" 3
extern int _gl_cxxalias_dummy;

extern int _gl_cxxalias_dummy;
# 1568 "../lib/unistd.h" 3
extern int _gl_cxxalias_dummy
                                                                ;

extern int _gl_cxxalias_dummy;
# 1689 "../lib/unistd.h" 3
extern int _gl_cxxalias_dummy;

extern int _gl_cxxalias_dummy;
# 206 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c" 2



static void *
xmalloc (size_t size)
{
  void *val = malloc (size);
  if (!val && size)
    {
      write (2, "virtual memory exhausted\n", 25);
      exit (1);
    }
  return val;
}

static void *
xrealloc (void *block, size_t size)
{
  void *val;


  if (! block)
    val = malloc (size);
  else
    val = realloc (block, size);
  if (!val && size)
    {
      write (2, "virtual memory exhausted\n", 25);
      exit (1);
    }
  return val;
}




#define malloc xmalloc



#define realloc xrealloc

# 1 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stdbool.h" 1 3 4
# 29 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stdbool.h" 3 4
#define _STDBOOL_H 



#define bool _Bool
#define true 1
#define false 0
# 48 "/nfs/e-nfs-01/u10/scientific_linux/51/opt/gcc-4.7.2-x86_64/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.7.2/include/stdbool.h" 3 4
#define __bool_true_false_are_defined 1
# 249 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c" 2





enum syntaxcode { Swhitespace = 0, Sword = 1, Ssymbol = 2 };


#define CHAR_CHARSET(c) 0
#define CHARSET_LEADING_CODE_BASE(c) 0
#define MAX_MULTIBYTE_LENGTH 1
#define RE_MULTIBYTE_P(x) 0
#define RE_TARGET_MULTIBYTE_P(x) 0
#define WORD_BOUNDARY_P(c1,c2) (0)
#define CHAR_HEAD_P(p) (1)
#define SINGLE_BYTE_CHAR_P(c) (1)
#define SAME_CHARSET_P(c1,c2) (1)
#define BYTES_BY_CHAR_HEAD(p) (1)
#define PREV_CHAR_BOUNDARY(p,limit) ((p)--)
#define STRING_CHAR(p) (*(p))
#define RE_STRING_CHAR(p,multibyte) STRING_CHAR (p)
#define CHAR_STRING(c,s) (*(s) = (c), 1)
#define STRING_CHAR_AND_LENGTH(p,actual_len) ((actual_len) = 1, *(p))
#define RE_STRING_CHAR_AND_LENGTH(p,len,multibyte) STRING_CHAR_AND_LENGTH (p, len)
#define RE_CHAR_TO_MULTIBYTE(c) (c)
#define RE_CHAR_TO_UNIBYTE(c) (c)
#define GET_CHAR_BEFORE_2(c,p,str1,end1,str2,end2) (c = ((p) == (str2) ? *((end1) - 1) : *((p) - 1)))

#define GET_CHAR_AFTER(c,p,len) (c = *p, len = 1)

#define MAKE_CHAR(charset,c1,c2) (c1)
#define BYTE8_TO_CHAR(c) (c)
#define CHAR_BYTE8_P(c) (0)
#define CHAR_LEADING_CODE(c) (c)




#define RE_TRANSLATE(TBL,C) ((unsigned char)(TBL)[C])
#define RE_TRANSLATE_P(TBL) (TBL)



# 1 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h" 1
# 21 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
#define _REGEX_H 1
# 43 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
typedef unsigned long int reg_syntax_t;



#define RE_BACKSLASH_ESCAPE_IN_LISTS ((unsigned long int) 1)




#define RE_BK_PLUS_QM (RE_BACKSLASH_ESCAPE_IN_LISTS << 1)





#define RE_CHAR_CLASSES (RE_BK_PLUS_QM << 1)
# 72 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
#define RE_CONTEXT_INDEP_ANCHORS (RE_CHAR_CLASSES << 1)







#define RE_CONTEXT_INDEP_OPS (RE_CONTEXT_INDEP_ANCHORS << 1)



#define RE_CONTEXT_INVALID_OPS (RE_CONTEXT_INDEP_OPS << 1)



#define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1)



#define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)



#define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)




#define RE_INTERVALS (RE_HAT_LISTS_NOT_NEWLINE << 1)



#define RE_LIMITED_OPS (RE_INTERVALS << 1)



#define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)




#define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)



#define RE_NO_BK_PARENS (RE_NO_BK_BRACES << 1)



#define RE_NO_BK_REFS (RE_NO_BK_PARENS << 1)



#define RE_NO_BK_VBAR (RE_NO_BK_REFS << 1)





#define RE_NO_EMPTY_RANGES (RE_NO_BK_VBAR << 1)



#define RE_UNMATCHED_RIGHT_PAREN_ORD (RE_NO_EMPTY_RANGES << 1)



#define RE_NO_POSIX_BACKTRACKING (RE_UNMATCHED_RIGHT_PAREN_ORD << 1)



#define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1)


#define RE_FRUGAL (RE_NO_GNU_OPS << 1)


#define RE_SHY_GROUPS (RE_FRUGAL << 1)


#define RE_NO_NEWLINE_ANCHOR (RE_SHY_GROUPS << 1)







#define RE_DEBUG (RE_NO_NEWLINE_ANCHOR << 1)





extern reg_syntax_t re_syntax_options;
# 180 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
#define RE_SYNTAX_EMACS (RE_CHAR_CLASSES | RE_INTERVALS | RE_SHY_GROUPS | RE_FRUGAL)


#define RE_SYNTAX_AWK (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL | RE_NO_BK_PARENS | RE_NO_BK_REFS | RE_NO_BK_VBAR | RE_NO_EMPTY_RANGES | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)






#define RE_SYNTAX_GNU_AWK ((RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DEBUG) & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS))



#define RE_SYNTAX_POSIX_AWK (RE_SYNTAX_POSIX_EXTENDED | RE_BACKSLASH_ESCAPE_IN_LISTS | RE_INTERVALS | RE_NO_GNU_OPS)



#define RE_SYNTAX_GREP (RE_BK_PLUS_QM | RE_CHAR_CLASSES | RE_HAT_LISTS_NOT_NEWLINE | RE_INTERVALS | RE_NEWLINE_ALT)




#define RE_SYNTAX_EGREP (RE_CHAR_CLASSES | RE_CONTEXT_INDEP_ANCHORS | RE_CONTEXT_INDEP_OPS | RE_HAT_LISTS_NOT_NEWLINE | RE_NEWLINE_ALT | RE_NO_BK_PARENS | RE_NO_BK_VBAR)





#define RE_SYNTAX_POSIX_EGREP (RE_SYNTAX_EGREP | RE_INTERVALS | RE_NO_BK_BRACES)



#define RE_SYNTAX_ED RE_SYNTAX_POSIX_BASIC

#define RE_SYNTAX_SED RE_SYNTAX_POSIX_BASIC


#define _RE_SYNTAX_POSIX_COMMON (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL | RE_INTERVALS | RE_NO_EMPTY_RANGES)



#define RE_SYNTAX_POSIX_BASIC (_RE_SYNTAX_POSIX_COMMON | RE_BK_PLUS_QM)





#define RE_SYNTAX_POSIX_MINIMAL_BASIC (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)


#define RE_SYNTAX_POSIX_EXTENDED (_RE_SYNTAX_POSIX_COMMON | RE_CONTEXT_INDEP_ANCHORS | RE_CONTEXT_INDEP_OPS | RE_NO_BK_BRACES | RE_NO_BK_PARENS | RE_NO_BK_VBAR | RE_CONTEXT_INVALID_OPS | RE_UNMATCHED_RIGHT_PAREN_ORD)







#define RE_SYNTAX_POSIX_MINIMAL_EXTENDED (_RE_SYNTAX_POSIX_COMMON | RE_CONTEXT_INDEP_ANCHORS | RE_CONTEXT_INVALID_OPS | RE_NO_BK_BRACES | RE_NO_BK_PARENS | RE_NO_BK_REFS | RE_NO_BK_VBAR | RE_UNMATCHED_RIGHT_PAREN_ORD)
# 253 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
#define RE_DUP_MAX (0x7fff)






#define REG_EXTENDED 1



#define REG_ICASE (REG_EXTENDED << 1)




#define REG_NEWLINE (REG_ICASE << 1)



#define REG_NOSUB (REG_NEWLINE << 1)
# 283 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
#define REG_NOTBOL 1


#define REG_NOTEOL (1 << 1)




typedef enum
{

  REG_ENOSYS = -1,


  REG_NOERROR = 0,
  REG_NOMATCH,



  REG_BADPAT,
  REG_ECOLLATE,
  REG_ECTYPE,
  REG_EESCAPE,
  REG_ESUBREG,
  REG_EBRACK,
  REG_EPAREN,
  REG_EBRACE,
  REG_BADBR,
  REG_ERANGE,
  REG_ESPACE,
  REG_BADRPT,


  REG_EEND,
  REG_ESIZE,
  REG_ERPAREN,
  REG_ERANGEX
} reg_errcode_t;
# 329 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
#define RE_TRANSLATE_TYPE char *


struct re_pattern_buffer
{




  unsigned char *buffer;


  size_t allocated;


  size_t used;


  reg_syntax_t syntax;




  char *fastmap;





  char * translate;


  size_t re_nsub;





  unsigned can_be_null : 1;





#define REGS_UNALLOCATED 0
#define REGS_REALLOCATE 1
#define REGS_FIXED 2
  unsigned regs_allocated : 2;



  unsigned fastmap_accurate : 1;



  unsigned no_sub : 1;



  unsigned not_bol : 1;


  unsigned not_eol : 1;



  unsigned used_syntax : 1;
# 411 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
};

typedef struct re_pattern_buffer regex_t;






typedef ssize_t regoff_t;




struct re_registers
{
  unsigned num_regs;
  regoff_t *start;
  regoff_t *end;
};






#define RE_NREGS 30






typedef struct
{
  regoff_t rm_so;
  regoff_t rm_eo;
} regmatch_t;





extern reg_syntax_t re_set_syntax (reg_syntax_t __syntax);




extern const char *re_compile_pattern (const char *__pattern, size_t __length,
           struct re_pattern_buffer *__buffer);





extern int re_compile_fastmap (struct re_pattern_buffer *__buffer);







extern regoff_t re_search (struct re_pattern_buffer *__buffer,
      const char *__string, size_t __length,
      ssize_t __start, ssize_t __range,
      struct re_registers *__regs);




extern regoff_t re_search_2 (struct re_pattern_buffer *__buffer,
        const char *__string1, size_t __length1,
        const char *__string2, size_t __length2,
        ssize_t __start, ssize_t __range,
        struct re_registers *__regs,
        ssize_t __stop);




extern regoff_t re_match (struct re_pattern_buffer *__buffer,
     const char *__string, size_t __length,
     ssize_t __start, struct re_registers *__regs);



extern regoff_t re_match_2 (struct re_pattern_buffer *__buffer,
       const char *__string1, size_t __length1,
       const char *__string2, size_t __length2,
       ssize_t __start, struct re_registers *__regs,
       ssize_t __stop);
# 517 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
extern void re_set_registers (struct re_pattern_buffer *__buffer,
         struct re_registers *__regs,
         unsigned __num_regs,
         regoff_t *__starts, regoff_t *__ends);
# 549 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
extern reg_errcode_t regcomp (regex_t *__restrict __preg,
         const char *__restrict __pattern,
         int __cflags);

extern reg_errcode_t regexec (const regex_t *__restrict __preg,
         const char *__restrict __string, size_t __nmatch,
         regmatch_t __pmatch[__restrict],
         int __eflags);

extern size_t regerror (int __errcode, const regex_t * __preg,
   char *__errbuf, size_t __errbuf_size);

extern void regfree (regex_t *__preg);
# 592 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.h"
#define CHAR_CLASS_MAX_LENGTH 9
#define btowc(c) c


typedef enum { RECC_ERROR = 0,
        RECC_ALNUM, RECC_ALPHA, RECC_WORD,
        RECC_GRAPH, RECC_PRINT,
        RECC_LOWER, RECC_UPPER,
        RECC_PUNCT, RECC_CNTRL,
        RECC_DIGIT, RECC_XDIGIT,
        RECC_BLANK, RECC_SPACE,
        RECC_MULTIBYTE, RECC_NONASCII,
        RECC_ASCII, RECC_UNIBYTE
} re_wctype_t;

extern char re_iswctype (int ch, re_wctype_t cc);
extern re_wctype_t re_wctype (const unsigned char* str);

typedef int re_wchar_t;

extern void re_set_whitespace_regexp (const char *regexp);
# 293 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c" 2


# 1 "/usr/include/ctype.h" 1 3 4
# 25 "/usr/include/ctype.h" 3 4
#define _CTYPE_H 1





# 45 "/usr/include/ctype.h" 3 4
#define _ISbit(bit) ((bit) < 8 ? ((1 << (bit)) << 8) : ((1 << (bit)) >> 8))


enum
{
  _ISupper = ((0) < 8 ? ((1 << (0)) << 8) : ((1 << (0)) >> 8)),
  _ISlower = ((1) < 8 ? ((1 << (1)) << 8) : ((1 << (1)) >> 8)),
  _ISalpha = ((2) < 8 ? ((1 << (2)) << 8) : ((1 << (2)) >> 8)),
  _ISdigit = ((3) < 8 ? ((1 << (3)) << 8) : ((1 << (3)) >> 8)),
  _ISxdigit = ((4) < 8 ? ((1 << (4)) << 8) : ((1 << (4)) >> 8)),
  _ISspace = ((5) < 8 ? ((1 << (5)) << 8) : ((1 << (5)) >> 8)),
  _ISprint = ((6) < 8 ? ((1 << (6)) << 8) : ((1 << (6)) >> 8)),
  _ISgraph = ((7) < 8 ? ((1 << (7)) << 8) : ((1 << (7)) >> 8)),
  _ISblank = ((8) < 8 ? ((1 << (8)) << 8) : ((1 << (8)) >> 8)),
  _IScntrl = ((9) < 8 ? ((1 << (9)) << 8) : ((1 << (9)) >> 8)),
  _ISpunct = ((10) < 8 ? ((1 << (10)) << 8) : ((1 << (10)) >> 8)),
  _ISalnum = ((11) < 8 ? ((1 << (11)) << 8) : ((1 << (11)) >> 8))
};
# 81 "/usr/include/ctype.h" 3 4
extern __const unsigned short int **__ctype_b_loc (void)
     __attribute__ ((__const));
extern __const __int32_t **__ctype_tolower_loc (void)
     __attribute__ ((__const));
extern __const __int32_t **__ctype_toupper_loc (void)
     __attribute__ ((__const));

#define __isctype(c,type) ((*__ctype_b_loc ())[(int) (c)] & (unsigned short int) type)


#define __isascii(c) (((c) & ~0x7f) == 0)
#define __toascii(c) ((c) & 0x7f)

#define __exctype(name) extern int name (int) __THROW







extern int isalnum (int) __attribute__ ((__nothrow__));
extern int isalpha (int) __attribute__ ((__nothrow__));
extern int iscntrl (int) __attribute__ ((__nothrow__));
extern int isdigit (int) __attribute__ ((__nothrow__));
extern int islower (int) __attribute__ ((__nothrow__));
extern int isgraph (int) __attribute__ ((__nothrow__));
extern int isprint (int) __attribute__ ((__nothrow__));
extern int ispunct (int) __attribute__ ((__nothrow__));
extern int isspace (int) __attribute__ ((__nothrow__));
extern int isupper (int) __attribute__ ((__nothrow__));
extern int isxdigit (int) __attribute__ ((__nothrow__));



extern int tolower (int __c) __attribute__ ((__nothrow__));


extern int toupper (int __c) __attribute__ ((__nothrow__));








extern int isblank (int) __attribute__ ((__nothrow__));






extern int isctype (int __c, int __mask) __attribute__ ((__nothrow__));






extern int isascii (int __c) __attribute__ ((__nothrow__));



extern int toascii (int __c) __attribute__ ((__nothrow__));



extern int _toupper (int) __attribute__ ((__nothrow__));
extern int _tolower (int) __attribute__ ((__nothrow__));



#define __tobody(c,f,a,args) (__extension__ ({ int __res; if (sizeof (c) > 1) { if (__builtin_constant_p (c)) { int __c = (c); __res = __c < -128 || __c > 255 ? __c : (a)[__c]; } else __res = f args; } else __res = (a)[(int) (c)]; __res; }))
# 173 "/usr/include/ctype.h" 3 4
#define isalnum(c) __isctype((c), _ISalnum)
#define isalpha(c) __isctype((c), _ISalpha)
#define iscntrl(c) __isctype((c), _IScntrl)
#define isdigit(c) __isctype((c), _ISdigit)
#define islower(c) __isctype((c), _ISlower)
#define isgraph(c) __isctype((c), _ISgraph)
#define isprint(c) __isctype((c), _ISprint)
#define ispunct(c) __isctype((c), _ISpunct)
#define isspace(c) __isctype((c), _ISspace)
#define isupper(c) __isctype((c), _ISupper)
#define isxdigit(c) __isctype((c), _ISxdigit)


#define isblank(c) __isctype((c), _ISblank)
# 204 "/usr/include/ctype.h" 3 4
#define tolower(c) __tobody (c, tolower, *__ctype_tolower_loc (), (c))
#define toupper(c) __tobody (c, toupper, *__ctype_toupper_loc (), (c))



#define isascii(c) __isascii (c)
#define toascii(c) __toascii (c)

#define _tolower(c) ((int) (*__ctype_tolower_loc ())[(int) (c)])
#define _toupper(c) ((int) (*__ctype_toupper_loc ())[(int) (c)])
# 237 "/usr/include/ctype.h" 3 4
#define __isctype_l(c,type,locale) ((locale)->__ctype_b[(int) (c)] & (unsigned short int) type)


#define __exctype_l(name) extern int name (int, __locale_t) __THROW






extern int isalnum_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int isalpha_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int iscntrl_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int isdigit_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int islower_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int isgraph_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int isprint_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int ispunct_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int isspace_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int isupper_l (int, __locale_t) __attribute__ ((__nothrow__));
extern int isxdigit_l (int, __locale_t) __attribute__ ((__nothrow__));

extern int isblank_l (int, __locale_t) __attribute__ ((__nothrow__));



extern int __tolower_l (int __c, __locale_t __l) __attribute__ ((__nothrow__));
extern int tolower_l (int __c, __locale_t __l) __attribute__ ((__nothrow__));


extern int __toupper_l (int __c, __locale_t __l) __attribute__ ((__nothrow__));
extern int toupper_l (int __c, __locale_t __l) __attribute__ ((__nothrow__));


#define __tolower_l(c,locale) __tobody (c, __tolower_l, (locale)->__ctype_tolower, (c, locale))

#define __toupper_l(c,locale) __tobody (c, __toupper_l, (locale)->__ctype_toupper, (c, locale))

#define tolower_l(c,locale) __tolower_l ((c), (locale))
#define toupper_l(c,locale) __toupper_l ((c), (locale))




#define __isalnum_l(c,l) __isctype_l((c), _ISalnum, (l))
#define __isalpha_l(c,l) __isctype_l((c), _ISalpha, (l))
#define __iscntrl_l(c,l) __isctype_l((c), _IScntrl, (l))
#define __isdigit_l(c,l) __isctype_l((c), _ISdigit, (l))
#define __islower_l(c,l) __isctype_l((c), _ISlower, (l))
#define __isgraph_l(c,l) __isctype_l((c), _ISgraph, (l))
#define __isprint_l(c,l) __isctype_l((c), _ISprint, (l))
#define __ispunct_l(c,l) __isctype_l((c), _ISpunct, (l))
#define __isspace_l(c,l) __isctype_l((c), _ISspace, (l))
#define __isupper_l(c,l) __isctype_l((c), _ISupper, (l))
#define __isxdigit_l(c,l) __isctype_l((c), _ISxdigit, (l))

#define __isblank_l(c,l) __isctype_l((c), _ISblank, (l))


#define __isascii_l(c,l) ((l), __isascii (c))
#define __toascii_l(c,l) ((l), __toascii (c))


#define isalnum_l(c,l) __isalnum_l ((c), (l))
#define isalpha_l(c,l) __isalpha_l ((c), (l))
#define iscntrl_l(c,l) __iscntrl_l ((c), (l))
#define isdigit_l(c,l) __isdigit_l ((c), (l))
#define islower_l(c,l) __islower_l ((c), (l))
#define isgraph_l(c,l) __isgraph_l ((c), (l))
#define isprint_l(c,l) __isprint_l ((c), (l))
#define ispunct_l(c,l) __ispunct_l ((c), (l))
#define isspace_l(c,l) __isspace_l ((c), (l))
#define isupper_l(c,l) __isupper_l ((c), (l))
#define isxdigit_l(c,l) __isxdigit_l ((c), (l))

#define isblank_l(c,l) __isblank_l ((c), (l))


#define isascii_l(c,l) __isascii_l ((c), (l))
#define toascii_l(c,l) __toascii_l ((c), (l))







# 296 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c" 2
# 356 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define IS_REAL_ASCII(c) ((c) < 0200)


#define ISUNIBYTE(c) 1


#define ISBLANK(c) isblank (c)




#define ISGRAPH(c) isgraph (c)





#undef ISPRINT
#define ISPRINT(c) isprint (c)
#define ISDIGIT(c) isdigit (c)
#define ISALNUM(c) isalnum (c)
#define ISALPHA(c) isalpha (c)
#define ISCNTRL(c) iscntrl (c)
#define ISLOWER(c) islower (c)
#define ISPUNCT(c) ispunct (c)
#define ISSPACE(c) isspace (c)
#define ISUPPER(c) isupper (c)
#define ISXDIGIT(c) isxdigit (c)

#define ISWORD(c) ISALPHA (c)


#define TOLOWER(c) _tolower (c)





#define CHAR_SET_SIZE 256







static char re_syntax_table[256];

static void
init_syntax_once (void)
{
   register int c;
   static int done = 0;

   if (done)
     return;

   (__builtin_constant_p (sizeof re_syntax_table) && (sizeof re_syntax_table) == 0 ? (__warn_memset_zero_len (), (void) (0), (void) (sizeof re_syntax_table), (void *) (re_syntax_table)) : ((__builtin_object_size (re_syntax_table, 0) != (size_t) -1) ? __builtin___memset_chk (re_syntax_table, 0, sizeof re_syntax_table, __builtin_object_size (re_syntax_table, 0)) : __memset_ichk (re_syntax_table, 0, sizeof re_syntax_table)));

   for (c = 0; c < 256; ++c)
     if (((*__ctype_b_loc ())[(int) ((c))] & (unsigned short int) _ISalnum))
 re_syntax_table[c] = Sword;

   re_syntax_table['_'] = Ssymbol;

   done = 1;
}



#define SYNTAX(c) re_syntax_table[(c)]



#define SIGN_EXTEND_CHAR(c) ((signed char) (c))
# 464 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define REGEX_ALLOCATE alloca


#define REGEX_REALLOCATE(source,osize,nsize) (destination = (char *) alloca (nsize), memcpy (destination, source, osize))




#define REGEX_FREE(arg) ((void)0)
# 497 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define REGEX_ALLOCATE_STACK alloca

#define REGEX_REALLOCATE_STACK(source,osize,nsize) REGEX_REALLOCATE (source, osize, nsize)


#define REGEX_FREE_STACK(arg) ((void)0)
# 511 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define FIRST_STRING_P(ptr) (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)



#define TALLOC(n,t) ((t *) malloc ((n) * sizeof (t)))
#define RETALLOC(addr,n,t) ((addr) = (t *) realloc (addr, (n) * sizeof (t)))
#define REGEX_TALLOC(n,t) ((t *) REGEX_ALLOCATE ((n) * sizeof (t)))

#define BYTEWIDTH 8

#define STREQ(s1,s2) ((strcmp (s1, s2) == 0))

#undef MAX
#undef MIN
#define MAX(a,b) ((a) > (b) ? (a) : (b))
#define MIN(a,b) ((a) < (b) ? (a) : (b))





typedef const unsigned char re_char;


typedef char boolean;

static regoff_t re_match_2_internal (struct re_pattern_buffer *bufp,
         re_char *string1, size_t size1,
         re_char *string2, size_t size2,
         ssize_t pos,
         struct re_registers *regs,
         ssize_t stop);






typedef enum
{
  no_op = 0,


  succeed,


  exactn,


  anychar,
# 576 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  charset,



  charset_not,





  start_memory,





  stop_memory,



  duplicate,


  begline,


  endline,



  begbuf,


  endbuf,


  jump,



  on_failure_jump,



  on_failure_keep_string_jump,




  on_failure_jump_loop,





  on_failure_jump_nastyloop,







  on_failure_jump_smart,





  succeed_n,



  jump_n,




  set_number_at,

  wordbeg,
  wordend,

  wordbound,
  notwordbound,

  symbeg,
  symend,



  syntaxspec,


  notsyntaxspec
# 687 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
} re_opcode_t;





#define STORE_NUMBER(destination,number) do { (destination)[0] = (number) & 0377; (destination)[1] = (number) >> 8; } while (0)
# 703 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define STORE_NUMBER_AND_INCR(destination,number) do { STORE_NUMBER (destination, number); (destination) += 2; } while (0)
# 712 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define EXTRACT_NUMBER(destination,source) do { (destination) = *(source) & 0377; (destination) += SIGN_EXTEND_CHAR (*((source) + 1)) << 8; } while (0)
# 737 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define EXTRACT_NUMBER_AND_INCR(destination,source) do { EXTRACT_NUMBER (destination, source); (source) += 2; } while (0)
# 763 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define STORE_CHARACTER_AND_INCR(destination,character) do { (destination)[0] = (character) & 0377; (destination)[1] = ((character) >> 8) & 0377; (destination)[2] = (character) >> 16; (destination) += 3; } while (0)
# 774 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define EXTRACT_CHARACTER(destination,source) do { (destination) = ((source)[0] | ((source)[1] << 8) | ((source)[2] << 16)); } while (0)
# 786 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define CHARSET_BITMAP_SIZE(p) ((p)[1] & 0x7F)


#define CHARSET_RANGE_TABLE_EXISTS_P(p) ((p)[1] & 0x80)





#define CHARSET_RANGE_TABLE(p) (&(p)[4 + CHARSET_BITMAP_SIZE (p)])


#define CHARSET_RANGE_TABLE_BITS(p) ((p)[2 + CHARSET_BITMAP_SIZE (p)] + (p)[3 + CHARSET_BITMAP_SIZE (p)] * 0x100)







#define CHARSET_RANGE_TABLE_END(range_table,count) ((range_table) + (count) * 2 * 3)




#define CHARSET_LOOKUP_RANGE_TABLE_RAW(not,c,range_table,count) do { re_wchar_t range_start, range_end; re_char *rtp; re_char *range_table_end = CHARSET_RANGE_TABLE_END ((range_table), (count)); for (rtp = (range_table); rtp < range_table_end; rtp += 2 * 3) { EXTRACT_CHARACTER (range_start, rtp); EXTRACT_CHARACTER (range_end, rtp + 3); if (range_start <= (c) && (c) <= range_end) { (not) = !(not); break; } } } while (0)
# 835 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define CHARSET_LOOKUP_RANGE_TABLE(not,c,charset) do { int count; re_char *range_table = CHARSET_RANGE_TABLE (charset); EXTRACT_NUMBER_AND_INCR (count, range_table); CHARSET_LOOKUP_RANGE_TABLE_RAW ((not), (c), range_table, count); } while (0)
# 1215 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#undef assert
#define assert(e) 

#define DEBUG_STATEMENT(e) 
#define DEBUG_PRINT1(x) 
#define DEBUG_PRINT2(x1,x2) 
#define DEBUG_PRINT3(x1,x2,x3) 
#define DEBUG_PRINT4(x1,x2,x3,x4) 
#define DEBUG_PRINT_COMPILED_PATTERN(p,s,e) 
#define DEBUG_PRINT_DOUBLE_STRING(w,s1,sz1,s2,sz2) 







#define IF_LINT(Code) 







reg_syntax_t re_syntax_options;
# 1250 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
reg_syntax_t
re_set_syntax (reg_syntax_t syntax)
{
  reg_syntax_t ret = re_syntax_options;

  re_syntax_options = syntax;
  return ret;
}



static re_char *whitespace_regexp;

void
re_set_whitespace_regexp (const char *regexp)
{
  whitespace_regexp = (re_char *) regexp;
}







static const char *re_error_msgid[] =
  {
    "Success",
    "No match",
    "Invalid regular expression",
    "Invalid collation character",
    "Invalid character class name",
    "Trailing backslash",
    "Invalid back reference",
    "Unmatched [ or [^",
    "Unmatched ( or \\(",
    "Unmatched \\{",
    "Invalid content of \\{\\}",
    "Invalid range end",
    "Memory exhausted",
    "Invalid preceding regular expression",
    "Premature end of regular expression",
    "Regular expression too big",
    "Unmatched ) or \\)",
    "Range striding over charsets"
  };
# 1317 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define MATCH_MAY_ALLOCATE 
# 1338 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define INIT_FAILURE_ALLOC 20
# 1351 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
size_t re_max_failures = 40000;




union fail_stack_elt
{
  re_char *pointer;

  long integer;
};

typedef union fail_stack_elt fail_stack_elt_t;

typedef struct
{
  fail_stack_elt_t *stack;
  size_t size;
  size_t avail;
  size_t frame;
} fail_stack_type;

#define FAIL_STACK_EMPTY() (fail_stack.frame == 0)






#define INIT_FAIL_STACK() do { fail_stack.stack = REGEX_ALLOCATE_STACK (INIT_FAILURE_ALLOC * TYPICAL_FAILURE_SIZE * sizeof (fail_stack_elt_t)); if (fail_stack.stack == NULL) return -2; fail_stack.size = INIT_FAILURE_ALLOC; fail_stack.avail = 0; fail_stack.frame = 0; } while (0)
# 1418 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define FAIL_STACK_GROWTH_FACTOR 4

#define GROW_FAIL_STACK(fail_stack) (((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * TYPICAL_FAILURE_SIZE) ? 0 : ((fail_stack).stack = REGEX_REALLOCATE_STACK ((fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), MIN (re_max_failures * TYPICAL_FAILURE_SIZE, ((fail_stack).size * sizeof (fail_stack_elt_t) * FAIL_STACK_GROWTH_FACTOR))), (fail_stack).stack == NULL ? 0 : ((fail_stack).size = (MIN (re_max_failures * TYPICAL_FAILURE_SIZE, ((fail_stack).size * sizeof (fail_stack_elt_t) * FAIL_STACK_GROWTH_FACTOR)) / sizeof (fail_stack_elt_t)), 1)))
# 1444 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define PUSH_FAILURE_POINTER(item) fail_stack.stack[fail_stack.avail++].pointer = (item)





#define PUSH_FAILURE_INT(item) fail_stack.stack[fail_stack.avail++].integer = (item)




#define POP_FAILURE_POINTER() fail_stack.stack[--fail_stack.avail].pointer
#define POP_FAILURE_INT() fail_stack.stack[--fail_stack.avail].integer


#define NUM_NONREG_ITEMS 3


#define FAILURE_PAT(h) fail_stack.stack[(h) - 1].pointer
#define FAILURE_STR(h) (fail_stack.stack[(h) - 2].pointer)
#define NEXT_FAILURE_HANDLE(h) fail_stack.stack[(h) - 3].integer
#define TOP_FAILURE_HANDLE() fail_stack.frame


#define ENSURE_FAIL_STACK(space) while (REMAINING_AVAIL_SLOTS <= space) { if (!GROW_FAIL_STACK (fail_stack)) return -2; DEBUG_PRINT2 ("\n  Doubled stack; size now: %d\n", (fail_stack).size); DEBUG_PRINT2 ("	 slots available: %d\n", REMAINING_AVAIL_SLOTS);}
# 1477 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define PUSH_FAILURE_REG(num) do { char *destination; ENSURE_FAIL_STACK(3); DEBUG_PRINT4 ("    Push reg %d (spanning %p -> %p)\n", num, regstart[num], regend[num]); PUSH_FAILURE_POINTER (regstart[num]); PUSH_FAILURE_POINTER (regend[num]); PUSH_FAILURE_INT (num); } while (0)
# 1490 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define PUSH_NUMBER(ptr,val) do { char *destination; int c; ENSURE_FAIL_STACK(3); EXTRACT_NUMBER (c, ptr); DEBUG_PRINT4 ("    Push number %p = %d -> %d\n", ptr, c, val); PUSH_FAILURE_INT (c); PUSH_FAILURE_POINTER (ptr); PUSH_FAILURE_INT (-1); STORE_NUMBER (ptr, val); } while (0)
# 1504 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define POP_FAILURE_REG_OR_COUNT() do { long pfreg = POP_FAILURE_INT (); if (pfreg == -1) { unsigned char *ptr = (unsigned char*) POP_FAILURE_POINTER (); pfreg = POP_FAILURE_INT (); STORE_NUMBER (ptr, pfreg); DEBUG_PRINT3 ("     Pop counter %p = %d\n", ptr, pfreg); } else { regend[pfreg] = POP_FAILURE_POINTER (); regstart[pfreg] = POP_FAILURE_POINTER (); DEBUG_PRINT4 ("     Pop reg %d (spanning %p -> %p)\n", pfreg, regstart[pfreg], regend[pfreg]); } } while (0)
# 1526 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define CHECK_INFINITE_LOOP(pat_cur,string_place) do { ssize_t failure = TOP_FAILURE_HANDLE (); while (failure > 0 && (FAILURE_STR (failure) == string_place || FAILURE_STR (failure) == NULL)) { assert (FAILURE_PAT (failure) >= bufp->buffer && FAILURE_PAT (failure) <= bufp->buffer + bufp->used); if (FAILURE_PAT (failure) == pat_cur) { cycle = 1; break; } DEBUG_PRINT2 ("  Other pattern: %p\n", FAILURE_PAT (failure)); failure = NEXT_FAILURE_HANDLE(failure); } DEBUG_PRINT2 ("  Other string: %p\n", FAILURE_STR (failure)); } while (0)
# 1556 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define PUSH_FAILURE_POINT(pattern,string_place) do { char *destination; DEBUG_STATEMENT (nfailure_points_pushed++); DEBUG_PRINT1 ("\nPUSH_FAILURE_POINT:\n"); DEBUG_PRINT2 ("  Before push, next avail: %d\n", (fail_stack).avail); DEBUG_PRINT2 ("			size: %d\n", (fail_stack).size); ENSURE_FAIL_STACK (NUM_NONREG_ITEMS); DEBUG_PRINT1 ("\n"); DEBUG_PRINT2 ("  Push frame index: %d\n", fail_stack.frame); PUSH_FAILURE_INT (fail_stack.frame); DEBUG_PRINT2 ("  Push string %p: `", string_place); DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, size2); DEBUG_PRINT1 ("'\n"); PUSH_FAILURE_POINTER (string_place); DEBUG_PRINT2 ("  Push pattern %p: ", pattern); DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern, pend); PUSH_FAILURE_POINTER (pattern); fail_stack.frame = fail_stack.avail; } while (0)
# 1591 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define TYPICAL_FAILURE_SIZE 20


#define REMAINING_AVAIL_SLOTS ((fail_stack).size - (fail_stack).avail)
# 1607 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define POP_FAILURE_POINT(str,pat) do { assert (!FAIL_STACK_EMPTY ()); DEBUG_PRINT1 ("POP_FAILURE_POINT:\n"); DEBUG_PRINT2 ("  Before pop, next avail: %d\n", fail_stack.avail); DEBUG_PRINT2 ("		     size: %d\n", fail_stack.size); while (fail_stack.frame < fail_stack.avail) POP_FAILURE_REG_OR_COUNT (); pat = POP_FAILURE_POINTER (); DEBUG_PRINT2 ("  Popping pattern %p: ", pat); DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend); str = POP_FAILURE_POINTER (); DEBUG_PRINT2 ("  Popping string %p: `", str); DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); DEBUG_PRINT1 ("'\n"); fail_stack.frame = POP_FAILURE_INT (); DEBUG_PRINT2 ("  Popping  frame index: %d\n", fail_stack.frame); assert (fail_stack.avail >= 0); assert (fail_stack.frame <= fail_stack.avail); DEBUG_STATEMENT (nfailure_points_popped++); } while (0)
# 1644 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define REG_UNSET(e) ((e) == NULL)



static reg_errcode_t regex_compile (re_char *pattern, size_t size,
        reg_syntax_t syntax,
        struct re_pattern_buffer *bufp);
static void store_op1 (re_opcode_t op, unsigned char *loc, int arg);
static void store_op2 (re_opcode_t op, unsigned char *loc, int arg1, int arg2);
static void insert_op1 (re_opcode_t op, unsigned char *loc,
   int arg, unsigned char *end);
static void insert_op2 (re_opcode_t op, unsigned char *loc,
   int arg1, int arg2, unsigned char *end);
static boolean at_begline_loc_p (re_char *pattern, re_char *p,
     reg_syntax_t syntax);
static boolean at_endline_loc_p (re_char *p, re_char *pend,
     reg_syntax_t syntax);
static re_char *skip_one_char (re_char *p);
static int analyse_first (re_char *p, re_char *pend,
     char *fastmap, const int multibyte);



#define PATFETCH(c) do { int len; if (p == pend) return REG_EEND; c = RE_STRING_CHAR_AND_LENGTH (p, len, multibyte); p += len; } while (0)
# 1681 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define TRANSLATE(d) (RE_TRANSLATE_P (translate) ? RE_TRANSLATE (translate, (d)) : (d))







#define INIT_BUF_SIZE 32


#define GET_BUFFER_SPACE(n) while ((size_t) (b - bufp->buffer + (n)) > bufp->allocated) EXTEND_BUFFER ()




#define BUF_PUSH(c) do { GET_BUFFER_SPACE (1); *b++ = (unsigned char) (c); } while (0)







#define BUF_PUSH_2(c1,c2) do { GET_BUFFER_SPACE (2); *b++ = (unsigned char) (c1); *b++ = (unsigned char) (c2); } while (0)
# 1715 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define STORE_JUMP(op,loc,to) store_op1 (op, loc, (to) - (loc) - 3)



#define STORE_JUMP2(op,loc,to,arg) store_op2 (op, loc, (to) - (loc) - 3, arg)



#define INSERT_JUMP(op,loc,to) insert_op1 (op, loc, (to) - (loc) - 3, b)



#define INSERT_JUMP2(op,loc,to,arg) insert_op2 (op, loc, (to) - (loc) - 3, arg, b)






#define MAX_BUF_SIZE (1L << 15)
# 1759 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define MOVE_BUFFER_POINTER(P) ((P) = new_buffer + ((P) - old_buffer))
#define ELSE_EXTEND_BUFFER_HIGH_BOUND 

#define EXTEND_BUFFER() do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == MAX_BUF_SIZE) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > MAX_BUF_SIZE) bufp->allocated = MAX_BUF_SIZE; RETALLOC (bufp->buffer, bufp->allocated, unsigned char); if (bufp->buffer == NULL) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; MOVE_BUFFER_POINTER (b); MOVE_BUFFER_POINTER (begalt); if (fixup_alt_jump) MOVE_BUFFER_POINTER (fixup_alt_jump); if (laststart) MOVE_BUFFER_POINTER (laststart); if (pending_exact) MOVE_BUFFER_POINTER (pending_exact); } ELSE_EXTEND_BUFFER_HIGH_BOUND } while (0)
# 1793 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define MAX_REGNUM 255



typedef int regnum_t;







typedef long pattern_offset_t;

typedef struct
{
  pattern_offset_t begalt_offset;
  pattern_offset_t fixup_alt_jump;
  pattern_offset_t laststart_offset;
  regnum_t regnum;
} compile_stack_elt_t;


typedef struct
{
  compile_stack_elt_t *stack;
  size_t size;
  size_t avail;
} compile_stack_type;


#define INIT_COMPILE_STACK_SIZE 32

#define COMPILE_STACK_EMPTY (compile_stack.avail == 0)
#define COMPILE_STACK_FULL (compile_stack.avail == compile_stack.size)


#define COMPILE_STACK_TOP (compile_stack.stack[compile_stack.avail])
# 1840 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define IMMEDIATE_QUIT_CHECK ((void)0)



struct range_table_work_area
{
  int *table;
  int allocated;
  int used;
  int bits;
};






#define EXTEND_RANGE_TABLE(work_area,n) do { if (((work_area).used + (n)) * sizeof (int) > (work_area).allocated) { extend_range_table_work_area (&work_area); if ((work_area).table == 0) return (REG_ESPACE); } } while (0)
# 1867 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define SET_RANGE_TABLE_WORK_AREA_BIT(work_area,bit) (work_area).bits |= (bit)




#define BIT_WORD 0x1
#define BIT_LOWER 0x2
#define BIT_PUNCT 0x4
#define BIT_SPACE 0x8
#define BIT_UPPER 0x10
#define BIT_MULTIBYTE 0x20


#define SET_RANGE_TABLE_WORK_AREA(work_area,range_start,range_end) do { EXTEND_RANGE_TABLE ((work_area), 2); (work_area).table[(work_area).used++] = (range_start); (work_area).table[(work_area).used++] = (range_end); } while (0)







#define FREE_RANGE_TABLE_WORK_AREA(work_area) do { if ((work_area).table) free ((work_area).table); } while (0)





#define CLEAR_RANGE_TABLE_WORK_USED(work_area) ((work_area).used = 0, (work_area).bits = 0)
#define RANGE_TABLE_WORK_USED(work_area) ((work_area).used)
#define RANGE_TABLE_WORK_BITS(work_area) ((work_area).bits)
#define RANGE_TABLE_WORK_ELT(work_area,i) ((work_area).table[i])



#define SET_LIST_BIT(c) (b[((c)) / BYTEWIDTH] |= 1 << ((c) % BYTEWIDTH))
# 2012 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define GET_UNSIGNED_NUMBER(num) do { if (p == pend) FREE_STACK_RETURN (REG_EBRACE); else { PATFETCH (c); while ('0' <= c && c <= '9') { int prev; if (num < 0) num = 0; prev = num; num = num * 10 + c - '0'; if (num / 10 != prev) FREE_STACK_RETURN (REG_BADBR); if (p == pend) FREE_STACK_RETURN (REG_EBRACE); PATFETCH (c); } } } while (0)
# 2038 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
re_wctype_t
re_wctype (const re_char *str)
{
  const char *string = (const char *) str;
  if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("alnum") && (__s1_len = strlen (string), __s2_len = strlen ("alnum"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("alnum") + 1) - (size_t)(const void *)("alnum") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "alnum") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("alnum") && ((size_t)(const void *)(("alnum") + 1) - (size_t)(const void *)("alnum") == 1) ? __builtin_strcmp (string, "alnum") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("alnum"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("alnum") && ((size_t)(const void *)(("alnum") + 1) - (size_t)(const void *)("alnum") == 1) && (__s2_len = strlen ("alnum"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "alnum") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("alnum"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("alnum"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("alnum"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("alnum"))[3]); } } __result; }))) : __builtin_strcmp (string, "alnum")))); }) == 0))) return RECC_ALNUM;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("alpha") && (__s1_len = strlen (string), __s2_len = strlen ("alpha"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("alpha") + 1) - (size_t)(const void *)("alpha") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "alpha") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("alpha") && ((size_t)(const void *)(("alpha") + 1) - (size_t)(const void *)("alpha") == 1) ? __builtin_strcmp (string, "alpha") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("alpha"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("alpha") && ((size_t)(const void *)(("alpha") + 1) - (size_t)(const void *)("alpha") == 1) && (__s2_len = strlen ("alpha"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "alpha") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("alpha"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("alpha"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("alpha"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("alpha"))[3]); } } __result; }))) : __builtin_strcmp (string, "alpha")))); }) == 0))) return RECC_ALPHA;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("word") && (__s1_len = strlen (string), __s2_len = strlen ("word"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("word") + 1) - (size_t)(const void *)("word") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "word") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("word") && ((size_t)(const void *)(("word") + 1) - (size_t)(const void *)("word") == 1) ? __builtin_strcmp (string, "word") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("word"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("word") && ((size_t)(const void *)(("word") + 1) - (size_t)(const void *)("word") == 1) && (__s2_len = strlen ("word"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "word") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("word"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("word"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("word"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("word"))[3]); } } __result; }))) : __builtin_strcmp (string, "word")))); }) == 0))) return RECC_WORD;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("ascii") && (__s1_len = strlen (string), __s2_len = strlen ("ascii"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("ascii") + 1) - (size_t)(const void *)("ascii") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "ascii") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("ascii") && ((size_t)(const void *)(("ascii") + 1) - (size_t)(const void *)("ascii") == 1) ? __builtin_strcmp (string, "ascii") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("ascii"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("ascii") && ((size_t)(const void *)(("ascii") + 1) - (size_t)(const void *)("ascii") == 1) && (__s2_len = strlen ("ascii"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "ascii") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("ascii"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("ascii"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("ascii"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("ascii"))[3]); } } __result; }))) : __builtin_strcmp (string, "ascii")))); }) == 0))) return RECC_ASCII;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("nonascii") && (__s1_len = strlen (string), __s2_len = strlen ("nonascii"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("nonascii") + 1) - (size_t)(const void *)("nonascii") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "nonascii") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("nonascii") && ((size_t)(const void *)(("nonascii") + 1) - (size_t)(const void *)("nonascii") == 1) ? __builtin_strcmp (string, "nonascii") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("nonascii"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("nonascii") && ((size_t)(const void *)(("nonascii") + 1) - (size_t)(const void *)("nonascii") == 1) && (__s2_len = strlen ("nonascii"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "nonascii") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("nonascii"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("nonascii"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("nonascii"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("nonascii"))[3]); } } __result; }))) : __builtin_strcmp (string, "nonascii")))); }) == 0))) return RECC_NONASCII;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("graph") && (__s1_len = strlen (string), __s2_len = strlen ("graph"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("graph") + 1) - (size_t)(const void *)("graph") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "graph") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("graph") && ((size_t)(const void *)(("graph") + 1) - (size_t)(const void *)("graph") == 1) ? __builtin_strcmp (string, "graph") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("graph"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("graph") && ((size_t)(const void *)(("graph") + 1) - (size_t)(const void *)("graph") == 1) && (__s2_len = strlen ("graph"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "graph") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("graph"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("graph"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("graph"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("graph"))[3]); } } __result; }))) : __builtin_strcmp (string, "graph")))); }) == 0))) return RECC_GRAPH;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("lower") && (__s1_len = strlen (string), __s2_len = strlen ("lower"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("lower") + 1) - (size_t)(const void *)("lower") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "lower") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("lower") && ((size_t)(const void *)(("lower") + 1) - (size_t)(const void *)("lower") == 1) ? __builtin_strcmp (string, "lower") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("lower"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("lower") && ((size_t)(const void *)(("lower") + 1) - (size_t)(const void *)("lower") == 1) && (__s2_len = strlen ("lower"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "lower") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("lower"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("lower"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("lower"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("lower"))[3]); } } __result; }))) : __builtin_strcmp (string, "lower")))); }) == 0))) return RECC_LOWER;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("print") && (__s1_len = strlen (string), __s2_len = strlen ("print"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("print") + 1) - (size_t)(const void *)("print") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "print") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("print") && ((size_t)(const void *)(("print") + 1) - (size_t)(const void *)("print") == 1) ? __builtin_strcmp (string, "print") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("print"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("print") && ((size_t)(const void *)(("print") + 1) - (size_t)(const void *)("print") == 1) && (__s2_len = strlen ("print"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "print") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("print"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("print"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("print"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("print"))[3]); } } __result; }))) : __builtin_strcmp (string, "print")))); }) == 0))) return RECC_PRINT;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("punct") && (__s1_len = strlen (string), __s2_len = strlen ("punct"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("punct") + 1) - (size_t)(const void *)("punct") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "punct") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("punct") && ((size_t)(const void *)(("punct") + 1) - (size_t)(const void *)("punct") == 1) ? __builtin_strcmp (string, "punct") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("punct"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("punct") && ((size_t)(const void *)(("punct") + 1) - (size_t)(const void *)("punct") == 1) && (__s2_len = strlen ("punct"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "punct") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("punct"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("punct"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("punct"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("punct"))[3]); } } __result; }))) : __builtin_strcmp (string, "punct")))); }) == 0))) return RECC_PUNCT;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("space") && (__s1_len = strlen (string), __s2_len = strlen ("space"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("space") + 1) - (size_t)(const void *)("space") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "space") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("space") && ((size_t)(const void *)(("space") + 1) - (size_t)(const void *)("space") == 1) ? __builtin_strcmp (string, "space") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("space"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("space") && ((size_t)(const void *)(("space") + 1) - (size_t)(const void *)("space") == 1) && (__s2_len = strlen ("space"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "space") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("space"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("space"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("space"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("space"))[3]); } } __result; }))) : __builtin_strcmp (string, "space")))); }) == 0))) return RECC_SPACE;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("upper") && (__s1_len = strlen (string), __s2_len = strlen ("upper"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("upper") + 1) - (size_t)(const void *)("upper") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "upper") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("upper") && ((size_t)(const void *)(("upper") + 1) - (size_t)(const void *)("upper") == 1) ? __builtin_strcmp (string, "upper") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("upper"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("upper") && ((size_t)(const void *)(("upper") + 1) - (size_t)(const void *)("upper") == 1) && (__s2_len = strlen ("upper"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "upper") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("upper"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("upper"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("upper"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("upper"))[3]); } } __result; }))) : __builtin_strcmp (string, "upper")))); }) == 0))) return RECC_UPPER;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("unibyte") && (__s1_len = strlen (string), __s2_len = strlen ("unibyte"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("unibyte") + 1) - (size_t)(const void *)("unibyte") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "unibyte") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("unibyte") && ((size_t)(const void *)(("unibyte") + 1) - (size_t)(const void *)("unibyte") == 1) ? __builtin_strcmp (string, "unibyte") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("unibyte"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("unibyte") && ((size_t)(const void *)(("unibyte") + 1) - (size_t)(const void *)("unibyte") == 1) && (__s2_len = strlen ("unibyte"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "unibyte") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("unibyte"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("unibyte"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("unibyte"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("unibyte"))[3]); } } __result; }))) : __builtin_strcmp (string, "unibyte")))); }) == 0))) return RECC_UNIBYTE;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("multibyte") && (__s1_len = strlen (string), __s2_len = strlen ("multibyte"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("multibyte") + 1) - (size_t)(const void *)("multibyte") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "multibyte") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("multibyte") && ((size_t)(const void *)(("multibyte") + 1) - (size_t)(const void *)("multibyte") == 1) ? __builtin_strcmp (string, "multibyte") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("multibyte"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("multibyte") && ((size_t)(const void *)(("multibyte") + 1) - (size_t)(const void *)("multibyte") == 1) && (__s2_len = strlen ("multibyte"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "multibyte") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("multibyte"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("multibyte"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("multibyte"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("multibyte"))[3]); } } __result; }))) : __builtin_strcmp (string, "multibyte")))); }) == 0))) return RECC_MULTIBYTE;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("digit") && (__s1_len = strlen (string), __s2_len = strlen ("digit"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("digit") + 1) - (size_t)(const void *)("digit") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "digit") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("digit") && ((size_t)(const void *)(("digit") + 1) - (size_t)(const void *)("digit") == 1) ? __builtin_strcmp (string, "digit") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("digit"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("digit") && ((size_t)(const void *)(("digit") + 1) - (size_t)(const void *)("digit") == 1) && (__s2_len = strlen ("digit"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "digit") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("digit"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("digit"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("digit"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("digit"))[3]); } } __result; }))) : __builtin_strcmp (string, "digit")))); }) == 0))) return RECC_DIGIT;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("xdigit") && (__s1_len = strlen (string), __s2_len = strlen ("xdigit"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("xdigit") + 1) - (size_t)(const void *)("xdigit") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "xdigit") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("xdigit") && ((size_t)(const void *)(("xdigit") + 1) - (size_t)(const void *)("xdigit") == 1) ? __builtin_strcmp (string, "xdigit") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("xdigit"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("xdigit") && ((size_t)(const void *)(("xdigit") + 1) - (size_t)(const void *)("xdigit") == 1) && (__s2_len = strlen ("xdigit"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "xdigit") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("xdigit"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("xdigit"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("xdigit"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("xdigit"))[3]); } } __result; }))) : __builtin_strcmp (string, "xdigit")))); }) == 0))) return RECC_XDIGIT;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("cntrl") && (__s1_len = strlen (string), __s2_len = strlen ("cntrl"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("cntrl") + 1) - (size_t)(const void *)("cntrl") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "cntrl") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("cntrl") && ((size_t)(const void *)(("cntrl") + 1) - (size_t)(const void *)("cntrl") == 1) ? __builtin_strcmp (string, "cntrl") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("cntrl"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("cntrl") && ((size_t)(const void *)(("cntrl") + 1) - (size_t)(const void *)("cntrl") == 1) && (__s2_len = strlen ("cntrl"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "cntrl") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("cntrl"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("cntrl"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("cntrl"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("cntrl"))[3]); } } __result; }))) : __builtin_strcmp (string, "cntrl")))); }) == 0))) return RECC_CNTRL;
  else if (((__extension__ ({ size_t __s1_len, __s2_len; (__builtin_constant_p (string) && __builtin_constant_p ("blank") && (__s1_len = strlen (string), __s2_len = strlen ("blank"), (!((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) || __s1_len >= 4) && (!((size_t)(const void *)(("blank") + 1) - (size_t)(const void *)("blank") == 1) || __s2_len >= 4)) ? __builtin_strcmp (string, "blank") : (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) && (__s1_len = strlen (string), __s1_len < 4) ? (__builtin_constant_p ("blank") && ((size_t)(const void *)(("blank") + 1) - (size_t)(const void *)("blank") == 1) ? __builtin_strcmp (string, "blank") : (__extension__ ({ __const unsigned char *__s2 = (__const unsigned char *) (__const char *) ("blank"); register int __result = (((__const unsigned char *) (__const char *) (string))[0] - __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[1] - __s2[1]); if (__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *) (__const char *) (string))[2] - __s2[2]); if (__s1_len > 2 && __result == 0) __result = (((__const unsigned char *) (__const char *) (string))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p ("blank") && ((size_t)(const void *)(("blank") + 1) - (size_t)(const void *)("blank") == 1) && (__s2_len = strlen ("blank"), __s2_len < 4) ? (__builtin_constant_p (string) && ((size_t)(const void *)((string) + 1) - (size_t)(const void *)(string) == 1) ? __builtin_strcmp (string, "blank") : (__extension__ ({ __const unsigned char *__s1 = (__const unsigned char *) (__const char *) (string); register int __result = __s1[0] - ((__const unsigned char *) (__const char *) ("blank"))[0]; if (__s2_len > 0 && __result == 0) { __result = (__s1[1] - ((__const unsigned char *) (__const char *) ("blank"))[1]); if (__s2_len > 1 && __result == 0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *) ("blank"))[2]); if (__s2_len > 2 && __result == 0) __result = (__s1[3] - ((__const unsigned char *) (__const char *) ("blank"))[3]); } } __result; }))) : __builtin_strcmp (string, "blank")))); }) == 0))) return RECC_BLANK;
  else return 0;
}


boolean
re_iswctype (int ch, re_wctype_t cc)
{
  switch (cc)
    {
    case RECC_ALNUM: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISalnum) != 0;
    case RECC_ALPHA: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISalpha) != 0;
    case RECC_BLANK: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISblank) != 0;
    case RECC_CNTRL: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _IScntrl) != 0;
    case RECC_DIGIT: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISdigit) != 0;
    case RECC_GRAPH: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISgraph) != 0;
    case RECC_LOWER: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISlower) != 0;
    case RECC_PRINT: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISprint) != 0;
    case RECC_PUNCT: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISpunct) != 0;
    case RECC_SPACE: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISspace) != 0;
    case RECC_UPPER: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISupper) != 0;
    case RECC_XDIGIT: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISxdigit) != 0;
    case RECC_ASCII: return ((ch) < 0200) != 0;
    case RECC_NONASCII: return !((ch) < 0200);
    case RECC_UNIBYTE: return 1 != 0;
    case RECC_MULTIBYTE: return !1;
    case RECC_WORD: return ((*__ctype_b_loc ())[(int) ((ch))] & (unsigned short int) _ISalpha) != 0;
    case RECC_ERROR: return 0;
    default:
      abort ();
    }
}



static int
re_wctype_to_bit (re_wctype_t cc)
{
  switch (cc)
    {
    case RECC_NONASCII: case RECC_PRINT: case RECC_GRAPH:
    case RECC_MULTIBYTE: return 0x20;
    case RECC_ALPHA: case RECC_ALNUM: case RECC_WORD: return 0x1;
    case RECC_LOWER: return 0x2;
    case RECC_UPPER: return 0x10;
    case RECC_PUNCT: return 0x4;
    case RECC_SPACE: return 0x8;
    case RECC_ASCII: case RECC_DIGIT: case RECC_XDIGIT: case RECC_CNTRL:
    case RECC_BLANK: case RECC_UNIBYTE: case RECC_ERROR: return 0;
    default:
      abort ();
    }
}






static void
extend_range_table_work_area (struct range_table_work_area *work_area)
{
  work_area->allocated += 16 * sizeof (int);
  work_area->table = xrealloc (work_area->table, work_area->allocated);
}
# 2395 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
static boolean group_in_compile_stack (compile_stack_type compile_stack,
           regnum_t regnum);
# 2417 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define FIXUP_ALT_JUMP() do { if (fixup_alt_jump) STORE_JUMP (jump, fixup_alt_jump, b); } while (0)







#define FREE_STACK_RETURN(value) do { FREE_RANGE_TABLE_WORK_AREA (range_table_work); free (compile_stack.stack); return value; } while (0)






static reg_errcode_t
regex_compile (const re_char *pattern, size_t size, reg_syntax_t syntax, struct re_pattern_buffer *bufp)
{

  register re_wchar_t c, c1;


  register unsigned char *b;


  compile_stack_type compile_stack;






  re_char *p = pattern;

  re_char *pend = pattern + size;


  char * translate = bufp->translate;





  unsigned char *pending_exact = 0;




  unsigned char *laststart = 0;


  unsigned char *begalt;



  re_char *beg_interval;




  unsigned char *fixup_alt_jump = 0;


  struct range_table_work_area range_table_work;


  const boolean multibyte = 0;


  int in_subpattern = 0;



  re_char *main_p ;
  re_char *main_pattern ;
  re_char *main_pend ;
# 2508 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  compile_stack.stack = ((compile_stack_elt_t *) xmalloc ((32) * sizeof (compile_stack_elt_t)));
  if (compile_stack.stack == ((void *)0))
    return REG_ESPACE;

  compile_stack.size = 32;
  compile_stack.avail = 0;

  range_table_work.table = 0;
  range_table_work.allocated = 0;


  bufp->syntax = syntax;
  bufp->fastmap_accurate = 0;
  bufp->not_bol = bufp->not_eol = 0;
  bufp->used_syntax = 0;




  bufp->used = 0;


  bufp->re_nsub = 0;



   init_syntax_once ();


  if (bufp->allocated == 0)
    {
      if (bufp->buffer)
 {


   ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (32) * sizeof (unsigned char)));
 }
      else
 {
   bufp->buffer = ((unsigned char *) xmalloc ((32) * sizeof (unsigned char)));
 }
      if (!bufp->buffer) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_ESPACE; } while (0);

      bufp->allocated = 32;
    }

  begalt = b = bufp->buffer;


  while (1)
    {
      if (p == pend)
 {


   if (in_subpattern)
     {
       in_subpattern = 0;
       pattern = main_pattern;
       p = main_p;
       pend = main_pend;
       continue;
     }

   break;
 }

      do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);

      switch (c)
 {
 case ' ':
   {
     re_char *p1 = p;



     if (!whitespace_regexp || in_subpattern)
       goto normal_char;


     while (p1 != pend)
       {
  if (*p1 != ' ')
    break;
  p1++;
       }


     if (p1 != pend
  && (*p1 == '*' || *p1 == '+' || *p1 == '?'
      || (*p1 == '\\' && p1 + 1 != pend && p1[1] == '{')))
       goto normal_char;


     in_subpattern = 1;
     main_p = p1;
     main_pend = pend;
     main_pattern = pattern;
     p = pattern = whitespace_regexp;
     pend = p + strlen ((const char *) p);
     break;
   }

 case '^':
   {
     if (
     p == pattern + 1

  || syntax & (((((unsigned long int) 1) << 1) << 1) << 1)

  || at_begline_loc_p (pattern, p, syntax))
       do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) ((syntax & ((((((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) ? begbuf : begline); } while (0);
     else
       goto normal_char;
   }
   break;


 case '$':
   {
     if (
     p == pend

  || syntax & (((((unsigned long int) 1) << 1) << 1) << 1)

  || at_endline_loc_p (p, pend, syntax))
        do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) ((syntax & ((((((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) ? endbuf : endline); } while (0);
      else
        goto normal_char;
    }
    break;


 case '+':
 case '?':
   if ((syntax & (((unsigned long int) 1) << 1))
       || (syntax & ((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)))
     goto normal_char;
 handle_plus:
 case '*':

   if (!laststart)
     {
       if (syntax & (((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1))
  do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADRPT; } while (0);
       else if (!(syntax & ((((((unsigned long int) 1) << 1) << 1) << 1) << 1)))
  goto normal_char;
     }

   {

     boolean zero_times_ok = 0, many_times_ok = 0;
     boolean greedy = 1;






     for (;;)
       {
  if ((syntax & ((((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
      && c == '?' && (zero_times_ok || many_times_ok))
    greedy = 0;
  else
    {
      zero_times_ok |= c != '+';
      many_times_ok |= c != '?';
    }

  if (p == pend)
    break;
  else if (*p == '*'
    || (!(syntax & (((unsigned long int) 1) << 1))
        && (*p == '+' || *p == '?')))
    ;
  else if (syntax & (((unsigned long int) 1) << 1) && *p == '\\')
    {
      if (p+1 == pend)
        do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EESCAPE; } while (0);
      if (p[1] == '+' || p[1] == '?')
        do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
      else
        break;
    }
  else
    break;

  do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
        }



     if (!laststart || laststart == b)
       break;



     if (greedy)
       {
  if (many_times_ok)
    {
      boolean simple = skip_one_char (laststart) == b;
      size_t startoffset = 0;
      re_opcode_t ofj =

        (simple || !analyse_first (laststart, b, ((void *)0), 0))
        ? on_failure_jump : on_failure_jump_loop;
      ;

      if (!zero_times_ok && simple)
        {


       unsigned char *p1, *p2;
       startoffset = b - laststart;
       while ((size_t) (b - bufp->buffer + (startoffset)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);
       p1 = b; p2 = laststart;
       while (p2 < p1)
         *b++ = *p2++;
       zero_times_ok = 1;
        }

      while ((size_t) (b - bufp->buffer + (6)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);
      if (!zero_times_ok)

        store_op1 (ofj, b, (b + 6) - (b) - 3);
      else




        insert_op1 (simple ? on_failure_jump_smart : ofj, laststart + startoffset, (b + 6) - (laststart + startoffset) - 3, b)
                                      ;
      b += 3;
      store_op1 (jump, b, (laststart + startoffset) - (b) - 3);
      b += 3;
    }
  else
    {

      ;
      while ((size_t) (b - bufp->buffer + (3)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);
      insert_op1 (on_failure_jump, laststart, (b + 3) - (laststart) - 3, b);
      b += 3;
    }
       }
     else
       {

  while ((size_t) (b - bufp->buffer + (7)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);
  if (many_times_ok)
    {
      boolean emptyp = analyse_first (laststart, b, ((void *)0), 0);




      if (emptyp) do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (no_op); } while (0);
      store_op1 (emptyp ? on_failure_jump_nastyloop : on_failure_jump, b, (laststart) - (b) - 3)
                                    ;
      b += 3;
      if (zero_times_ok)
        {



   insert_op1 (jump, laststart, (b) - (laststart) - 3, b);
   b += 3;
        }
    }
  else
    {

      insert_op1 (jump, laststart, (b + 3) - (laststart) - 3, b);
      b += 3;
      insert_op1 (on_failure_jump, laststart, (laststart + 6) - (laststart) - 3, b);
      b += 3;
    }
       }
   }
   pending_exact = 0;
   break;


 case '.':
   laststart = b;
   do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (anychar); } while (0);
   break;


 case '[':
   {
     re_char *p1;

     ((range_table_work).used = 0, (range_table_work).bits = 0);

     if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EBRACK; } while (0);



     while ((size_t) (b - bufp->buffer + (34)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);

     laststart = b;



     do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (*p == '^' ? charset_not : charset); } while (0);
     if (*p == '^')
       p++;


     p1 = p;


     do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) ((1 << 8) / 8); } while (0);


     (__builtin_constant_p ((1 << 8) / 8) && ((1 << 8) / 8) == 0 ? (__warn_memset_zero_len (), (void) (0), (void) ((1 << 8) / 8), (void *) (b)) : ((__builtin_object_size (b, 0) != (size_t) -1) ? __builtin___memset_chk (b, 0, (1 << 8) / 8, __builtin_object_size (b, 0)) : __memset_ichk (b, 0, (1 << 8) / 8)));


     if ((re_opcode_t) b[-2] == charset_not
  && (syntax & ((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)))
       (b[(('\n')) / 8] |= 1 << (('\n') % 8));


     for (;;)
       {
  boolean escaped_char = 0;
  const unsigned char *p2 = p;
  re_wchar_t ch;

  if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EBRACK; } while (0);





  do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);


  if ((syntax & ((unsigned long int) 1)) && c == '\\')
    {
      if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EESCAPE; } while (0);

      do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
      escaped_char = 1;
    }
  else
    {



      if (c == ']' && p2 != p1)
        break;
    }




  if (!escaped_char &&
      syntax & ((((unsigned long int) 1) << 1) << 1) && c == '[' && *p == ':')
    {

      unsigned char str[9 + 1];
      const unsigned char *class_beg;

      do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
      c1 = 0;
      class_beg = p;


      if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EBRACK; } while (0);

      for (;;)
        {
          do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
          if ((c == ':' && *p == ']') || p == pend)
            break;
   if (c1 < 9)
     str[c1++] = c;
   else

     str[0] = '\0';
        }
      str[c1] = '\0';





      if (c == ':' && *p == ']')
        {
   re_wctype_t cc = re_wctype (str);

   if (cc == 0)
     do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_ECTYPE; } while (0);



                        do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);

                        if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EBRACK; } while (0);


   for (ch = 0; ch < (1 << 8); ++ch)
     if (re_iswctype (ch, cc))
       {
         c = ((translate) ? ((unsigned char)(translate)[(ch)]) : (ch));
         if (c < (1 << 8))
    (b[((c)) / 8] |= 1 << ((c) % 8));
       }
# 2960 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
   if ((1 << cc) & ((1 << RECC_SPACE) | (1 << RECC_WORD)))
     bufp->used_syntax = 1;


   continue;
        }
      else
        {

   p = class_beg;
   (b[(('[')) / 8] |= 1 << (('[') % 8));




   c = ':';
        }
    }

  if (p < pend && p[0] == '-' && p[1] != ']')
    {


      do { int len; if (p == pend) return REG_EEND; c1 = ((len) = 1, *(p)); p += len; } while (0);


      do { int len; if (p == pend) return REG_EEND; c1 = ((len) = 1, *(p)); p += len; } while (0);







    }
  else

    c1 = c;

  if (c > c1)
    {
      if (syntax & ((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
        do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_ERANGEX; } while (0);

    }
  else
    {


      for (; c <= c1; c++)
        {
   ch = ((translate) ? ((unsigned char)(translate)[(c)]) : (c));
   if (ch < (1 << 8))
     (b[((ch)) / 8] |= 1 << ((ch) % 8));
        }
# 3043 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
    }
       }



     while ((int) b[-1] > 0 && b[b[-1] - 1] == 0)
       b[-1]--;
     b += b[-1];


     if (((range_table_work).used)
  || ((range_table_work).bits))
       {
  int i;
  int used = ((range_table_work).used);




  while ((size_t) (b - bufp->buffer + (4 + used * 3)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);


  laststart[1] |= 0x80;



  *b++ = ((range_table_work).bits) & 0xff;
  *b++ = ((range_table_work).bits) >> 8;

  do { do { (b)[0] = (used / 2) & 0377; (b)[1] = (used / 2) >> 8; } while (0); (b) += 2; } while (0);
  for (i = 0; i < used; i++)
    do { (b)[0] = (((range_table_work).table[i])) & 0377; (b)[1] = ((((range_table_work).table[i])) >> 8) & 0377; (b)[2] = (((range_table_work).table[i])) >> 16; (b) += 3; } while (0)
                                                     ;
       }
   }
   break;


 case '(':
   if (syntax & (((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
     goto handle_open;
   else
     goto normal_char;


 case ')':
   if (syntax & (((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
     goto handle_close;
   else
     goto normal_char;


 case '\n':
   if (syntax & (((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
     goto handle_alt;
   else
     goto normal_char;


 case '|':
   if (syntax & (((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
     goto handle_alt;
   else
     goto normal_char;


 case '{':
    if (syntax & (((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) && syntax & ((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
      goto handle_interval;
    else
      goto normal_char;


 case '\\':
   if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EESCAPE; } while (0);




   do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);

   switch (c)
     {
     case '(':
       if (syntax & (((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_backslash;

     handle_open:
       {
  int shy = 0;
  regnum_t regnum = 0;
  if (p+1 < pend)
    {

      if ((syntax & (((((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) && *p == '?')
        {
   do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
   while (!shy)
     {
       do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
       switch (c)
         {
         case ':': shy = 1; break;
         case '0':


    if (regnum == 0)
      do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADPAT; } while (0);
         case '1': case '2': case '3': case '4':
         case '5': case '6': case '7': case '8': case '9':
    regnum = 10*regnum + (c - '0'); break;
         default:

    do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADPAT; } while (0);
         }
     }
        }
    }

  if (!shy)
    regnum = ++bufp->re_nsub;
  else if (regnum)
    {
      shy = 0;
      if (regnum > bufp->re_nsub)
        bufp->re_nsub = regnum;
      else if (regnum > bufp->re_nsub





        || group_in_compile_stack (compile_stack, regnum))
        do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADPAT; } while (0);
    }
  else

    regnum = - bufp->re_nsub;

  if ((compile_stack.avail == compile_stack.size))
    {
      ((compile_stack.stack) = (compile_stack_elt_t *) xrealloc (compile_stack.stack, (compile_stack.size << 1) * sizeof (compile_stack_elt_t)))
                             ;
      if (compile_stack.stack == ((void *)0)) return REG_ESPACE;

      compile_stack.size <<= 1;
    }





  (compile_stack.stack[compile_stack.avail]).begalt_offset = begalt - bufp->buffer;
  (compile_stack.stack[compile_stack.avail]).fixup_alt_jump
    = fixup_alt_jump ? fixup_alt_jump - bufp->buffer + 1 : 0;
  (compile_stack.stack[compile_stack.avail]).laststart_offset = b - bufp->buffer;
  (compile_stack.stack[compile_stack.avail]).regnum = regnum;



  if (regnum <= 255 && regnum > 0)
    do { while ((size_t) (b - bufp->buffer + (2)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (start_memory); *b++ = (unsigned char) (regnum); } while (0);

  compile_stack.avail++;

  fixup_alt_jump = 0;
  laststart = 0;
  begalt = b;



  pending_exact = 0;
  break;
       }

     case ')':
       if (syntax & (((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) goto normal_backslash;

       if ((compile_stack.avail == 0))
  {
    if (syntax & (((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
      goto normal_backslash;
    else
      do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_ERPAREN; } while (0);
  }

     handle_close:
       do { if (fixup_alt_jump) store_op1 (jump, fixup_alt_jump, (b) - (fixup_alt_jump) - 3); } while (0);


       if ((compile_stack.avail == 0))
  {
    if (syntax & (((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
      goto normal_char;
    else
      do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_ERPAREN; } while (0);
  }



       ;
       {



  regnum_t regnum;

  compile_stack.avail--;
  begalt = bufp->buffer + (compile_stack.stack[compile_stack.avail]).begalt_offset;
  fixup_alt_jump
    = (compile_stack.stack[compile_stack.avail]).fixup_alt_jump
      ? bufp->buffer + (compile_stack.stack[compile_stack.avail]).fixup_alt_jump - 1
      : 0;
  laststart = bufp->buffer + (compile_stack.stack[compile_stack.avail]).laststart_offset;
  regnum = (compile_stack.stack[compile_stack.avail]).regnum;



  pending_exact = 0;



  if (regnum <= 255 && regnum > 0)
    do { while ((size_t) (b - bufp->buffer + (2)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (stop_memory); *b++ = (unsigned char) (regnum); } while (0);
       }
       break;


     case '|':
       if (syntax & ((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) || syntax & (((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_backslash;
     handle_alt:
       if (syntax & ((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;



       while ((size_t) (b - bufp->buffer + (3)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);
       insert_op1 (on_failure_jump, begalt, (b + 6) - (begalt) - 3, b);
       pending_exact = 0;
       b += 3;
# 3301 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
       do { if (fixup_alt_jump) store_op1 (jump, fixup_alt_jump, (b) - (fixup_alt_jump) - 3); } while (0);




       fixup_alt_jump = b;
       while ((size_t) (b - bufp->buffer + (3)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);
       b += 3;

       laststart = 0;
       begalt = b;
       break;


     case '{':

       if (!(syntax & (((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))


    || (syntax & ((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)))
  goto normal_backslash;

     handle_interval:
       {



  int lower_bound = 0, upper_bound = -1;

  beg_interval = p;

  do { if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EBRACE; } while (0); else { do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0); while ('0' <= c && c <= '9') { int prev; if (lower_bound < 0) lower_bound = 0; prev = lower_bound; lower_bound = lower_bound * 10 + c - '0'; if (lower_bound / 10 != prev) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADBR; } while (0); if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EBRACE; } while (0); do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0); } } } while (0);

  if (c == ',')
    do { if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EBRACE; } while (0); else { do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0); while ('0' <= c && c <= '9') { int prev; if (upper_bound < 0) upper_bound = 0; prev = upper_bound; upper_bound = upper_bound * 10 + c - '0'; if (upper_bound / 10 != prev) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADBR; } while (0); if (p == pend) do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EBRACE; } while (0); do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0); } } } while (0);
  else

    upper_bound = lower_bound;

  if (lower_bound < 0 || upper_bound > (0x7fff)
      || (upper_bound >= 0 && lower_bound > upper_bound))
    do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADBR; } while (0);

  if (!(syntax & ((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)))
    {
      if (c != '\\')
        do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADBR; } while (0);
      if (p == pend)
        do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EESCAPE; } while (0);
      do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
    }

  if (c != '}')
    do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADBR; } while (0);




  if (!laststart)
    {
      if (syntax & (((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1))
        do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADRPT; } while (0);
      else if (syntax & ((((((unsigned long int) 1) << 1) << 1) << 1) << 1))
        laststart = b;
      else
        goto unfetch_interval;
    }

  if (upper_bound == 0)


    b = laststart;
  else if (lower_bound == 1 && upper_bound == 1)

    ;
# 3386 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  else
    {

      unsigned int nbytes = (upper_bound < 0 ? 3
        : upper_bound > 1 ? 5 : 0);
      unsigned int startoffset = 0;

      while ((size_t) (b - bufp->buffer + (20)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);

      if (lower_bound == 0)
        {


   insert_op1 (on_failure_jump_loop, laststart, (b + 3 + nbytes) - (laststart) - 3, b)
                        ;
   b += 3;
        }
      else
        {





   insert_op2 (succeed_n, laststart, (b + 5 + nbytes) - (laststart) - 3, lower_bound, b)

                      ;
   b += 5;





   insert_op2 (set_number_at, laststart, 5, lower_bound, b);
   b += 5;
   startoffset += 5;
        }

      if (upper_bound < 0)
        {


   store_op1 (jump, b, (laststart + startoffset) - (b) - 3);
   b += 3;
        }
      else if (upper_bound > 1)
        {






   store_op2 (jump_n, b, (laststart + startoffset) - (b) - 3, upper_bound - 1)
                         ;
   b += 5;
# 3457 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
   insert_op2 (set_number_at, laststart, b - laststart,
        upper_bound - 1, b);
   b += 5;
        }
    }
  pending_exact = 0;
  beg_interval = ((void *)0);
       }
       break;

     unfetch_interval:

        ;
        p = beg_interval;
        beg_interval = ((void *)0);


        c = '{';

        if (!(syntax & ((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)))
   {
     ;
     goto normal_backslash;
   }
        else
   goto normal_char;
# 3517 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
     case 'w':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
       laststart = b;
       do { while ((size_t) (b - bufp->buffer + (2)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (syntaxspec); *b++ = (unsigned char) (Sword); } while (0);
       break;


     case 'W':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
       laststart = b;
       do { while ((size_t) (b - bufp->buffer + (2)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (notsyntaxspec); *b++ = (unsigned char) (Sword); } while (0);
       break;


     case '<':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
       do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (wordbeg); } while (0);
       break;

     case '>':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
       do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (wordend); } while (0);
       break;

     case '_':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
              laststart = b;
              do { int len; if (p == pend) return REG_EEND; c = ((len) = 1, *(p)); p += len; } while (0);
              if (c == '<')
                do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (symbeg); } while (0);
              else if (c == '>')
                do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (symend); } while (0);
              else
                do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_BADPAT; } while (0);
              break;

     case 'b':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
       do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (wordbound); } while (0);
       break;

     case 'B':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
       do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (notwordbound); } while (0);
       break;

     case '`':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
       do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (begbuf); } while (0);
       break;

     case '\'':
       if (syntax & (((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
  goto normal_char;
       do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (endbuf); } while (0);
       break;

     case '1': case '2': case '3': case '4': case '5':
     case '6': case '7': case '8': case '9':
       {
  regnum_t reg;

  if (syntax & ((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
    goto normal_backslash;

  reg = c - '0';

  if (reg > bufp->re_nsub || reg < 1

      || group_in_compile_stack (compile_stack, reg))
    do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_ESUBREG; } while (0);

  laststart = b;
  do { while ((size_t) (b - bufp->buffer + (2)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (duplicate); *b++ = (unsigned char) (reg); } while (0);
       }
       break;


     case '+':
     case '?':
       if (syntax & (((unsigned long int) 1) << 1))
  goto handle_plus;
       else
  goto normal_backslash;

     default:
     normal_backslash:



       goto normal_char;
     }
   break;


 default:

 normal_char:

   if (!pending_exact


       || pending_exact + *pending_exact + 1 != b


       || *pending_exact >= (1 << 8) - 1


       || (p != pend && (*p == '*' || *p == '^'))
       || ((syntax & (((unsigned long int) 1) << 1))
    ? p + 1 < pend && *p == '\\' && (p[1] == '+' || p[1] == '?')
    : p != pend && (*p == '+' || *p == '?'))
       || ((syntax & (((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
    && ((syntax & ((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
        ? p != pend && *p == '{'
        : p + 1 < pend && p[0] == '\\' && p[1] == '{')))
     {


       laststart = b;

       do { while ((size_t) (b - bufp->buffer + (2)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (exactn); *b++ = (unsigned char) (0); } while (0);
       pending_exact = b - 1;
     }

   while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0);
   {
     int len;

     if (multibyte)
       {
  c = ((translate) ? ((unsigned char)(translate)[(c)]) : (c));
  len = (*(b) = (c), 1);
  b += len;
       }
     else
       {
  c1 = (c);
  if (! (0))
    {
      re_wchar_t c2 = ((translate) ? ((unsigned char)(translate)[(c1)]) : (c1));

      if (c1 != c2 && (c1 = (c2)) >= 0)
        c = c1;
    }
  *b++ = c;
  len = 1;
       }
     (*pending_exact) += len;
   }

   break;
 }
    }




  do { if (fixup_alt_jump) store_op1 (jump, fixup_alt_jump, (b) - (fixup_alt_jump) - 3); } while (0);

  if (!(compile_stack.avail == 0))
    do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_EPAREN; } while (0);



  if (syntax & ((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
    do { while ((size_t) (b - bufp->buffer + (1)) > bufp->allocated) do { unsigned char *old_buffer = bufp->buffer; if (bufp->allocated == (1L << 15)) return REG_ESIZE; bufp->allocated <<= 1; if (bufp->allocated > (1L << 15)) bufp->allocated = (1L << 15); ((bufp->buffer) = (unsigned char *) xrealloc (bufp->buffer, (bufp->allocated) * sizeof (unsigned char))); if (bufp->buffer == ((void *)0)) return REG_ESPACE; if (old_buffer != bufp->buffer) { unsigned char *new_buffer = bufp->buffer; ((b) = new_buffer + ((b) - old_buffer)); ((begalt) = new_buffer + ((begalt) - old_buffer)); if (fixup_alt_jump) ((fixup_alt_jump) = new_buffer + ((fixup_alt_jump) - old_buffer)); if (laststart) ((laststart) = new_buffer + ((laststart) - old_buffer)); if (pending_exact) ((pending_exact) = new_buffer + ((pending_exact) - old_buffer)); } } while (0); *b++ = (unsigned char) (succeed); } while (0);


  bufp->used = b - bufp->buffer;
# 3724 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  do { do { if ((range_table_work).table) free ((range_table_work).table); } while (0); free (compile_stack.stack); return REG_NOERROR; } while (0);
}





static void
store_op1 (re_opcode_t op, unsigned char *loc, int arg)
{
  *loc = (unsigned char) op;
  do { (loc + 1)[0] = (arg) & 0377; (loc + 1)[1] = (arg) >> 8; } while (0);
}




static void
store_op2 (re_opcode_t op, unsigned char *loc, int arg1, int arg2)
{
  *loc = (unsigned char) op;
  do { (loc + 1)[0] = (arg1) & 0377; (loc + 1)[1] = (arg1) >> 8; } while (0);
  do { (loc + 3)[0] = (arg2) & 0377; (loc + 3)[1] = (arg2) >> 8; } while (0);
}





static void
insert_op1 (re_opcode_t op, unsigned char *loc, int arg, unsigned char *end)
{
  register unsigned char *pfrom = end;
  register unsigned char *pto = end + 3;

  while (pfrom != loc)
    *--pto = *--pfrom;

  store_op1 (op, loc, arg);
}




static void
insert_op2 (re_opcode_t op, unsigned char *loc, int arg1, int arg2, unsigned char *end)
{
  register unsigned char *pfrom = end;
  register unsigned char *pto = end + 5;

  while (pfrom != loc)
    *--pto = *--pfrom;

  store_op2 (op, loc, arg1, arg2);
}






static boolean
at_begline_loc_p (const re_char *pattern, const re_char *p, reg_syntax_t syntax)
{
  re_char *prev = p - 2;
  boolean odd_backslashes;


  if (*prev == '(')
    odd_backslashes = (syntax & (((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) == 0;


  else if (*prev == '|')
    odd_backslashes = (syntax & (((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) == 0;


  else if (*prev == ':' && (syntax & (((((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)))
    {

      while (prev - 1 >= pattern && prev[-1] >= '0' && prev[-1] <= '9')
 --prev;

      if (!(prev - 2 >= pattern
     && prev[-1] == '?' && prev[-2] == '('))
 return 0;
      prev -= 2;
      odd_backslashes = (syntax & (((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) == 0;
    }
  else
    return 0;


  p = prev;
  while (prev - 1 >= pattern && prev[-1] == '\\')
    --prev;
  return (p - prev) & odd_backslashes;
}





static boolean
at_endline_loc_p (const re_char *p, const re_char *pend, reg_syntax_t syntax)
{
  re_char *next = p;
  boolean next_backslash = *next == '\\';
  re_char *next_next = p + 1 < pend ? p + 1 : 0;

  return

       (syntax & (((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) ? *next == ')'
 : next_backslash && next_next && *next_next == ')')

    || (syntax & (((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) ? *next == '|'
 : next_backslash && next_next && *next_next == '|');
}





static boolean
group_in_compile_stack (compile_stack_type compile_stack, regnum_t regnum)
{
  ssize_t this_element;

  for (this_element = compile_stack.avail - 1;
       this_element >= 0;
       this_element--)
    if (compile_stack.stack[this_element].regnum == regnum)
      return 1;

  return 0;
}
# 3870 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
static int
analyse_first (const re_char *p, const re_char *pend, char *fastmap, const int multibyte)
{
  int j, k;
  boolean not;



  boolean match_any_multibyte_characters = 0;

  ;
# 3897 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  while (p < pend)
    {
# 3907 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
      re_char *p1 = p;

      switch (*p++)
 {
 case succeed:
   return 1;

 case duplicate:




   p++;
   continue;





 case exactn:
   if (fastmap)
     {




       fastmap[p[1]] = 1;
       if (! multibyte)
  {



    int c = (p[1]);

    fastmap[(c)] = 1;
  }
     }
   break;


 case anychar:


   if (!fastmap) break;
   return -1;


 case charset_not:
   if (!fastmap) break;
   {

     for (j = ((&p[-1])[1] & 0x7F) * 8;
   j < (1 << 8); j++)
       fastmap[j] = 1;
   }


 case charset:
   if (!fastmap) break;
   not = (re_opcode_t) *(p - 1) == charset_not;
   for (j = ((&p[-1])[1] & 0x7F) * 8 - 1, p++;
        j >= 0; j--)
     if (!!(p[j / 8] & (1 << (j % 8))) ^ not)
       fastmap[j] = 1;
# 4019 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
   break;

 case syntaxspec:
 case notsyntaxspec:
   if (!fastmap) break;

   not = (re_opcode_t)p[-1] == notsyntaxspec;
   k = *p++;
   for (j = 0; j < (1 << 8); j++)
     if ((re_syntax_table[(j)] == (enum syntaxcode) k) ^ not)
       fastmap[j] = 1;
   break;
# 4063 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
 case no_op:
 case begline:
 case endline:
 case begbuf:
 case endbuf:
 case wordbound:
 case notwordbound:
 case wordbeg:
 case wordend:
 case symbeg:
 case symend:
   continue;


 case jump:
   do { do { (j) = *(p) & 0377; (j) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
   if (j < 0)


     break;
   p += j;
   switch (*p)
     {
     case on_failure_jump:
     case on_failure_keep_string_jump:
     case on_failure_jump_loop:
     case on_failure_jump_nastyloop:
     case on_failure_jump_smart:
       p++;
       break;
     default:
       continue;
     };




 case on_failure_jump:
 case on_failure_keep_string_jump:
 case on_failure_jump_nastyloop:
 case on_failure_jump_loop:
 case on_failure_jump_smart:
   do { do { (j) = *(p) & 0377; (j) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
   if (p + j <= p1)
     ;
   else
     {


       int r = analyse_first (p, pend, fastmap, multibyte);
       if (r) return r;
       p += j;
     }
   continue;


 case jump_n:

   ;
   p += 4;



   continue;

 case succeed_n:

   ;
   p += 4;



   continue;


 case set_number_at:
   p += 4;
   continue;


 case start_memory:
 case stop_memory:
   p += 1;
   continue;


 default:
   abort ();
 }




      return 0;
    }


  return 1;

}
# 4181 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
int
re_compile_fastmap (struct re_pattern_buffer *bufp)
{
  char *fastmap = bufp->fastmap;
  int analysis;

  ;

  (__builtin_constant_p (1 << 8) && (1 << 8) == 0 ? (__warn_memset_zero_len (), (void) (0), (void) (1 << 8), (void *) (fastmap)) : ((__builtin_object_size (fastmap, 0) != (size_t) -1) ? __builtin___memset_chk (fastmap, 0, 1 << 8, __builtin_object_size (fastmap, 0)) : __memset_ichk (fastmap, 0, 1 << 8)));
  bufp->fastmap_accurate = 1;

  analysis = analyse_first (bufp->buffer, bufp->buffer + bufp->used,
       fastmap, 0);
  bufp->can_be_null = (analysis != 0);
  return 0;
}
# 4211 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
void
re_set_registers (struct re_pattern_buffer *bufp, struct re_registers *regs, unsigned int num_regs, regoff_t *starts, regoff_t *ends)
{
  if (num_regs)
    {
      bufp->regs_allocated = 1;
      regs->num_regs = num_regs;
      regs->start = starts;
      regs->end = ends;
    }
  else
    {
      bufp->regs_allocated = 0;
      regs->num_regs = 0;
      regs->start = regs->end = (regoff_t *) 0;
    }
}







regoff_t
re_search (struct re_pattern_buffer *bufp, const char *string, size_t size,
    ssize_t startpos, ssize_t range, struct re_registers *regs)
{
  return re_search_2 (bufp, ((void *)0), 0, string, size, startpos, range,
        regs, size);
}



#define HEAD_ADDR_VSTRING(P) (((P) >= size1 ? string2 : string1))



#define POS_ADDR_VSTRING(POS) (((POS) >= size1 ? string2 - size1 : string1) + (POS))
# 4273 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
regoff_t
re_search_2 (struct re_pattern_buffer *bufp, const char *str1, size_t size1,
      const char *str2, size_t size2, ssize_t startpos, ssize_t range,
      struct re_registers *regs, ssize_t stop)
{
  regoff_t val;
  re_char *string1 = (re_char*) str1;
  re_char *string2 = (re_char*) str2;
  register char *fastmap = bufp->fastmap;
  register char * translate = bufp->translate;
  size_t total_size = size1 + size2;
  ssize_t endpos = startpos + range;
  boolean anchored_start;

  const boolean multibyte = 0;


  if (startpos < 0 || startpos > total_size)
    return -1;




  if (endpos < 0)
    range = 0 - startpos;
  else if (endpos > total_size)
    range = total_size - startpos;



  if (bufp->used > 0 && (re_opcode_t) bufp->buffer[0] == begbuf && range > 0)
    {
      if (startpos > 0)
 return -1;
      else
 range = 0;
    }
# 4323 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  if (fastmap && !bufp->fastmap_accurate)
    re_compile_fastmap (bufp);


  anchored_start = (bufp->buffer[0] == begline);
# 4339 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  for (;;)
    {




      if (anchored_start && startpos > 0)
 {
   if (! ((startpos <= size1 ? string1[startpos - 1]
    : string2[startpos - size1 - 1])
   == '\n'))
     goto advance;
 }





      if (fastmap && startpos < total_size && !bufp->can_be_null)
 {
   register re_char *d;
   register re_wchar_t buf_ch;

   d = (((startpos) >= size1 ? string2 - size1 : string1) + (startpos));

   if (range > 0)
     {
       register int lim = 0;
       ssize_t irange = range;

       if (startpos < size1 && startpos + range >= size1)
  lim = range - (size1 - startpos);



       if ((translate))
  {
    if (multibyte)
      while (range > lim)
        {
   int buf_charlen;

   buf_ch = ((buf_charlen) = 1, *(d));
   buf_ch = ((unsigned char)(translate)[buf_ch]);
   if (fastmap[(buf_ch)])
     break;

   range -= buf_charlen;
   d += buf_charlen;
        }
    else
      while (range > lim)
        {
   register re_wchar_t ch, translated;

   buf_ch = *d;
   ch = (buf_ch);
   translated = ((unsigned char)(translate)[ch]);
   if (translated != ch
       && (ch = (translated)) >= 0)
     buf_ch = ch;
   if (fastmap[buf_ch])
     break;
   d++;
   range--;
        }
  }
       else
  {
    if (multibyte)
      while (range > lim)
        {
   int buf_charlen;

   buf_ch = ((buf_charlen) = 1, *(d));
   if (fastmap[(buf_ch)])
     break;
   range -= buf_charlen;
   d += buf_charlen;
        }
    else
      while (range > lim && !fastmap[*d])
        {
   d++;
   range--;
        }
  }
       startpos += irange - range;
     }
   else
     {
       if (multibyte)
  {
    buf_ch = (*(d));
    buf_ch = ((translate) ? ((unsigned char)(translate)[(buf_ch)]) : (buf_ch));
    if (! fastmap[(buf_ch)])
      goto advance;
  }
       else
  {
    register re_wchar_t ch, translated;

    buf_ch = *d;
    ch = (buf_ch);
    translated = ((translate) ? ((unsigned char)(translate)[(ch)]) : (ch));
    if (translated != ch
        && (ch = (translated)) >= 0)
      buf_ch = ch;
    if (! fastmap[((translate) ? ((unsigned char)(translate)[(buf_ch)]) : (buf_ch))])
      goto advance;
  }
     }
 }


      if (range >= 0 && startpos == total_size && fastmap
   && !bufp->can_be_null)
 return -1;

      val = re_match_2_internal (bufp, string1, size1, string2, size2,
     startpos, regs, stop);

      if (val >= 0)
 return startpos;

      if (val == -2)
 return -2;

    advance:
      if (!range)
 break;
      else if (range > 0)
 {

   if (multibyte)
     {
       re_char *p = (((startpos) >= size1 ? string2 - size1 : string1) + (startpos));
       int len = (1);

       range -= len;
       if (range < 0)
  break;
       startpos += len;
     }
   else
     {
       range--;
       startpos++;
     }
 }
      else
 {
   range++;
   startpos--;


   if (multibyte)
     {
       re_char *p = (((startpos) >= size1 ? string2 - size1 : string1) + (startpos)) + 1;
       re_char *p0 = p;
       re_char *phead = (((startpos) >= size1 ? string2 : string1));


       ((p)--);
       range += p0 - 1 - p;
       if (range > 0)
  break;

       startpos -= p0 - 1 - p;
     }
 }
    }
  return -1;
}




static int bcmp_translate (re_char *s1, re_char *s2,
      register ssize_t len,
      char * translate,
      const int multibyte);



#define POINTER_TO_OFFSET(ptr) (FIRST_STRING_P (ptr) ? ((regoff_t) ((ptr) - string1)) : ((regoff_t) ((ptr) - string2 + size1)))
# 4533 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define PREFETCH() while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; }
# 4548 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define PREFETCH_NOLIMIT() if (d == end1) { d = string2; dend = end_match_2; }
# 4557 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define AT_STRINGS_BEG(d) ((d) == (size1 ? string1 : string2) || !size2)
#define AT_STRINGS_END(d) ((d) == end2)
# 4589 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
#define FREE_VAR(var) do { if (var) { REGEX_FREE (var); var = NULL; } } while (0)







#define FREE_VARIABLES() do { REGEX_FREE_STACK (fail_stack.stack); FREE_VAR (regstart); FREE_VAR (regend); FREE_VAR (best_regstart); FREE_VAR (best_regend); } while (0)
# 4614 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
static re_char *
skip_one_char (const re_char *p)
{
  switch (*p++)
    {
    case anychar:
      break;

    case exactn:
      p += *p + 1;
      break;

    case charset_not:
    case charset:
      if (((p - 1)[1] & 0x80))
 {
   int mcnt;
   p = (&(p - 1)[4 + ((p - 1)[1] & 0x7F)]);
   do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
   p = ((p) + (mcnt) * 2 * 3);
 }
      else
 p += 1 + ((p - 1)[1] & 0x7F);
      break;

    case syntaxspec:
    case notsyntaxspec:




      p++;
      break;

    default:
      p = ((void *)0);
    }
  return p;
}



static re_char *
skip_noops (const re_char *p, const re_char *pend)
{
  int mcnt;
  while (p < pend)
    {
      switch (*p)
 {
 case start_memory:
 case stop_memory:
   p += 2; break;
 case no_op:
   p += 1; break;
 case jump:
   p += 1;
   do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
   p += mcnt;
   break;
 default:
   return p;
 }
    }
  ;
  return p;
}


static int
mutually_exclusive_p (struct re_pattern_buffer *bufp, const re_char *p1, const re_char *p2)
{
  re_opcode_t op2;
  const boolean multibyte = 0;
  unsigned char *pend = bufp->buffer + bufp->used;

 
                                       ;





  p2 = skip_noops (p2, pend);




 
                                       ;

  op2 = p2 == pend ? succeed : *p2;

  switch (op2)
    {
    case succeed:
    case endbuf:

      if (skip_one_char (p1))
 {
   ;
   return 1;
 }
      break;

    case endline:
    case exactn:
      {
 register re_wchar_t c
   = (re_opcode_t) *p2 == endline ? '\n'
   : (*(p2 + 2));

 if ((re_opcode_t) *p1 == exactn)
   {
     if (c != (*(p1 + 2)))
       {
  ;
  return 1;
       }
   }

 else if ((re_opcode_t) *p1 == charset
   || (re_opcode_t) *p1 == charset_not)
   {
     int not = (re_opcode_t) *p1 == charset_not;



     if (! multibyte || ((c) < 0200))
       {
  if (c < ((p1)[1] & 0x7F) * 8
      && p1[2 + c / 8] & (1 << (c % 8)))
    not = !not;
       }
     else if (((p1)[1] & 0x80))
       do { int count; re_char *range_table = (&(p1)[4 + ((p1)[1] & 0x7F)]); do { do { (count) = *(range_table) & 0377; (count) += ((signed char) (*((range_table) + 1))) << 8; } while (0); (range_table) += 2; } while (0); do { re_wchar_t range_start, range_end; re_char *rtp; re_char *range_table_end = (((range_table)) + ((count)) * 2 * 3); for (rtp = (range_table); rtp < range_table_end; rtp += 2 * 3) { do { (range_start) = ((rtp)[0] | ((rtp)[1] << 8) | ((rtp)[2] << 16)); } while (0); do { (range_end) = ((rtp + 3)[0] | ((rtp + 3)[1] << 8) | ((rtp + 3)[2] << 16)); } while (0); if (range_start <= ((c)) && ((c)) <= range_end) { ((not)) = !((not)); break; } } } while (0); } while (0);



     if (!not)
       {
  ;
  return 1;
       }
   }
 else if ((re_opcode_t) *p1 == anychar
   && c == '\n')
   {
     ;
     return 1;
   }
      }
      break;

    case charset:
      {
 if ((re_opcode_t) *p1 == exactn)

   return mutually_exclusive_p (bufp, p2, p1);




      else if (!multibyte || !((p2)[1] & 0x80))
 {
# 4790 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
   if ((re_opcode_t) *p1 == charset)
     {
       int idx;


       for (idx = 0;
     (idx < (int) p2[1]
      && idx < ((p1)[1] & 0x7F));
     idx++)
  if ((p2[2 + idx] & p1[2 + idx]) != 0)
    break;

       if (idx == p2[1]
    || idx == ((p1)[1] & 0x7F))
  {
    ;
    return 1;
  }
     }
   else if ((re_opcode_t) *p1 == charset_not)
     {
       int idx;


       for (idx = 0; idx < (int) p2[1]; idx++)
  if (! (p2[2 + idx] == 0
         || (idx < ((p1)[1] & 0x7F)
      && ((p2[2 + idx] & ~ p1[2 + idx]) == 0))))
    break;

       if (idx == p2[1])
  {
    ;
    return 1;
  }
       }
   }
      }
      break;

    case charset_not:
      switch (*p1)
 {
 case exactn:
 case charset:

   return mutually_exclusive_p (bufp, p2, p1);
 case charset_not:




   break;
 }
      break;

    case wordend:
      return ((re_opcode_t) *p1 == syntaxspec && p1[1] == Sword);
    case symend:
      return ((re_opcode_t) *p1 == syntaxspec
              && (p1[1] == Ssymbol || p1[1] == Sword));
    case notsyntaxspec:
      return ((re_opcode_t) *p1 == syntaxspec && p1[1] == p2[1]);

    case wordbeg:
      return ((re_opcode_t) *p1 == notsyntaxspec && p1[1] == Sword);
    case symbeg:
      return ((re_opcode_t) *p1 == notsyntaxspec
              && (p1[1] == Ssymbol || p1[1] == Sword));
    case syntaxspec:
      return ((re_opcode_t) *p1 == notsyntaxspec && p1[1] == p2[1]);

    case wordbound:
      return (((re_opcode_t) *p1 == notsyntaxspec
        || (re_opcode_t) *p1 == syntaxspec)
       && p1[1] == Sword);
# 4874 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
    default:
      ;
    }


  return 0;
}







regoff_t
re_match (struct re_pattern_buffer *bufp, const char *string,
   size_t size, ssize_t pos, struct re_registers *regs)
{
  regoff_t result = re_match_2_internal (bufp, ((void *)0), 0, (re_char*) string,
      size, pos, regs, size);
  return result;
}

# 4918 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
regoff_t
re_match_2 (struct re_pattern_buffer *bufp, const char *string1,
     size_t size1, const char *string2, size_t size2, ssize_t pos,
     struct re_registers *regs, ssize_t stop)
{
  regoff_t result;
# 4932 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  result = re_match_2_internal (bufp, (re_char*) string1, size1,
    (re_char*) string2, size2,
    pos, regs, stop);
  return result;
}





static regoff_t
re_match_2_internal (struct re_pattern_buffer *bufp, const re_char *string1,
       size_t size1, const re_char *string2, size_t size2,
       ssize_t pos, struct re_registers *regs, ssize_t stop)
{

  ssize_t mcnt;
  size_t reg;


  re_char *end1, *end2;



  re_char *end_match_1, *end_match_2;


  re_char *d, *dend;





  re_char *dfail;


  re_char *p = bufp->buffer;
  re_char *pend = p + bufp->used;


  char * translate = bufp->translate;


  const boolean multibyte = 0;


  const boolean target_multibyte = 0;
# 4988 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  fail_stack_type fail_stack;
# 5003 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  size_t num_regs = bufp->re_nsub + 1;
# 5013 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  re_char **regstart, **regend;






  unsigned best_regs_set = 0;

  re_char **best_regstart, **best_regend;
# 5033 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  re_char *match_end = ((void *)0);






  ;

  do { fail_stack.stack = __builtin_alloca (20 * 20 * sizeof (fail_stack_elt_t)); if (fail_stack.stack == ((void *)0)) return -2; fail_stack.size = 20; fail_stack.avail = 0; fail_stack.frame = 0; } while (0);







  if (bufp->re_nsub)
    {
      regstart = ((re_char * *) __builtin_alloca ((num_regs) * sizeof (re_char *)));
      regend = ((re_char * *) __builtin_alloca ((num_regs) * sizeof (re_char *)));
      best_regstart = ((re_char * *) __builtin_alloca ((num_regs) * sizeof (re_char *)));
      best_regend = ((re_char * *) __builtin_alloca ((num_regs) * sizeof (re_char *)));

      if (!(regstart && regend && best_regstart && best_regend))
 {
   do { ((void)0); do { if (regstart) { ((void)0); regstart = ((void *)0); } } while (0); do { if (regend) { ((void)0); regend = ((void *)0); } } while (0); do { if (best_regstart) { ((void)0); best_regstart = ((void *)0); } } while (0); do { if (best_regend) { ((void)0); best_regend = ((void *)0); } } while (0); } while (0);
   return -2;
 }
    }
  else
    {


      regstart = regend = best_regstart = best_regend = ((void *)0);
    }



  if (pos < 0 || pos > size1 + size2)
    {
      do { ((void)0); do { if (regstart) { ((void)0); regstart = ((void *)0); } } while (0); do { if (regend) { ((void)0); regend = ((void *)0); } } while (0); do { if (best_regstart) { ((void)0); best_regstart = ((void *)0); } } while (0); do { if (best_regend) { ((void)0); best_regend = ((void *)0); } } while (0); } while (0);
      return -1;
    }




  for (reg = 1; reg < num_regs; reg++)
    regstart[reg] = regend[reg] = ((void *)0);



  if (size2 == 0 && string1 != ((void *)0))
    {
      string2 = string1;
      size2 = size1;
      string1 = 0;
      size1 = 0;
    }
  end1 = string1 + size1;
  end2 = string2 + size2;







  if (pos >= size1)
    {

      d = string2 + pos - size1;
      dend = end_match_2 = string2 + stop - size1;
      end_match_1 = end1;
    }
  else
    {
      if (stop < size1)
 {

   end_match_1 = string1 + stop;
# 5123 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
   end_match_2 = end_match_1;
 }
      else
 {


   end_match_1 = end1;
   end_match_2 = string2 + stop - size1;
 }
      d = string1 + pos;
      dend = end_match_1;
    }

  ;
  ;
  ;
  ;
  ;




  for (;;)
    {
      ;

      if (p == pend)
 {
   ;



   if (d != end_match_2)
     {


       boolean same_str_p = ((size1 && string1 <= (match_end) && (match_end) <= string1 + size1)
        == (size1 && string1 <= (d) && (d) <= string1 + size1));

       boolean best_match_p;



       if (same_str_p)
  best_match_p = d > match_end;
       else
  best_match_p = !(size1 && string1 <= (d) && (d) <= string1 + size1);

       ;

       if (!(fail_stack.frame == 0))
  {


    if (!best_regs_set || best_match_p)
      {
        best_regs_set = 1;
        match_end = d;

        ;

        for (reg = 1; reg < num_regs; reg++)
   {
     best_regstart[reg] = regstart[reg];
     best_regend[reg] = regend[reg];
   }
      }
    goto fail;
  }




       else if (best_regs_set && !best_match_p)
  {
  restore_best_regs:





    ;

    d = match_end;
    dend = ((d >= string1 && d <= end1)
      ? end_match_1 : end_match_2);

    for (reg = 1; reg < num_regs; reg++)
      {
        regstart[reg] = best_regstart[reg];
        regend[reg] = best_regend[reg];
      }
  }
     }

 succeed_label:
   ;


   if (regs && !bufp->no_sub)
     {

       if (bufp->regs_allocated == 0)
  {


    regs->num_regs = ((30) > (num_regs + 1) ? (30) : (num_regs + 1));
    regs->start = ((regoff_t *) xmalloc ((regs->num_regs) * sizeof (regoff_t)));
    regs->end = ((regoff_t *) xmalloc ((regs->num_regs) * sizeof (regoff_t)));
    if (regs->start == ((void *)0) || regs->end == ((void *)0))
      {
        do { ((void)0); do { if (regstart) { ((void)0); regstart = ((void *)0); } } while (0); do { if (regend) { ((void)0); regend = ((void *)0); } } while (0); do { if (best_regstart) { ((void)0); best_regstart = ((void *)0); } } while (0); do { if (best_regend) { ((void)0); best_regend = ((void *)0); } } while (0); } while (0);
        return -2;
      }
    bufp->regs_allocated = 1;
  }
       else if (bufp->regs_allocated == 1)
  {


    if (regs->num_regs < num_regs + 1)
      {
        regs->num_regs = num_regs + 1;
        ((regs->start) = (regoff_t *) xrealloc (regs->start, (regs->num_regs) * sizeof (regoff_t)));
        ((regs->end) = (regoff_t *) xrealloc (regs->end, (regs->num_regs) * sizeof (regoff_t)));
        if (regs->start == ((void *)0) || regs->end == ((void *)0))
   {
     do { ((void)0); do { if (regstart) { ((void)0); regstart = ((void *)0); } } while (0); do { if (regend) { ((void)0); regend = ((void *)0); } } while (0); do { if (best_regstart) { ((void)0); best_regstart = ((void *)0); } } while (0); do { if (best_regend) { ((void)0); best_regend = ((void *)0); } } while (0); } while (0);
     return -2;
   }
      }
  }
       else
  {


    ;
  }




       if (regs->num_regs > 0)
  {
    regs->start[0] = pos;
    regs->end[0] = ((size1 && string1 <= (d) && (d) <= string1 + size1) ? ((regoff_t) ((d) - string1)) : ((regoff_t) ((d) - string2 + size1)));
  }



       for (reg = 1; reg < ((num_regs) < (regs->num_regs) ? (num_regs) : (regs->num_regs)); reg++)
  {
    if (((regstart[reg]) == ((void *)0)) || ((regend[reg]) == ((void *)0)))
      regs->start[reg] = regs->end[reg] = -1;
    else
      {
        regs->start[reg]
   = (regoff_t) ((size1 && string1 <= (regstart[reg]) && (regstart[reg]) <= string1 + size1) ? ((regoff_t) ((regstart[reg]) - string1)) : ((regoff_t) ((regstart[reg]) - string2 + size1)));
        regs->end[reg]
   = (regoff_t) ((size1 && string1 <= (regend[reg]) && (regend[reg]) <= string1 + size1) ? ((regoff_t) ((regend[reg]) - string1)) : ((regoff_t) ((regend[reg]) - string2 + size1)));
      }
  }






       for (reg = num_regs; reg < regs->num_regs; reg++)
  regs->start[reg] = regs->end[reg] = -1;
     }

  

                                                   ;
   ;

   mcnt = ((size1 && string1 <= (d) && (d) <= string1 + size1) ? ((regoff_t) ((d) - string1)) : ((regoff_t) ((d) - string2 + size1))) - pos;

   ;

   do { ((void)0); do { if (regstart) { ((void)0); regstart = ((void *)0); } } while (0); do { if (regend) { ((void)0); regend = ((void *)0); } } while (0); do { if (best_regstart) { ((void)0); best_regstart = ((void *)0); } } while (0); do { if (best_regend) { ((void)0); best_regend = ((void *)0); } } while (0); } while (0);
   return mcnt;
 }


      switch (*p++)
 {


 case no_op:
   ;
   break;

 case succeed:
   ;
   goto succeed_label;




 case exactn:
   mcnt = *p++;
   ;


   dfail = d;




   if ((translate))
     do
       {
  while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; };
  if (((unsigned char)(translate)[*d]) != *p++)
    {
      d = dfail;
      goto fail;
    }
  d++;
       }
     while (--mcnt);
   else
     do
       {
  while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; };
  if (*d++ != *p++)
    {
      d = dfail;
      goto fail;
    }
       }
     while (--mcnt);
# 5423 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
   break;



 case anychar:
   {
     int buf_charlen;
     re_wchar_t buf_ch;

     ;

     while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; };
     buf_ch = ((buf_charlen) = 1, *(d))
                       ;
     buf_ch = ((translate) ? ((unsigned char)(translate)[(buf_ch)]) : (buf_ch));

     if ((!(bufp->syntax & ((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1))
   && buf_ch == '\n')
  || ((bufp->syntax & (((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1))
      && buf_ch == '\000'))
       goto fail;

     ;
     d += buf_charlen;
   }
   break;


 case charset:
 case charset_not:
   {
     register unsigned int c;
     boolean not = (re_opcode_t) *(p - 1) == charset_not;
     int len;



     re_char *range_table ;


     int range_table_exists;



     int count = 0;


     boolean unibyte_char = 0;

     ;

     range_table_exists = ((&p[-1])[1] & 0x80);

     if (range_table_exists)
       {
  range_table = (&(&p[-1])[4 + ((&p[-1])[1] & 0x7F)]);
  do { do { (count) = *(range_table) & 0377; (count) += ((signed char) (*((range_table) + 1))) << 8; } while (0); (range_table) += 2; } while (0);
       }

     while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; };
     c = ((len) = 1, *(d));
     if (target_multibyte)
       {
  int c1;

  c = ((translate) ? ((unsigned char)(translate)[(c)]) : (c));
  c1 = (c);
  if (c1 >= 0)
    {
      unibyte_char = 1;
      c = c1;
    }
       }
     else
       {
  int c1 = (c);

  if (! (0))
    {
      c1 = ((translate) ? ((unsigned char)(translate)[(c1)]) : (c1));
      c1 = (c1);
      if (c1 >= 0)
        {
   unibyte_char = 1;
   c = c1;
        }
    }
  else
    unibyte_char = 1;
       }

     if (unibyte_char && c < (1 << 8))
       {


  if (c < (unsigned) (((&p[-1])[1] & 0x7F) * 8)
      && p[1 + c / 8] & (1 << (c % 8)))
    not = !not;
       }
# 5539 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
     if (range_table_exists)
       p = ((range_table) + (count) * 2 * 3);
     else
       p += ((&p[-1])[1] & 0x7F) + 1;

     if (!not) goto fail;

     d += len;
   }
   break;






 case start_memory:
   ;


   do { char *destination; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; ; fail_stack.stack[fail_stack.avail++].pointer = (regstart[(unsigned int)*p]); fail_stack.stack[fail_stack.avail++].pointer = (regend[(unsigned int)*p]); fail_stack.stack[fail_stack.avail++].integer = ((unsigned int)*p); } while (0);

   regstart[*p] = d;
   regend[*p] = ((void *)0);
   ;


   p += 1;
   break;




 case stop_memory:
   ;

   ;
# 5590 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
   regend[*p] = d;
   ;


   p += 1;
   break;




 case duplicate:
   {
     register re_char *d2, *dend2;
     int regno = *p++;
     ;


     if (((regstart[regno]) == ((void *)0)) || ((regend[regno]) == ((void *)0)))
       goto fail;


     d2 = regstart[regno];


     dfail = d;






     dend2 = (((size1 && string1 <= (regstart[regno]) && (regstart[regno]) <= string1 + size1)
        == (size1 && string1 <= (regend[regno]) && (regend[regno]) <= string1 + size1))
       ? regend[regno] : end_match_1);
     for (;;)
       {


  while (d2 == dend2)
    {
      if (dend2 == end_match_2) break;
      if (dend2 == regend[regno]) break;


      d2 = string2;
      dend2 = regend[regno];
    }

  if (d2 == dend2) break;


  while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; };


  mcnt = dend - d;



  if (mcnt > dend2 - d2)
    mcnt = dend2 - d2;



  if ((translate)
      ? bcmp_translate (d, d2, mcnt, translate, target_multibyte)
      : memcmp (d, d2, mcnt))
    {
      d = dfail;
      goto fail;
    }
  d += mcnt, d2 += mcnt;
       }
   }
   break;




 case begline:
   ;

   if (((d) == (size1 ? string1 : string2) || !size2))
     {
       if (!bufp->not_bol) break;
     }
   else
     {
       unsigned c;
       (c = ((d) == (string2) ? *((end1) - 1) : *((d) - 1)));
       if (c == '\n')
  break;
     }

   goto fail;



 case endline:
   ;

   if (((d) == end2))
     {
       if (!bufp->not_eol) break;
     }
   else
     {
       if (d == end1) { d = string2; dend = end_match_2; };
       if (*d == '\n')
  break;
     }
   goto fail;



 case begbuf:
   ;
   if (((d) == (size1 ? string1 : string2) || !size2))
     break;
   goto fail;



 case endbuf:
   ;
   if (((d) == end2))
     break;
   goto fail;
# 5735 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
 case on_failure_keep_string_jump:
   do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
  
                  ;

   do { char *destination; ; ; ; ; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; ; ; fail_stack.stack[fail_stack.avail++].integer = (fail_stack.frame); ; ; ; fail_stack.stack[fail_stack.avail++].pointer = (((void *)0)); ; ; fail_stack.stack[fail_stack.avail++].pointer = (p - 3); fail_stack.frame = fail_stack.avail; } while (0);
   break;
# 5757 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
 case on_failure_jump_nastyloop:
   do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
  
                  ;

   ;
   {
     int cycle = 0;
     do { ssize_t failure = fail_stack.frame; while (failure > 0 && ((fail_stack.stack[(failure) - 2].pointer) == d || (fail_stack.stack[(failure) - 2].pointer) == ((void *)0))) { ; if (fail_stack.stack[(failure) - 1].pointer == p - 4) { cycle = 1; break; } ; failure = fail_stack.stack[(failure) - 3].integer; } ; } while (0);
     if (!cycle)




       do { char *destination; ; ; ; ; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; ; ; fail_stack.stack[fail_stack.avail++].integer = (fail_stack.frame); ; ; ; fail_stack.stack[fail_stack.avail++].pointer = (d); ; ; fail_stack.stack[fail_stack.avail++].pointer = (p - 3); fail_stack.frame = fail_stack.avail; } while (0);
   }
   break;



 case on_failure_jump_loop:
 on_failure:
   do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
  
                  ;
   {
     int cycle = 0;
     do { ssize_t failure = fail_stack.frame; while (failure > 0 && ((fail_stack.stack[(failure) - 2].pointer) == d || (fail_stack.stack[(failure) - 2].pointer) == ((void *)0))) { ; if (fail_stack.stack[(failure) - 1].pointer == p - 3) { cycle = 1; break; } ; failure = fail_stack.stack[(failure) - 3].integer; } ; } while (0);
     if (cycle)





       p += mcnt;
     else
       do { char *destination; ; ; ; ; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; ; ; fail_stack.stack[fail_stack.avail++].integer = (fail_stack.frame); ; ; ; fail_stack.stack[fail_stack.avail++].pointer = (d); ; ; fail_stack.stack[fail_stack.avail++].pointer = (p - 3); fail_stack.frame = fail_stack.avail; } while (0);
   }
   break;
# 5810 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
 case on_failure_jump:
   do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
  
                  ;

   do { char *destination; ; ; ; ; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; ; ; fail_stack.stack[fail_stack.avail++].integer = (fail_stack.frame); ; ; ; fail_stack.stack[fail_stack.avail++].pointer = (d); ; ; fail_stack.stack[fail_stack.avail++].pointer = (p -3); fail_stack.frame = fail_stack.avail; } while (0);
   break;
# 5825 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
 case on_failure_jump_smart:
   do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
  
                  ;
   {
     re_char *p1 = p;

     unsigned char *p2 = (unsigned char*) p + mcnt;
     unsigned char *p3 = (unsigned char*) p - 3;

     p -= 3;


     do { (mcnt) = *(p2 - 2) & 0377; (mcnt) += ((signed char) (*((p2 - 2) + 1))) << 8; } while (0);



     ;
     ;
     ;
     if (mutually_exclusive_p (bufp, p1, p2))
       {

  ;
  *p3 = (unsigned char) on_failure_keep_string_jump;
  do { (p2 - 2)[0] = (mcnt + 3) & 0377; (p2 - 2)[1] = (mcnt + 3) >> 8; } while (0);
       }
     else
       {

  ;
  *p3 = (unsigned char) on_failure_jump;
       }
     ;
   }
   break;


 case jump:
 unconditional_jump:
   ((void)0);
   do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
   ;
   p += mcnt;
   ;
   break;




 case succeed_n:

   do { (mcnt) = *(p + 2) & 0377; (mcnt) += ((signed char) (*((p + 2) + 1))) << 8; } while (0);
   ;


   if (mcnt != 0)
     {

       unsigned char *p2 = (unsigned char*) p + 2;
       mcnt--;
       p += 4;
       do { char *destination; int c; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; do { (c) = *(p2) & 0377; (c) += ((signed char) (*((p2) + 1))) << 8; } while (0); ; fail_stack.stack[fail_stack.avail++].integer = (c); fail_stack.stack[fail_stack.avail++].pointer = (p2); fail_stack.stack[fail_stack.avail++].integer = (-1); do { (p2)[0] = (mcnt) & 0377; (p2)[1] = (mcnt) >> 8; } while (0); } while (0);
     }
   else

     goto on_failure;
   break;

 case jump_n:

   do { (mcnt) = *(p + 2) & 0377; (mcnt) += ((signed char) (*((p + 2) + 1))) << 8; } while (0);
   ;


   if (mcnt != 0)
     {

       unsigned char *p2 = (unsigned char*) p + 2;
       mcnt--;
       do { char *destination; int c; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; do { (c) = *(p2) & 0377; (c) += ((signed char) (*((p2) + 1))) << 8; } while (0); ; fail_stack.stack[fail_stack.avail++].integer = (c); fail_stack.stack[fail_stack.avail++].pointer = (p2); fail_stack.stack[fail_stack.avail++].integer = (-1); do { (p2)[0] = (mcnt) & 0377; (p2)[1] = (mcnt) >> 8; } while (0); } while (0);
       goto unconditional_jump;
     }

   else
     p += 4;
   break;

 case set_number_at:
   {
     unsigned char *p2;
     ;

     do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);

     p2 = (unsigned char*) p + mcnt;

     do { do { (mcnt) = *(p) & 0377; (mcnt) += ((signed char) (*((p) + 1))) << 8; } while (0); (p) += 2; } while (0);
     ;
     do { char *destination; int c; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; do { (c) = *(p2) & 0377; (c) += ((signed char) (*((p2) + 1))) << 8; } while (0); ; fail_stack.stack[fail_stack.avail++].integer = (c); fail_stack.stack[fail_stack.avail++].pointer = (p2); fail_stack.stack[fail_stack.avail++].integer = (-1); do { (p2)[0] = (mcnt) & 0377; (p2)[1] = (mcnt) >> 8; } while (0); } while (0);
     break;
   }

 case wordbound:
 case notwordbound:
   {
     boolean not = (re_opcode_t) *(p - 1) == notwordbound;
     ;




     if (((d) == (size1 ? string1 : string2) || !size2) || ((d) == end2))
       not = !not;
     else
       {


  re_wchar_t c1, c2;
  int s1, s2;
  int dummy;





  (c1 = ((d) == (string2) ? *((end1) - 1) : *((d) - 1)));
  s1 = re_syntax_table[(c1)];



  if (d == end1) { d = string2; dend = end_match_2; };
  (c2 = *d, dummy = 1);
  s2 = re_syntax_table[(c2)];

  if (
      ((s1 == Sword) != (s2 == Sword))


      || ((s1 == Sword) && (0)))
    not = !not;
       }
     if (not)
       break;
     else
       goto fail;
   }

 case wordbeg:
   ;




   if (((d) == end2))
     goto fail;
   else
     {


       re_wchar_t c1, c2;
       int s1, s2;
       int dummy;





       while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; };
       (c2 = *d, dummy = 1);
       s2 = re_syntax_table[(c2)];


       if (s2 != Sword)
  goto fail;


       if (!((d) == (size1 ? string1 : string2) || !size2))
  {
    (c1 = ((d) == (string2) ? *((end1) - 1) : *((d) - 1)));



    s1 = re_syntax_table[(c1)];



    if ((s1 == Sword) && !(0))
      goto fail;
  }
     }
   break;

 case wordend:
   ;




   if (((d) == (size1 ? string1 : string2) || !size2))
     goto fail;
   else
     {


       re_wchar_t c1, c2;
       int s1, s2;
       int dummy;





       (c1 = ((d) == (string2) ? *((end1) - 1) : *((d) - 1)));
       s1 = re_syntax_table[(c1)];


       if (s1 != Sword)
  goto fail;


       if (!((d) == end2))
  {
    if (d == end1) { d = string2; dend = end_match_2; };
    (c2 = *d, dummy = 1);



    s2 = re_syntax_table[(c2)];



    if ((s2 == Sword) && !(0))
   goto fail;
  }
     }
   break;

 case symbeg:
   ;




   if (((d) == end2))
     goto fail;
   else
     {


       re_wchar_t c1, c2;
       int s1, s2;





       while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; };
       c2 = (*(d));
       s2 = re_syntax_table[(c2)];


       if (s2 != Sword && s2 != Ssymbol)
  goto fail;


       if (!((d) == (size1 ? string1 : string2) || !size2))
  {
    (c1 = ((d) == (string2) ? *((end1) - 1) : *((d) - 1)));



    s1 = re_syntax_table[(c1)];


    if (s1 == Sword || s1 == Ssymbol)
      goto fail;
  }
     }
   break;

 case symend:
   ;




   if (((d) == (size1 ? string1 : string2) || !size2))
     goto fail;
   else
     {


       re_wchar_t c1, c2;
       int s1, s2;





       (c1 = ((d) == (string2) ? *((end1) - 1) : *((d) - 1)));
       s1 = re_syntax_table[(c1)];


       if (s1 != Sword && s1 != Ssymbol)
  goto fail;


       if (!((d) == end2))
  {
    if (d == end1) { d = string2; dend = end_match_2; };
    c2 = (*(d));



    s2 = re_syntax_table[(c2)];


    if (s2 == Sword || s2 == Ssymbol)
                    goto fail;
  }
     }
   break;

 case syntaxspec:
 case notsyntaxspec:
   {
     boolean not = (re_opcode_t) *(p - 1) == notsyntaxspec;
     mcnt = *p++;
     ;
     while (d == dend) { if (dend == end_match_2) goto fail; d = string2; dend = end_match_2; };







     {
       int len;
       re_wchar_t c;

       (c = *d, len = 1);
       if ((re_syntax_table[(c)] != (enum syntaxcode) mcnt) ^ not)
  goto fail;
       d += len;
     }
   }
   break;
# 6216 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
 default:
   abort ();
 }
      continue;



    fail:
      ((void)0);
      if (!(fail_stack.frame == 0))
 {
   re_char *str, *pat;

   ;
   do { ; ; ; ; while (fail_stack.frame < fail_stack.avail) do { long pfreg = fail_stack.stack[--fail_stack.avail].integer; if (pfreg == -1) { unsigned char *ptr = (unsigned char*) fail_stack.stack[--fail_stack.avail].pointer; pfreg = fail_stack.stack[--fail_stack.avail].integer; do { (ptr)[0] = (pfreg) & 0377; (ptr)[1] = (pfreg) >> 8; } while (0); ; } else { regend[pfreg] = fail_stack.stack[--fail_stack.avail].pointer; regstart[pfreg] = fail_stack.stack[--fail_stack.avail].pointer; ; } } while (0); pat = fail_stack.stack[--fail_stack.avail].pointer; ; ; str = fail_stack.stack[--fail_stack.avail].pointer; ; ; ; fail_stack.frame = fail_stack.stack[--fail_stack.avail].integer; ; ; ; ; } while (0);
   switch (*pat++)
     {
     case on_failure_keep_string_jump:
       ;
       goto continue_failure_jump;

     case on_failure_jump_nastyloop:
       ;
       do { char *destination; ; ; ; ; while (((fail_stack).size - (fail_stack).avail) <= 3) { if (!(((fail_stack).size * sizeof (fail_stack_elt_t) >= re_max_failures * 20) ? 0 : ((fail_stack).stack = (destination = (char *) __builtin_alloca (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)))), ((__builtin_object_size (destination, 0) != (size_t) -1) ? __builtin___memcpy_chk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t), __builtin_object_size (destination, 0)) : __memcpy_ichk (destination, (fail_stack).stack, (fail_stack).size * sizeof (fail_stack_elt_t)))), (fail_stack).stack == ((void *)0) ? 0 : ((fail_stack).size = (((re_max_failures * 20) < (((fail_stack).size * sizeof (fail_stack_elt_t) * 4)) ? (re_max_failures * 20) : (((fail_stack).size * sizeof (fail_stack_elt_t) * 4))) / sizeof (fail_stack_elt_t)), 1)))) return -2; ; ;}; ; ; fail_stack.stack[fail_stack.avail++].integer = (fail_stack.frame); ; ; ; fail_stack.stack[fail_stack.avail++].pointer = (str); ; ; fail_stack.stack[fail_stack.avail++].pointer = (pat - 2); fail_stack.frame = fail_stack.avail; } while (0);


     case on_failure_jump_loop:
     case on_failure_jump:
     case succeed_n:
       d = str;
     continue_failure_jump:
       do { do { (mcnt) = *(pat) & 0377; (mcnt) += ((signed char) (*((pat) + 1))) << 8; } while (0); (pat) += 2; } while (0);
       p = pat + mcnt;
       break;

     case no_op:

       goto fail;

     default:
       abort ();
     }

   ;

   if (d >= string1 && d <= end1)
     dend = end_match_1;
 }
      else
 break;
    }

  if (best_regs_set)
    goto restore_best_regs;

  do { ((void)0); do { if (regstart) { ((void)0); regstart = ((void *)0); } } while (0); do { if (regend) { ((void)0); regend = ((void *)0); } } while (0); do { if (best_regstart) { ((void)0); best_regstart = ((void *)0); } } while (0); do { if (best_regend) { ((void)0); best_regend = ((void *)0); } } while (0); } while (0);

  return -1;
}






static int
bcmp_translate (const re_char *s1, const re_char *s2, register ssize_t len,
  char * translate, const int target_multibyte)
{
  register re_char *p1 = s1, *p2 = s2;
  re_char *p1_end = s1 + len;
  re_char *p2_end = s2 + len;



  while (p1 < p1_end && p2 < p2_end)
    {
      int p1_charlen, p2_charlen;
      re_wchar_t p1_ch, p2_ch;

      (p1_ch = *p1, p1_charlen = 1);
      (p2_ch = *p2, p2_charlen = 1);

      if (((unsigned char)(translate)[p1_ch])
   != ((unsigned char)(translate)[p2_ch]))
 return 1;

      p1 += p1_charlen, p2 += p2_charlen;
    }

  if (p1 != p1_end || p2 != p2_end)
    return 1;

  return 0;
}
# 6323 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
const char *
re_compile_pattern (const char *pattern, size_t length,
      struct re_pattern_buffer *bufp)
{
  reg_errcode_t ret;



  bufp->regs_allocated = 0;




  bufp->no_sub = 0;

  ret = regex_compile ((re_char*) pattern, length, re_syntax_options, bufp);

  if (!ret)
    return ((void *)0);
  return (re_error_msgid[(int) ret]);
}

# 6450 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
reg_errcode_t
regcomp (regex_t *__restrict preg, const char *__restrict pattern,
  int cflags)
{
  reg_errcode_t ret;
  reg_syntax_t syntax
    = (cflags & 1) ?
      ((((((unsigned long int) 1) << 1) << 1) | ((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) | (((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) | (((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) | ((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) | (((((unsigned long int) 1) << 1) << 1) << 1) | ((((((unsigned long int) 1) << 1) << 1) << 1) << 1) | ((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) | (((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) | (((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) | (((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) | (((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) : ((((((unsigned long int) 1) << 1) << 1) | ((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) | (((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) | (((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) | ((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1)) | (((unsigned long int) 1) << 1));


  preg->buffer = 0;
  preg->allocated = 0;
  preg->used = 0;


  preg->fastmap = xmalloc (1 << 8);

  if (cflags & (1 << 1))
    {
      unsigned i;

      preg->translate = xmalloc (256 * sizeof *preg->translate);
      if (preg->translate == ((void *)0))
 return (int) REG_ESPACE;


      for (i = 0; i < 256; i++)
 preg->translate[i] = ((*__ctype_b_loc ())[(int) ((i))] & (unsigned short int) _ISupper) ? ((int) (*__ctype_tolower_loc ())[(int) (i)]) : i;
    }
  else
    preg->translate = ((void *)0);


  if (cflags & ((1 << 1) << 1))
    {
      syntax &= ~((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1);
      syntax |= ((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1);
    }
  else
    syntax |= ((((((((((((((((((((((((unsigned long int) 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1) << 1);

  preg->no_sub = !!(cflags & (((1 << 1) << 1) << 1));



  ret = regex_compile ((re_char*) pattern, strlen (pattern), syntax, preg);



  if (ret == REG_ERPAREN)
    ret = REG_EPAREN;

  if (ret == REG_NOERROR && preg->fastmap)
    {

      re_compile_fastmap (preg);
      if (preg->can_be_null)
 {
   free (preg->fastmap);
   preg->fastmap = ((void *)0);
 }
    }
  return ret;
}

# 6531 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
reg_errcode_t
regexec (const regex_t *__restrict preg, const char *__restrict string,
  size_t nmatch, regmatch_t pmatch[__restrict], int eflags)
{
  regoff_t ret;
  struct re_registers regs;
  regex_t private_preg;
  size_t len = strlen (string);
  boolean want_reg_info = !preg->no_sub && nmatch > 0 && pmatch;

  private_preg = *preg;

  private_preg.not_bol = !!(eflags & 1);
  private_preg.not_eol = !!(eflags & (1 << 1));




  private_preg.regs_allocated = 2;

  if (want_reg_info)
    {
      regs.num_regs = nmatch;
      regs.start = ((regoff_t *) xmalloc ((nmatch * 2) * sizeof (regoff_t)));
      if (regs.start == ((void *)0))
 return REG_NOMATCH;
      regs.end = regs.start + nmatch;
    }
# 6570 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
  ret = re_search (&private_preg, string, len,
                  0, len,
     want_reg_info ? &regs : (struct re_registers *) 0);


  if (want_reg_info)
    {
      if (ret >= 0)
 {
   unsigned r;

   for (r = 0; r < nmatch; r++)
     {
       pmatch[r].rm_so = regs.start[r];
       pmatch[r].rm_eo = regs.end[r];
     }
 }


      free (regs.start);
    }


  return ret >= 0 ? REG_NOERROR : REG_NOMATCH;
}

# 6604 "/home/james/raid/opt/emacs/releases/src/emacs-24.3.gcc.4.7.2/lib-src/../src/regex.c"
size_t
regerror (int err_code, const regex_t *preg, char *errbuf, size_t errbuf_size)
{
  const char *msg;
  size_t msg_size;

  if (err_code < 0
      || err_code >= (sizeof (re_error_msgid) / sizeof (re_error_msgid[0])))




    abort ();

  msg = (re_error_msgid[err_code]);

  msg_size = strlen (msg) + 1;

  if (errbuf_size != 0)
    {
      if (msg_size > errbuf_size)
 {
   ((__builtin_object_size (errbuf, 0) != (size_t) -1) ? __builtin___memcpy_chk (errbuf, msg, errbuf_size - 1, __builtin_object_size (errbuf, 0)) : __memcpy_ichk (errbuf, msg, errbuf_size - 1));
   errbuf[errbuf_size - 1] = 0;
 }
      else
 ((__builtin_object_size (errbuf, 2 > 1) != (size_t) -1) ? __builtin___strcpy_chk (errbuf, msg, __builtin_object_size (errbuf, 2 > 1)) : __strcpy_ichk (errbuf, msg));
    }

  return msg_size;
}





void
regfree (regex_t *preg)
{
  free (preg->buffer);
  preg->buffer = ((void *)0);

  preg->allocated = 0;
  preg->used = 0;

  free (preg->fastmap);
  preg->fastmap = ((void *)0);
  preg->fastmap_accurate = 0;

  free (preg->translate);
  preg->translate = ((void *)0);
}


^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
  2013-03-13 20:15 ` bug#13908: Unable to compile Emacs 24.3 stable James Jong
  2013-03-13 20:35   ` Eli Zaretskii
@ 2013-03-13 22:30   ` Paul Eggert
  2013-03-14 15:45     ` James Jong
  1 sibling, 1 reply; 22+ messages in thread
From: Paul Eggert @ 2013-03-13 22:30 UTC (permalink / raw)
  To: James Jong; +Cc: 13908

On 03/13/13 13:15, James Jong wrote:
> I was able to build Emacs 24.3 stable release properly with the system's installation of gcc:
>  ./configure CC=/usr/bin/gcc --without-gif --prefix=/home/avazquez/raid/opt/emacs/releases/emacs-24.3
> make
> make install

Excellent!

> I have now tried to build Emacs with a newer version of gcc such as 4.7.2 with no luck:

Why bother?  You have something that works.

Newer versions of GCC are not compatible with ancient versions of
the GNU C library, particularly if you're trying to use some of
the newer fortification options.  Sorry.  But this is not Emacs's
problem; it's a problem with your build environment.





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
  2013-03-13 22:30   ` Paul Eggert
@ 2013-03-14 15:45     ` James Jong
  2013-03-14 19:42       ` Paul Eggert
  0 siblings, 1 reply; 22+ messages in thread
From: James Jong @ 2013-03-14 15:45 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 13908

[-- Attachment #1: Type: text/plain, Size: 1486 bytes --]

Thanks Paul. I greatly appreciate your help. I would imagine that building
Emacs with a more modern gcc compiler could potentially make Emacs run
slightly faster, although the benefits may be marginal if at all
noticeable, correct? Feature-wise, I am probably not missing much if
anything I guess.

Either way, and just to confirm, I presume that if I  download and build
glibc and gcc in a local folder I could eventually compile and run Emacs
with a more recent version of gcc/glibc. This would be a long term project
for me, but if you have any pointers on how to put something like this
together without admin privileges that would be great.

Other than that, I am all set. Thanks again for your all help,

James


On Wed, Mar 13, 2013 at 6:30 PM, Paul Eggert <eggert@cs.ucla.edu> wrote:

> On 03/13/13 13:15, James Jong wrote:
> > I was able to build Emacs 24.3 stable release properly with the system's
> installation of gcc:
> >  ./configure CC=/usr/bin/gcc --without-gif
> --prefix=/home/avazquez/raid/opt/emacs/releases/emacs-24.3
> > make
> > make install
>
> Excellent!
>
> > I have now tried to build Emacs with a newer version of gcc such as
> 4.7.2 with no luck:
>
> Why bother?  You have something that works.
>
> Newer versions of GCC are not compatible with ancient versions of
> the GNU C library, particularly if you're trying to use some of
> the newer fortification options.  Sorry.  But this is not Emacs's
> problem; it's a problem with your build environment.
>

[-- Attachment #2: Type: text/html, Size: 1998 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
  2013-03-14 15:45     ` James Jong
@ 2013-03-14 19:42       ` Paul Eggert
  2013-03-14 20:21         ` James Jong
  0 siblings, 1 reply; 22+ messages in thread
From: Paul Eggert @ 2013-03-14 19:42 UTC (permalink / raw)
  To: James Jong; +Cc: 13908-done

On 03/14/13 08:45, James Jong wrote:
> Either way, and just to confirm, I presume that if I  download and build glibc and gcc in a local folder
> I could eventually compile and run Emacs with a more recent version of gcc/glibc.

Yes, that should work, even with your older kernel.
However, building glibc is not for the faint-hearted;
it's a process that requires expertise and is not that
well-documented (and sorry, I don't know where even
the poor documentation is -- I've never read it).

You're right that the performance benefits of the newer
compiler are likely to be relatively small.

For now I'm marking this bug as done.





^ permalink raw reply	[flat|nested] 22+ messages in thread

* bug#13908: Unable to compile Emacs 24.3 stable
  2013-03-14 19:42       ` Paul Eggert
@ 2013-03-14 20:21         ` James Jong
  0 siblings, 0 replies; 22+ messages in thread
From: James Jong @ 2013-03-14 20:21 UTC (permalink / raw)
  To: Paul Eggert; +Cc: 13908-done

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

Thanks again Paul.

James


On Thu, Mar 14, 2013 at 3:42 PM, Paul Eggert <eggert@cs.ucla.edu> wrote:

> On 03/14/13 08:45, James Jong wrote:
> > Either way, and just to confirm, I presume that if I  download and build
> glibc and gcc in a local folder
> > I could eventually compile and run Emacs with a more recent version of
> gcc/glibc.
>
> Yes, that should work, even with your older kernel.
> However, building glibc is not for the faint-hearted;
> it's a process that requires expertise and is not that
> well-documented (and sorry, I don't know where even
> the poor documentation is -- I've never read it).
>
> You're right that the performance benefits of the newer
> compiler are likely to be relatively small.
>
> For now I'm marking this bug as done.
>

[-- Attachment #2: Type: text/html, Size: 1180 bytes --]

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2013-03-14 20:21 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 23:29 bug#13908: Unable to compile Emacs 23.3 Release Candidate 2 James Jong
2013-03-09  1:52 ` Glenn Morris
2013-03-09  1:56   ` Glenn Morris
2013-03-11 17:01     ` James Jong
2013-03-11 18:14       ` Glenn Morris
2013-03-11 18:21         ` Eli Zaretskii
2013-03-11 18:50       ` Wolfgang Jenkner
2013-03-11 20:45       ` Achim Gratz
2013-03-12 15:54         ` James Jong
2013-03-12 16:38           ` Eli Zaretskii
2013-03-12 21:51             ` James Jong
2013-03-12 20:42 ` Paul Eggert
2013-03-13  4:51   ` Paul Eggert
2013-03-13 20:15 ` bug#13908: Unable to compile Emacs 24.3 stable James Jong
2013-03-13 20:35   ` Eli Zaretskii
2013-03-13 20:49     ` James Jong
     [not found]     ` <CAD4ivxVT53RUgh5Oicbto5MqxTeaYPevTTr0tc5hzS_O13+piA@mail.gmail.com>
2013-03-13 21:02       ` Eli Zaretskii
2013-03-13 22:13         ` James Jong
2013-03-13 22:30   ` Paul Eggert
2013-03-14 15:45     ` James Jong
2013-03-14 19:42       ` Paul Eggert
2013-03-14 20:21         ` James Jong

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).