all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: "Jan Djärv" <jan.h.d@swipnet.se>
Cc: 10230@debbugs.gnu.org
Subject: bug#10230: 24.0.92; Warnings on emacs startup
Date: Fri, 09 Dec 2011 18:36:50 +0100	[thread overview]
Message-ID: <87y5ullk99.fsf@gmail.com> (raw)
In-Reply-To: <9212550C-B8D9-4407-A168-6826968AE05E@swipnet.se> ("Jan \=\?utf-8\?Q\?Dj\=C3\=A4rv\=22's\?\= message of "Fri, 9 Dec 2011 17:30:12 +0100")

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

Hi,

Jan Djärv <jan.h.d@swipnet.se> writes:

> Hello.
>
> There seems to be some configure problem.  Can you mail me your config.log?


[-- Attachment #2: config.log --]
[-- Type: text/plain, Size: 389263 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.0.92, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ /home/thierry/download/emacs-bzr/trunk/configure --with-x-toolkit=lucid --without-rsvg --without-gconf --with-wide-int

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

hostname = thierry-MM061
uname -m = i686
uname -r = 3.0.0-13-generic-tuxonice
uname -s = Linux
uname -v = #22~ppa1-Ubuntu SMP Wed Nov 23 03:40:56 UTC 2011

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

/bin/arch              = unknown
/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/thierry/bin
PATH: /home/thierry/bin
PATH: /usr/lib/lightdm/lightdm
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/lib/git-core
PATH: /usr/lib/git-core


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

configure:3280: checking for a BSD-compatible install
configure:3348: result: /usr/bin/install -c
configure:3359: checking whether build environment is sane
configure:3409: result: yes
configure:3550: checking for a thread-safe mkdir -p
configure:3589: result: /bin/mkdir -p
configure:3603: checking for gawk
configure:3633: result: no
configure:3603: checking for mawk
configure:3619: found /usr/bin/mawk
configure:3630: result: mawk
configure:3641: checking whether make sets $(MAKE)
configure:3663: result: yes
configure:4328: checking build system type
configure:4342: result: i686-pc-linux-gnu
configure:4362: checking host system type
configure:4375: result: i686-pc-linux-gnu
configure:4687: checking for gcc
configure:4703: found /usr/bin/gcc
configure:4714: result: gcc
configure:4943: checking for C compiler version
configure:4952: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
Copyright (C) 2011 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:4963: $? = 0
configure:4952: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6.1/lto-wrapper
Target: i686-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --enable-targets=all --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=i686-linux-gnu --host=i686-linux-gnu --target=i686-linux-gnu
Thread model: posix
gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3) 
configure:4963: $? = 0
configure:4952: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4963: $? = 4
configure:4952: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4963: $? = 4
configure:4983: checking whether the C compiler works
configure:5005: gcc    conftest.c  >&5
configure:5009: $? = 0
configure:5057: result: yes
configure:5060: checking for C compiler default output file name
configure:5062: result: a.out
configure:5068: checking for suffix of executables
configure:5075: gcc -o conftest    conftest.c  >&5
configure:5079: $? = 0
configure:5101: result: 
configure:5123: checking whether we are cross compiling
configure:5131: gcc -o conftest    conftest.c  >&5
configure:5135: $? = 0
configure:5142: ./conftest
configure:5146: $? = 0
configure:5161: result: no
configure:5166: checking for suffix of object files
configure:5188: gcc -c   conftest.c >&5
configure:5192: $? = 0
configure:5213: result: o
configure:5217: checking whether we are using the GNU C compiler
configure:5236: gcc -c   conftest.c >&5
configure:5236: $? = 0
configure:5245: result: yes
configure:5254: checking whether gcc accepts -g
configure:5274: gcc -c -g  conftest.c >&5
configure:5274: $? = 0
configure:5315: result: yes
configure:5332: checking for gcc option to accept ISO C89
configure:5396: gcc  -c -g -O2  conftest.c >&5
configure:5396: $? = 0
configure:5409: result: none needed
configure:5440: checking for style of include used by make
configure:5468: result: GNU
configure:5493: checking dependency style of gcc
configure:5603: result: gcc3
configure:5619: checking whether gcc and cc understand -c and -o together
configure:5650: gcc -c conftest.c -o conftest2.o >&5
configure:5654: $? = 0
configure:5660: gcc -c conftest.c -o conftest2.o >&5
configure:5664: $? = 0
configure:5675: cc -c conftest.c >&5
configure:5679: $? = 0
configure:5687: cc -c conftest.c -o conftest2.o >&5
configure:5691: $? = 0
configure:5697: cc -c conftest.c -o conftest2.o >&5
configure:5701: $? = 0
configure:5719: result: yes
configure:5752: checking how to run the C preprocessor
configure:5783: gcc -E  conftest.c
configure:5783: $? = 0
configure:5797: gcc -E  conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5797: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5822: result: gcc -E
configure:5842: gcc -E  conftest.c
configure:5842: $? = 0
configure:5856: gcc -E  conftest.c
conftest.c:14:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5856: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5885: checking for grep that handles long lines and -e
configure:5943: result: /bin/grep
configure:5948: checking for egrep
configure:6010: result: /bin/grep -E
configure:6017: checking for Minix Amsterdam compiler
configure:6041: result: no
configure:6093: checking for ar
configure:6109: found /usr/bin/ar
configure:6120: result: ar
configure:6200: checking for ranlib
configure:6216: found /usr/bin/ranlib
configure:6227: result: ranlib
configure:6253: checking for ANSI C header files
configure:6273: gcc -c -g -O2  conftest.c >&5
configure:6273: $? = 0
configure:6346: gcc -o conftest -g -O2   conftest.c  >&5
configure:6346: $? = 0
configure:6346: ./conftest
configure:6346: $? = 0
configure:6357: result: yes
configure:6370: checking for sys/types.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6370: checking for sys/stat.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6370: checking for stdlib.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6370: checking for string.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6370: checking for memory.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6370: checking for strings.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6370: checking for inttypes.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6370: checking for stdint.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6370: checking for unistd.h
configure:6370: gcc -c -g -O2  conftest.c >&5
configure:6370: $? = 0
configure:6370: result: yes
configure:6385: checking minix/config.h usability
configure:6385: gcc -c -g -O2  conftest.c >&5
conftest.c:57:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:6385: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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:6385: result: no
configure:6385: checking minix/config.h presence
configure:6385: gcc -E  conftest.c
conftest.c:24:26: fatal error: minix/config.h: No such file or directory
compilation terminated.
configure:6385: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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:6385: result: no
configure:6385: checking for minix/config.h
configure:6385: result: no
configure:6414: checking whether it is safe to define __EXTENSIONS__
configure:6432: gcc -c -g -O2  conftest.c >&5
configure:6432: $? = 0
configure:6439: result: yes
configure:6468: checking for special C compiler options needed for large files
configure:6513: result: no
configure:6519: checking for _FILE_OFFSET_BITS value needed for large files
configure:6544: gcc -c -g -O2  conftest.c >&5
conftest.c:36:3: warning: left shift count >= width of type [enabled by default]
conftest.c:36:3: warning: left shift count >= width of type [enabled by default]
conftest.c:37:24: warning: left shift count >= width of type [enabled by default]
conftest.c:37:24: warning: left shift count >= width of type [enabled by default]
conftest.c:36:7: error: size of array 'off_t_is_large' is negative
conftest.c:38:23: warning: variably modified 'off_t_is_large' at file scope [enabled by default]
configure:6544: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 <sys/types.h>
|  /* Check that off_t can represent 2**63 - 1 correctly.
|     We can't simply define LARGE_OFF_T to be 9223372036854775807,
|     since some C++ compilers masquerading as C compilers
|     incorrectly reject 9223372036854775807.  */
| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
|   int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
|                        && LARGE_OFF_T % 2147483647 == 1)
|                       ? 1 : -1];
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6568: gcc -c -g -O2  conftest.c >&5
configure:6568: $? = 0
configure:6576: result: 64
configure:6665: checking for gcc option to accept ISO C99
configure:6814: gcc  -c -g -O2  conftest.c >&5
conftest.c:81:29: error: expected ';', ',' or ')' before 'text'
conftest.c: In function 'main':
conftest.c:135:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar'
conftest.c:135:18: error: 'newvar' undeclared (first use in this function)
conftest.c:135:18: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:145:3: error: 'for' loop initial declarations are only allowed in C99 mode
conftest.c:145:3: note: use option -std=c99 or -std=gnu99 to compile your code
configure:6814: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| /* 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:6814: gcc -std=gnu99 -c -g -O2  conftest.c >&5
configure:6814: $? = 0
configure:6834: result: -std=gnu99
configure:6936: checking for gcc -std=gnu99 option to accept ISO Standard C
configure:6950: result: -std=gnu99
configure:7086: checking whether gcc understands -Wdeclaration-after-statement
configure:7101: gcc -std=gnu99 -c -g -O2 -Wdeclaration-after-statement  conftest.c >&5
configure:7101: $? = 0
configure:7110: result: yes
configure:7118: checking whether gcc understands -Wold-style-definition
configure:7133: gcc -std=gnu99 -c -g -O2 -Wold-style-definition  conftest.c >&5
conftest.c: In function 'main':
conftest.c:33:1: warning: old-style function definition [-Wold-style-definition]
configure:7133: $? = 0
configure:7142: result: yes
configure:7149: checking whether gcc understands -Wimplicit-function-declaration
configure:7164: gcc -std=gnu99 -c -g -O2 -Wimplicit-function-declaration  conftest.c >&5
configure:7164: $? = 0
configure:7173: result: yes
configure:7189: checking how to run the C preprocessor
configure:7259: result: gcc -E
configure:7279: gcc -E  conftest.c
configure:7279: $? = 0
configure:7293: gcc -E  conftest.c
conftest.c:31:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7293: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7436: checking for install-info
configure:7454: found /usr/sbin/install-info
configure:7466: result: /usr/sbin/install-info
configure:7476: checking for install-info
configure:7506: result: /usr/sbin/install-info
configure:7516: checking for install-info
configure:7547: result: /usr/sbin/install-info
configure:7557: checking for gzip
configure:7575: found /bin/gzip
configure:7587: result: /bin/gzip
configure:7600: checking for makeinfo
configure:7618: found /usr/bin/makeinfo
configure:7631: result: /usr/bin/makeinfo
configure:7685: checking for -znocombreloc
configure:7698: gcc -std=gnu99 -o conftest -g -O2   -Wl,-znocombreloc conftest.c  >&5
configure:7698: $? = 0
configure:7699: result: yes
configure:7879: checking for special C compiler options needed for large files
configure:7924: result: no
configure:7930: checking for _FILE_OFFSET_BITS value needed for large files
configure:7987: result: 64
configure:8223: checking machine/soundcard.h usability
configure:8223: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:65:31: fatal error: machine/soundcard.h: No such file or directory
compilation terminated.
configure:8223: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| /* 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:8223: result: no
configure:8223: checking machine/soundcard.h presence
configure:8223: gcc -E    conftest.c
conftest.c:32:31: fatal error: machine/soundcard.h: No such file or directory
compilation terminated.
configure:8223: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| /* end confdefs.h.  */
| #include <machine/soundcard.h>
configure:8223: result: no
configure:8223: checking for machine/soundcard.h
configure:8223: result: no
configure:8223: checking sys/soundcard.h usability
configure:8223: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8223: $? = 0
configure:8223: result: yes
configure:8223: checking sys/soundcard.h presence
configure:8223: gcc -E    conftest.c
configure:8223: $? = 0
configure:8223: result: yes
configure:8223: checking for sys/soundcard.h
configure:8223: result: yes
configure:8223: checking soundcard.h usability
configure:8223: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:66:23: fatal error: soundcard.h: No such file or directory
compilation terminated.
configure:8223: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #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:8223: result: no
configure:8223: checking soundcard.h presence
configure:8223: gcc -E    conftest.c
conftest.c:33:23: fatal error: soundcard.h: No such file or directory
compilation terminated.
configure:8223: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h.  */
| #include <soundcard.h>
configure:8223: result: no
configure:8223: checking for soundcard.h
configure:8223: result: no
configure:8234: checking for _oss_ioctl in -lossaudio
configure:8259: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c -lossaudio   >&5 
/usr/bin/ld: cannot find -lossaudio
collect2: ld returned 1 exit status
configure:8259: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #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:8268: result: no
configure:8285: checking for pkg-config
configure:8303: found /usr/bin/pkg-config
configure:8316: result: /usr/bin/pkg-config
configure:8330: checking for alsa >= 1.0.0
configure:8334: result: yes
configure:8338: checking ALSA_CFLAGS
configure:8341: result: -I/usr/include/alsa  
configure:8344: checking ALSA_LIBS
configure:8347: result: -lasound  
configure:8390: gcc -std=gnu99 -c -I/usr/include/alsa   -g -O2    conftest.c >&5
configure:8390: $? = 0
configure:8449: checking sys/select.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking sys/select.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for sys/select.h
configure:8449: result: yes
configure:8449: checking sys/time.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking sys/time.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for sys/time.h
configure:8449: result: yes
configure:8449: checking for unistd.h
configure:8449: result: yes
configure:8449: checking utime.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking utime.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for utime.h
configure:8449: result: yes
configure:8449: checking linux/version.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking linux/version.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for linux/version.h
configure:8449: result: yes
configure:8449: checking sys/systeminfo.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:73:28: fatal error: sys/systeminfo.h: No such file or directory
compilation terminated.
configure:8449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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:8449: result: no
configure:8449: checking sys/systeminfo.h presence
configure:8449: gcc -E    conftest.c
conftest.c:40:28: fatal error: sys/systeminfo.h: No such file or directory
compilation terminated.
configure:8449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| /* end confdefs.h.  */
| #include <sys/systeminfo.h>
configure:8449: result: no
configure:8449: checking for sys/systeminfo.h
configure:8449: result: no
configure:8449: checking stdio_ext.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking stdio_ext.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for stdio_ext.h
configure:8449: result: yes
configure:8449: checking fcntl.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking fcntl.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for fcntl.h
configure:8449: result: yes
configure:8449: checking coff.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:75:18: fatal error: coff.h: No such file or directory
compilation terminated.
configure:8449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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:8449: result: no
configure:8449: checking coff.h presence
configure:8449: gcc -E    conftest.c
conftest.c:42:18: fatal error: coff.h: No such file or directory
compilation terminated.
configure:8449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_LINUX_VERSION_H 1
| #define HAVE_STDIO_EXT_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h.  */
| #include <coff.h>
configure:8449: result: no
configure:8449: checking for coff.h
configure:8449: result: no
configure:8449: checking pty.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking pty.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for pty.h
configure:8449: result: yes
configure:8449: checking sys/mman.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking sys/mman.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for sys/mman.h
configure:8449: result: yes
configure:8449: checking sys/vlimit.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking sys/vlimit.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for sys/vlimit.h
configure:8449: result: yes
configure:8449: checking sys/resource.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking sys/resource.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for sys/resource.h
configure:8449: result: yes
configure:8449: checking locale.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking locale.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for locale.h
configure:8449: result: yes
configure:8449: checking sys/_mbstate_t.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:80:28: fatal error: sys/_mbstate_t.h: No such file or directory
compilation terminated.
configure:8449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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/_mbstate_t.h>
configure:8449: result: no
configure:8449: checking sys/_mbstate_t.h presence
configure:8449: gcc -E    conftest.c
conftest.c:47:28: fatal error: sys/_mbstate_t.h: No such file or directory
compilation terminated.
configure:8449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_H 1
| /* end confdefs.h.  */
| #include <sys/_mbstate_t.h>
configure:8449: result: no
configure:8449: checking for sys/_mbstate_t.h
configure:8449: result: no
configure:8449: checking sys/utsname.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking sys/utsname.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for sys/utsname.h
configure:8449: result: yes
configure:8449: checking pwd.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking pwd.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for pwd.h
configure:8449: result: yes
configure:8449: checking utmp.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking utmp.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for utmp.h
configure:8449: result: yes
configure:8449: checking dirent.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking dirent.h presence
configure:8449: gcc -E    conftest.c
configure:8449: $? = 0
configure:8449: result: yes
configure:8449: checking for dirent.h
configure:8449: result: yes
configure:8449: checking util.h usability
configure:8449: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:84:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:8449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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:8449: result: no
configure:8449: checking util.h presence
configure:8449: gcc -E    conftest.c
conftest.c:51:18: fatal error: util.h: No such file or directory
compilation terminated.
configure:8449: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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 <util.h>
configure:8449: result: no
configure:8449: checking for util.h
configure:8449: result: no
configure:8460: checking if personality LINUX32 can be set
configure:8473: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8473: $? = 0
configure:8479: result: yes
configure:8490: checking for term.h
configure:8490: gcc -E    conftest.c
configure:8490: $? = 0
configure:8490: result: yes
configure:8500: checking whether time.h and sys/time.h may both be included
configure:8520: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8520: $? = 0
configure:8527: result: yes
configure:8535: checking whether sys_siglist is declared
configure:8535: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:94:10: error: 'sys_siglist' undeclared (first use in this function)
conftest.c:94:10: note: each undeclared identifier is reported only once for each function it appears in
configure:8535: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 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 sys_siglist
| #ifdef __cplusplus
|   (void) sys_siglist;
| #else
|   (void) sys_siglist;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:8535: result: no
configure:8548: checking whether __sys_siglist is declared
configure:8548: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:95:10: error: '__sys_siglist' undeclared (first use in this function)
conftest.c:95:10: note: each undeclared identifier is reported only once for each function it appears in
configure:8548: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| /* 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 __sys_siglist
| #ifdef __cplusplus
|   (void) __sys_siglist;
| #else
|   (void) __sys_siglist;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:8548: result: no
configure:8565: checking for sys/wait.h that is POSIX.1 compatible
configure:8591: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8591: $? = 0
configure:8598: result: yes
configure:8607: checking for struct utimbuf
configure:8635: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8635: $? = 0
configure:8642: result: yes
configure:8650: checking for speed_t
configure:8666: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8666: $? = 0
configure:8673: result: yes
configure:8681: checking for struct timeval
configure:8706: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8706: $? = 0
configure:8713: result: yes
configure:8722: checking for struct exception
configure:8738: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8738: $? = 0
configure:8745: result: yes
configure:8756: checking sys/socket.h usability
configure:8756: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8756: $? = 0
configure:8756: result: yes
configure:8756: checking sys/socket.h presence
configure:8756: gcc -E    conftest.c
configure:8756: $? = 0
configure:8756: result: yes
configure:8756: checking for sys/socket.h
configure:8756: result: yes
configure:8768: checking for net/if.h
configure:8768: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8768: $? = 0
configure:8768: result: yes
configure:8784: checking for ifaddrs.h
configure:8784: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8784: $? = 0
configure:8784: result: yes
configure:8800: checking for net/if_dl.h
configure:8800: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:100:23: fatal error: net/if_dl.h: No such file or directory
compilation terminated.
configure:8800: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 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:8800: result: no
configure:8817: checking for getifaddrs
configure:8817: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:8817: $? = 0
configure:8817: result: yes
configure:8817: checking for freeifaddrs
configure:8817: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:8817: $? = 0
configure:8817: result: yes
configure:8827: checking for struct ifreq.ifr_flags
configure:8827: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8827: $? = 0
configure:8827: result: yes
configure:8843: checking for struct ifreq.ifr_hwaddr
configure:8843: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:110:5: error: used struct type value where scalar is required
configure:8843: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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:8843: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8843: $? = 0
configure:8843: result: yes
configure:8859: checking for struct ifreq.ifr_netmask
configure:8859: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:111:5: error: used struct type value where scalar is required
configure:8859: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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:8859: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8859: $? = 0
configure:8859: result: yes
configure:8875: checking for struct ifreq.ifr_broadaddr
configure:8875: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:112:5: error: used struct type value where scalar is required
configure:8875: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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:8875: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8875: $? = 0
configure:8875: result: yes
configure:8891: checking for struct ifreq.ifr_addr
configure:8891: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:113:5: error: used struct type value where scalar is required
configure:8891: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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:8891: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8891: $? = 0
configure:8891: result: yes
configure:8907: checking for struct ifreq.ifr_addr.sa_len
configure:8907: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:21: error: 'struct sockaddr' has no member named 'sa_len'
configure:8907: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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:8907: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:114:28: error: 'struct sockaddr' has no member named 'sa_len'
configure:8907: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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:8907: result: no
configure:8926: checking for function prototypes
configure:8929: result: yes
configure:8942: checking for working volatile
configure:8961: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:8961: $? = 0
configure:8968: result: yes
configure:8976: checking for an ANSI C-conforming const
configure:9041: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:9041: $? = 0
configure:9048: result: yes
configure:9056: checking for void * support
configure:9072: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:9072: $? = 0
configure:9079: result: yes
configure:9089: checking whether byte ordering is bigendian
configure:9104: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:74:9: error: unknown type name 'not'
conftest.c:74:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:74:15: error: unknown type name 'universal'
configure:9104: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:9149: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:9149: $? = 0
configure:9167: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:80:4: error: unknown type name 'not'
conftest.c:80:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
configure:9167: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| /* 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:9295: result: no
configure:9314: checking for  __attribute__ ((__aligned__ (expr)))
configure:9330: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:9330: $? = 0
configure:9337: result: yes
configure:9345: checking whether make sets $(MAKE)
configure:9367: result: yes
configure:9381: checking whether we are using GNU Make
configure:9390: result: yes
configure:9393: checking whether gcc understands -MMD -MF
configure:9408: gcc -std=gnu99 -c -g -O2 -MMD -MF deps.d -MP    conftest.c >&5
configure:9408: $? = 0
configure:9417: result: yes
configure:9439: checking for long file names
configure:9471: result: yes
configure:9482: checking for X
configure:9621: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c -lX11  >&5 
configure:9621: $? = 0
configure:9671: result: libraries , headers 
configure:9960: checking for malloc_get_state
configure:9960: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9960: $? = 0
configure:9960: result: yes
configure:9967: checking for malloc_set_state
configure:9967: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9967: $? = 0
configure:9967: result: yes
configure:9974: checking whether __after_morecore_hook exists
configure:9990: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:9990: $? = 0
configure:9998: result: yes
configure:10060: checking for stdlib.h
configure:10060: result: yes
configure:10060: checking for unistd.h
configure:10060: result: yes
configure:10060: checking for sys/param.h
configure:10060: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:10060: $? = 0
configure:10060: result: yes
configure:10060: checking for getopt.h
configure:10060: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:10060: $? = 0
configure:10060: result: yes
configure:10060: checking for wchar.h
configure:10060: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:10060: $? = 0
configure:10060: result: yes
configure:10060: checking for stdint.h
configure:10060: result: yes
configure:10060: checking for inttypes.h
configure:10060: result: yes
configure:10060: checking for sys/socket.h
configure:10060: result: yes
configure:10060: checking for sys/stat.h
configure:10060: result: yes
configure:10060: checking for sys/time.h
configure:10060: result: yes
configure:10080: checking for getpagesize
configure:10080: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:10080: $? = 0
configure:10080: result: yes
configure:10089: checking for working mmap
configure:10236: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c  >&5 
configure:10236: $? = 0
configure:10236: ./conftest
configure:10236: $? = 0
configure:10246: result: yes
configure:10264: checking for dnet_ntoa in -ldnet
configure:10289: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c -ldnet    >&5 
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure:10289: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 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:10298: result: no
configure:10310: checking for main in -lXbsd
configure:10329: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c -lXbsd    >&5 
/usr/bin/ld: cannot find -lXbsd
collect2: ld returned 1 exit status
configure:10329: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| return main ();
|   ;
|   return 0;
| }
configure:10338: result: no
configure:10348: checking pthread.h usability
configure:10348: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:10348: $? = 0
configure:10348: result: yes
configure:10348: checking pthread.h presence
configure:10348: gcc -E    conftest.c
configure:10348: $? = 0
configure:10348: result: yes
configure:10348: checking for pthread.h
configure:10348: result: yes
configure:10359: checking for pthread_self in -lpthread
configure:10384: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c -lpthread    >&5 
configure:10384: $? = 0
configure:10393: result: yes
configure:10412: checking for cma_open in -lpthreads
configure:10437: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc conftest.c -lpthreads  -lpthread   >&5 
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure:10437: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 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:10446: result: no
configure:10534: checking whether X on GNU/Linux needs -b to link
configure:10547: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
conftest.c: In function 'main':
conftest.c:94:1: warning: implicit declaration of function 'XOpenDisplay' [-Wimplicit-function-declaration]
configure:10547: $? = 0
configure:10595: result: no
configure:10602: checking for Xkb
configure:10616: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10616: $? = 0
configure:10623: result: yes
configure:10635: checking for XrmSetDatabase
configure:10635: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10635: $? = 0
configure:10635: result: yes
configure:10635: checking for XScreenResourceString
configure:10635: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10635: $? = 0
configure:10635: result: yes
configure:10635: checking for XScreenNumberOfScreen
configure:10635: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10635: $? = 0
configure:10635: result: yes
configure:10635: checking for XSetWMProtocols
configure:10635: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10635: $? = 0
configure:10635: result: yes
configure:10647: checking X11 version 6
configure:10666: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   >&5 
configure:10666: $? = 0
configure:10676: result: 6 or newer
configure:10826: checking for pkg-config
configure:10857: result: /usr/bin/pkg-config
configure:10871: checking for Wand >= 6.2.8
configure:10891: result: no
configure:11263: checking for pkg-config
configure:11294: result: /usr/bin/pkg-config
configure:11308: checking for dbus-1 >= 1.0
configure:11312: result: yes
configure:11316: checking DBUS_CFLAGS
configure:11319: result: -I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include  
configure:11322: checking DBUS_LIBS
configure:11325: result: -ldbus-1 -lpthread -lrt  
configure:11359: checking for dbus_watch_get_unix_fd
configure:11359: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:11359: $? = 0
configure:11359: result: yes
configure:11380: checking for pkg-config
configure:11411: result: /usr/bin/pkg-config
configure:11425: checking for gio-2.0 >= 2.26
configure:11429: result: yes
configure:11433: checking GSETTINGS_CFLAGS
configure:11436: result: -pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include  
configure:11439: checking GSETTINGS_LIBS
configure:11442: result: -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  
configure:11590: checking for g_type_init
configure:11590: gcc -std=gnu99 -o conftest -pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include    -g -O2     -pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0    -Wl,-znocombreloc  conftest.c -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
/tmp/ccENIJVh.o: In function `main':
/home/thierry/tmp/emacs-build/conftest.c:135: undefined reference to `g_type_init'
collect2: ld returned 1 exit status
configure:11590: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| /* end confdefs.h.  */
| /* Define g_type_init to an innocuous variant, in case <limits.h> declares g_type_init.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define g_type_init innocuous_g_type_init
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char g_type_init (); 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 g_type_init
| 
| /* 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 g_type_init ();
| /* 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_g_type_init || defined __stub___g_type_init
| choke me
| #endif
| 
| int
| main ()
| {
| return g_type_init ();
|   ;
|   return 0;
| }
configure:11590: result: no
configure:11609: checking for lgetfilecon in -lselinux
configure:11634: gcc -std=gnu99 -o conftest  -g -O2      -Wl,-znocombreloc  conftest.c -lselinux  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
/usr/bin/ld: cannot find -lselinux
collect2: ld returned 1 exit status
configure:11634: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 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 lgetfilecon ();
| int
| main ()
| {
| return lgetfilecon ();
|   ;
|   return 0;
| }
configure:11643: result: no
configure:11668: checking for pkg-config
configure:11699: result: /usr/bin/pkg-config
configure:11713: checking for gnutls >= 2.6.6
configure:11733: result: no
configure:11767: checking for gnutls_certificate_set_verify_function
configure:11767: gcc -std=gnu99 -o conftest  -g -O2       -Wl,-znocombreloc  conftest.c  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
/tmp/cckLCwIv.o: In function `main':
/home/thierry/tmp/emacs-build/conftest.c:135: undefined reference to `gnutls_certificate_set_verify_function'
collect2: ld returned 1 exit status
configure:11767: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 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:11767: result: no
configure:11791: checking for xaw3d
configure:11809: gcc -std=gnu99 -o conftest  -g -O2       -Wl,-znocombreloc  conftest.c  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:11809: $? = 0
configure:11810: checking for XawScrollbarSetThumb in -lXaw3d
configure:11835: gcc -std=gnu99 -o conftest  -g -O2       -Wl,-znocombreloc  conftest.c -lXaw3d   -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:11835: $? = 0
configure:11844: result: yes
configure:11863: result: yes; using Lucid toolkit
configure:11922: checking X11 toolkit version
configure:11941: gcc -std=gnu99 -o conftest  -g -O2       -Wl,-znocombreloc  conftest.c  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:11941: $? = 0
configure:11952: result: 6 or newer
configure:11973: checking for XmuConvertStandardSelection in -lXmu
configure:11998: gcc -std=gnu99 -o conftest  -g -O2       -Wl,-znocombreloc  conftest.c -lXmu  -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:11998: $? = 0
configure:12007: result: yes
configure:12034: checking for XShapeQueryExtension in -lXext
configure:12059: gcc -std=gnu99 -o conftest  -g -O2       -Wl,-znocombreloc  conftest.c -lXext  -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:12059: $? = 0
configure:12068: result: yes
configure:12240: gcc -std=gnu99 -c  -g -O2      conftest.c >&5
configure:12240: $? = 0
configure:12289: gcc -std=gnu99 -c  -g -O2  --pedantic-errors     conftest.c >&5
conftest.c: In function 'main':
conftest.c:127:4: error: passing argument 5 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
/usr/include/X11/Xlib.h:3938:13: note: expected 'XIDProc' but argument is of type 'XIMProc'
conftest.c:127:4: error: passing argument 6 of 'XRegisterIMInstantiateCallback' from incompatible pointer type
/usr/include/X11/Xlib.h:3938:13: note: expected 'XPointer' but argument is of type 'char **'
configure:12289: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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:12314: checking for pkg-config
configure:12345: result: /usr/bin/pkg-config
configure:12359: checking for fontconfig >= 2.2.0
configure:12363: result: yes
configure:12367: checking FONTCONFIG_CFLAGS
configure:12370: result:  
configure:12373: checking FONTCONFIG_LIBS
configure:12376: result: -lfontconfig  
configure:12416: checking for pkg-config
configure:12447: result: /usr/bin/pkg-config
configure:12461: checking for xft >= 0.13.0
configure:12465: result: yes
configure:12469: checking XFT_CFLAGS
configure:12472: result: -I/usr/include/freetype2  
configure:12475: checking XFT_LIBS
configure:12478: result: -lXft  
configure:12508: checking for XRenderQueryExtension in -lXrender
configure:12533: gcc -std=gnu99 -o conftest  -g -O2       -Wl,-znocombreloc  conftest.c -lXrender  -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:12533: $? = 0
configure:12542: result: yes
configure:12556: checking X11/Xft/Xft.h usability
configure:12556: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:12556: $? = 0
configure:12556: result: yes
configure:12556: checking X11/Xft/Xft.h presence
configure:12556: gcc -E     -I/usr/include/freetype2   conftest.c
configure:12556: $? = 0
configure:12556: result: yes
configure:12556: checking for X11/Xft/Xft.h
configure:12556: result: yes
configure:12558: checking for XftFontOpen in -lXft
configure:12583: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXft -lXrender -lXft   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:12583: $? = 0
configure:12592: result: yes
configure:12627: checking for pkg-config
configure:12658: result: /usr/bin/pkg-config
configure:12672: checking for freetype2
configure:12676: result: yes
configure:12680: checking FREETYPE_CFLAGS
configure:12683: result: -I/usr/include/freetype2  
configure:12686: checking FREETYPE_LIBS
configure:12689: result: -lfreetype  
configure:12731: checking for pkg-config
configure:12762: result: /usr/bin/pkg-config
configure:12776: checking for libotf
configure:12780: result: yes
configure:12784: checking LIBOTF_CFLAGS
configure:12787: result: -I/usr/include/freetype2  
configure:12790: checking LIBOTF_LIBS
configure:12793: result: -lz -lotf -lfreetype  
configure:12824: checking for OTF_get_variation_glyphs in -lotf
configure:12849: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lotf  -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:12849: $? = 0
configure:12858: result: yes
configure:12883: checking for pkg-config
configure:12914: result: /usr/bin/pkg-config
configure:12928: checking for m17n-flt
configure:12932: result: yes
configure:12936: checking M17N_FLT_CFLAGS
configure:12939: result:  
configure:12942: checking M17N_FLT_LIBS
configure:12945: result: -lm17n-flt -lm17n-core  
configure:13002: checking X11/xpm.h usability
configure:13002: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13002: $? = 0
configure:13002: result: yes
configure:13002: checking X11/xpm.h presence
configure:13002: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13002: $? = 0
configure:13002: result: yes
configure:13002: checking for X11/xpm.h
configure:13002: result: yes
configure:13004: checking for XpmReadFileToPixmap in -lXpm
configure:13029: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lXpm -lX11 -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13029: $? = 0
configure:13038: result: yes
configure:13048: checking for XpmReturnAllocPixels preprocessor define
configure:13068: result: yes
configure:13091: checking jerror.h usability
configure:13091: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13091: $? = 0
configure:13091: result: yes
configure:13091: checking jerror.h presence
configure:13091: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13091: $? = 0
configure:13091: result: yes
configure:13091: checking for jerror.h
configure:13091: result: yes
configure:13093: checking for jpeg_destroy_compress in -ljpeg
configure:13118: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ljpeg  -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13118: $? = 0
configure:13127: result: yes
configure:13175: checking png.h usability
configure:13175: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13175: $? = 0
configure:13175: result: yes
configure:13175: checking png.h presence
configure:13175: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13175: $? = 0
configure:13175: result: yes
configure:13175: checking for png.h
configure:13175: result: yes
configure:13175: checking libpng/png.h usability
configure:13175: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13175: $? = 0
configure:13175: result: yes
configure:13175: checking libpng/png.h presence
configure:13175: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13175: $? = 0
configure:13175: result: yes
configure:13175: checking for libpng/png.h
configure:13175: result: yes
configure:13186: checking for png_get_channels in -lpng
configure:13211: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lpng -lz -lm -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13211: $? = 0
configure:13220: result: yes
configure:13243: checking tiffio.h usability
configure:13243: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13243: $? = 0
configure:13243: result: yes
configure:13243: checking tiffio.h presence
configure:13243: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13243: $? = 0
configure:13243: result: yes
configure:13243: checking for tiffio.h
configure:13243: result: yes
configure:13248: checking for TIFFGetVersion in -ltiff
configure:13273: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -ltiff -ljpeg -lz -lm -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13273: $? = 0
configure:13282: result: yes
configure:13306: checking gif_lib.h usability
configure:13306: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13306: $? = 0
configure:13306: result: yes
configure:13306: checking gif_lib.h presence
configure:13306: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13306: $? = 0
configure:13306: result: yes
configure:13306: checking for gif_lib.h
configure:13306: result: yes
configure:13310: checking for EGifPutExtensionLast in -lgif
configure:13335: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lgif  -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13335: $? = 0
configure:13344: result: yes
configure:13441: checking gpm.h usability
configure:13441: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13441: $? = 0
configure:13441: result: yes
configure:13441: checking gpm.h presence
configure:13441: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13441: $? = 0
configure:13441: result: yes
configure:13441: checking for gpm.h
configure:13441: result: yes
configure:13443: checking for Gpm_Open in -lgpm
configure:13468: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lgpm  -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13468: $? = 0
configure:13477: result: yes
configure:13496: checking malloc/malloc.h usability
configure:13496: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c:156:27: fatal error: malloc/malloc.h: No such file or directory
compilation terminated.
configure:13496: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 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:13496: result: no
configure:13496: checking malloc/malloc.h presence
configure:13496: gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:123:27: fatal error: malloc/malloc.h: No such file or directory
compilation terminated.
configure:13496: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| /* end confdefs.h.  */
| #include <malloc/malloc.h>
configure:13496: result: no
configure:13496: checking for malloc/malloc.h
configure:13496: result: no
configure:13541: checking X11/SM/SMlib.h usability
configure:13541: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13541: $? = 0
configure:13541: result: yes
configure:13541: checking X11/SM/SMlib.h presence
configure:13541: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13541: $? = 0
configure:13541: result: yes
configure:13541: checking for X11/SM/SMlib.h
configure:13541: result: yes
configure:13543: checking for SmcOpenConnection in -lSM
configure:13568: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lSM -lICE -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13568: $? = 0
configure:13577: result: yes
configure:13609: checking for pkg-config
configure:13640: result: /usr/bin/pkg-config
configure:13654: checking for libxml-2.0 > 2.6.17
configure:13658: result: yes
configure:13662: checking LIBXML2_CFLAGS
configure:13665: result: -I/usr/include/libxml2  
configure:13668: checking LIBXML2_LIBS
configure:13671: result: -lxml2  
configure:13700: checking for htmlReadMemory in -lxml2
configure:13725: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lxml2  -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13725: $? = 0
configure:13734: result: yes
configure:13756: checking whether netdb declares h_errno
configure:13772: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13772: $? = 0
configure:13780: result: yes
configure:13790: checking for sqrt in -lm
configure:13815: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lm  -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:133:6: warning: conflicting types for built-in function 'sqrt' [enabled by default]
configure:13815: $? = 0
configure:13824: result: yes
configure:13838: checking for maillock in -lmail
configure:13863: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lmail  -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
/usr/bin/ld: cannot find -lmail
collect2: ld returned 1 exit status
configure:13863: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 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:13872: result: no
configure:13889: checking for maillock in -llockfile
configure:13914: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile  -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13914: $? = 0
configure:13923: result: yes
configure:13988: checking for touchlock
configure:13988: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:13988: $? = 0
configure:13988: result: yes
configure:13999: checking maillock.h usability
configure:13999: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:13999: $? = 0
configure:13999: result: yes
configure:13999: checking maillock.h presence
configure:13999: gcc -E     -I/usr/include/freetype2   conftest.c
configure:13999: $? = 0
configure:13999: result: yes
configure:13999: checking for maillock.h
configure:13999: result: yes
configure:14069: checking for gethostname
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getdomainname
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for rename
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for closedir
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for mkdir
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for rmdir
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for sysinfo
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getrusage
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for get_current_dir_name
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for random
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for lrand48
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for logb
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:164:6: warning: conflicting types for built-in function 'logb' [enabled by default]
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for frexp
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:165:6: warning: conflicting types for built-in function 'frexp' [enabled by default]
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for fmod
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:166:6: warning: conflicting types for built-in function 'fmod' [enabled by default]
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for rint
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:167:6: warning: conflicting types for built-in function 'rint' [enabled by default]
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for cbrt
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:168:6: warning: conflicting types for built-in function 'cbrt' [enabled by default]
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for ftime
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for setsid
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for strerror
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for fpathconf
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for select
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for euidaccess
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getpagesize
configure:14069: result: yes
configure:14069: checking for tzset
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for setlocale
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for utimes
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getrlimit
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for setrlimit
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for setpgid
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getcwd
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getwd
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for shutdown
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getaddrinfo
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for __fpending
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for mblen
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for mbrlen
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for mbsinit
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for strsignal
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for setitimer
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for ualarm
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for sendto
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for recvfrom
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getsockopt
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for setsockopt
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getsockname
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getpeername
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for gai_strerror
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for mkstemp
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getline
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for getdelim
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for mremap
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for fsync
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for sync
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for difftime
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for mempcpy
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:207:6: warning: conflicting types for built-in function 'mempcpy' [enabled by default]
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for mblen
configure:14069: result: yes
configure:14069: checking for mbrlen
configure:14069: result: yes
configure:14069: checking for posix_memalign
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for cfmakeraw
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for cfsetspeed
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for copysign
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:213:6: warning: conflicting types for built-in function 'copysign' [enabled by default]
configure:14069: $? = 0
configure:14069: result: yes
configure:14069: checking for __executable_start
configure:14069: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14069: $? = 0
configure:14069: result: yes
configure:14079: checking for __builtin_unwind_init
configure:14095: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14095: $? = 0
configure:14103: result: yes
configure:14113: checking sys/un.h usability
configure:14113: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:14113: $? = 0
configure:14113: result: yes
configure:14113: checking sys/un.h presence
configure:14113: gcc -E     -I/usr/include/freetype2   conftest.c
configure:14113: $? = 0
configure:14113: result: yes
configure:14113: checking for sys/un.h
configure:14113: result: yes
configure:14124: checking for _LARGEFILE_SOURCE value needed for large files
configure:14143: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14143: $? = 0
configure:14171: result: no
configure:14193: checking whether getpgrp requires zero arguments
configure:14210: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:231:1: error: too many arguments to function 'getpgrp'
/usr/include/unistd.h:633:16: note: declared here
configure:14210: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 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:14218: result: yes
configure:14230: checking for grantpt
configure:14230: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14230: $? = 0
configure:14230: result: yes
configure:14243: checking for getpt
configure:14243: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14243: $? = 0
configure:14243: result: yes
configure:14261: checking for library containing tputs
configure:14292: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
/tmp/ccWonhTd.o: In function `main':
/home/thierry/tmp/emacs-build/conftest.c:209: undefined reference to `tputs'
collect2: ld returned 1 exit status
configure:14292: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 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 tputs ();
| int
| main ()
| {
| return tputs ();
|   ;
|   return 0;
| }
configure:14292: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses  -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14292: $? = 0
configure:14309: result: -lncurses
configure:14453: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:14453: $? = 0
configure:15206: checking whether localtime caches TZ
configure:15240: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:204:1: warning: return type defaults to 'int' [enabled by default]
conftest.c: In function 'main':
conftest.c:208:3: warning: implicit declaration of function 'putenv' [-Wimplicit-function-declaration]
conftest.c:209:5: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
conftest.c:209:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:211:3: warning: implicit declaration of function 'unsetenv' [-Wimplicit-function-declaration]
conftest.c:214:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:216:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:219:5: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
conftest.c:220:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
configure:15240: $? = 0
configure:15240: ./conftest
configure:15240: $? = 0
configure:15255: result: no
configure:15266: checking for gettimeofday
configure:15266: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:15266: $? = 0
configure:15266: result: yes
configure:15276: checking whether gettimeofday can accept two arguments
configure:15303: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15303: $? = 0
configure:15310: result: yes
configure:15321: checking for socket
configure:15321: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:15321: $? = 0
configure:15321: result: yes
configure:15329: checking netinet/in.h usability
configure:15329: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking netinet/in.h presence
configure:15329: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15329: $? = 0
configure:15329: result: yes
configure:15329: checking for netinet/in.h
configure:15329: result: yes
configure:15339: checking arpa/inet.h usability
configure:15339: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15339: $? = 0
configure:15339: result: yes
configure:15339: checking arpa/inet.h presence
configure:15339: gcc -E     -I/usr/include/freetype2   conftest.c
configure:15339: $? = 0
configure:15339: result: yes
configure:15339: checking for arpa/inet.h
configure:15339: result: yes
configure:15360: checking whether system supports dynamic ptys
configure:15363: result: yes
configure:15373: checking for pid_t
configure:15373: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15373: $? = 0
configure:15373: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c: In function 'main':
conftest.c:240:20: error: expected expression before ')' token
configure:15373: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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:15373: result: yes
configure:15386: checking vfork.h usability
configure:15386: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
conftest.c:237:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:15386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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:15386: result: no
configure:15386: checking vfork.h presence
configure:15386: gcc -E     -I/usr/include/freetype2   conftest.c
conftest.c:204:19: fatal error: vfork.h: No such file or directory
compilation terminated.
configure:15386: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_INET_SOCKETS 1
| #define HAVE_DEV_PTMX 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:15386: result: no
configure:15386: checking for vfork.h
configure:15386: result: no
configure:15399: checking for fork
configure:15399: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:227:6: warning: conflicting types for built-in function 'fork' [enabled by default]
configure:15399: $? = 0
configure:15399: result: yes
configure:15399: checking for vfork
configure:15399: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:15399: $? = 0
configure:15399: result: yes
configure:15409: checking for working fork
configure:15431: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:15431: $? = 0
configure:15431: ./conftest
configure:15431: $? = 0
configure:15441: result: yes
configure:15462: checking for working vfork
configure:15572: result: yes
configure:15600: checking for snprintf
configure:15600: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c:231:6: warning: conflicting types for built-in function 'snprintf' [enabled by default]
configure:15600: $? = 0
configure:15600: result: yes
configure:15610: checking for nl_langinfo and CODESET
configure:15626: gcc -std=gnu99 -o conftest  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2    -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:15626: $? = 0
configure:15635: result: yes
configure:15643: checking for mbstate_t
configure:15660: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15660: $? = 0
configure:15667: result: yes
configure:15679: checking for C restricted array declarations
configure:15695: gcc -std=gnu99 -c  -g -O2  -I/usr/include/freetype2       -I/usr/include/freetype2   conftest.c >&5
configure:15695: $? = 0
configure:15702: result: yes
configure:15970: checking for working alloca.h
configure:15987: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:15987: $? = 0
configure:15995: result: yes
configure:16003: checking for alloca
configure:16040: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16040: $? = 0
configure:16048: result: yes
configure:16164: checking for readlinkat
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16164: checking for lstat
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16164: checking for alarm
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16164: checking for pthread_sigmask
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16164: checking for readlink
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16164: checking for tzset
configure:16164: result: yes
configure:16164: checking for strtoimax
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16164: checking for strtoumax
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16164: checking for symlink
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16164: checking for localtime_r
configure:16164: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16164: $? = 0
configure:16164: result: yes
configure:16176: checking whether byte ordering is bigendian
configure:16382: result: no
configure:16401: checking for inline
configure:16417: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:16417: $? = 0
configure:16425: result: inline
configure:16444: checking whether strtold conforms to C99
configure:16471: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16471: $? = 0
configure:16479: result: yes
configure:16605: checking for st_dm_mode in struct stat
configure:16623: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:240:17: error: 'struct stat' has no member named 'st_dm_mode'
configure:16623: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 1
| /* end confdefs.h.  */
| 
| #include <sys/types.h>
| #include <sys/stat.h>
| int
| main ()
| {
| struct stat s; s.st_dm_mode;
|   ;
|   return 0;
| }
configure:16630: result: no
configure:16640: checking whether strmode is declared
configure:16640: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:274:10: error: 'strmode' undeclared (first use in this function)
conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in
configure:16640: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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:16640: result: no
configure:16720: checking whether the preprocessor supports include_next
configure:16758: gcc -std=gnu99 -c -g -O2    -Iconftestd1b -Iconftestd2 conftest.c >&5
configure:16758: $? = 0
configure:16779: result: yes
configure:16800: checking whether system header files limit the line length
configure:16823: result: no
configure:16921: checking for getopt.h
configure:16921: result: yes
configure:16938: checking for getopt_long_only
configure:16938: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:16938: $? = 0
configure:16938: result: yes
configure:16952: checking whether getopt is POSIX compatible
configure:16969: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
conftest.c: In function 'main':
conftest.c:241:11: error: 'optreset' undeclared (first use in this function)
conftest.c:241:11: note: each undeclared identifier is reported only once for each function it appears in
configure:16969: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| /* end confdefs.h.  */
| #include <unistd.h>
| int
| main ()
| {
| int *p = &optreset; return optreset;
|   ;
|   return 0;
| }
configure:16983: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:241:9: error: 'getopt_clip' undeclared (first use in this function)
conftest.c:241:9: note: each undeclared identifier is reported only once for each function it appears in
configure:16983: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 1
| #define HAVE_DECL_STRMODE 0
| #define HAVE_GETOPT_H 1
| #define HAVE_GETOPT_LONG_ONLY 1
| /* end confdefs.h.  */
| #include <getopt.h>
| int
| main ()
| {
| return !getopt_clip;
|   ;
|   return 0;
| }
configure:17089: gcc -std=gnu99 -o conftest -g -O2    -DOPTIND_MIN=0  -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:17089: $? = 0
configure:17089: ./conftest
configure:17089: $? = 0
configure:17101: result: yes
configure:17109: checking for working GNU getopt function
configure:17334: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:17334: $? = 0
configure:17334: ./conftest
configure:17334: $? = 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.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 MacOS 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 MacOS 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 MacOS 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 |= 32;
|              }
|              /* 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 |= 64;
|                else if (getopt (3, argv, "+:a:b") != ':')
|                  result |= 64;
|              }
|              /* 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 |= 128;
|              }
|              return result;
| 
|   ;
|   return 0;
| }
configure:17350: result: no
configure:17382: checking whether getenv is declared
configure:17382: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:17382: $? = 0
configure:17382: result: yes
configure:17394: checking for unsigned long long int
configure:17442: result: yes
configure:17452: checking for long long int
configure:17502: result: yes
configure:17524: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:242:10: error: unknown type name 'not'
conftest.c:242:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
conftest.c:242:16: error: unknown type name 'universal'
configure:17524: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 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:17674: checking whether stdint.h conforms to C99
configure:17845: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:17845: $? = 0
configure:17927: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:17927: $? = 0
configure:17927: ./conftest
configure:17927: $? = 0
configure:17939: result: yes
configure:18424: checking whether lstat correctly handles trailing slash
configure:18455: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:18455: $? = 0
configure:18455: ./conftest
configure:18455: $? = 0
configure:18472: result: yes
configure:18523: checking for sigset_t
configure:18523: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18523: $? = 0
configure:18523: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:252:23: error: expected expression before ')' token
configure:18523: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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:18523: result: yes
configure:18563: checking for stdbool.h that conforms to C99
configure:18630: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18630: $? = 0
configure:18637: result: yes
configure:18639: checking for _Bool
configure:18639: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18639: $? = 0
configure:18639: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:280:20: error: expected expression before ')' token
configure:18639: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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:18639: result: yes
configure:18655: checking for wchar_t
configure:18672: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18672: $? = 0
configure:18679: result: yes
configure:18791: checking whether struct tm is in sys/time.h or time.h
configure:18811: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18811: $? = 0
configure:18818: result: time.h
configure:18826: checking for struct tm.tm_zone
configure:18826: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18826: $? = 0
configure:18826: result: yes
configure:18894: checking for struct tm.tm_gmtoff
configure:18894: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18894: $? = 0
configure:18894: result: yes
configure:18907: checking whether strtoimax is declared
configure:18907: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18907: $? = 0
configure:18907: result: yes
configure:18920: checking whether strtoumax is declared
configure:18920: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18920: $? = 0
configure:18920: result: yes
configure:18933: checking whether stat file-mode macros are broken
configure:18960: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18960: $? = 0
configure:18967: result: no
configure:18977: checking for mode_t
configure:18977: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:18977: $? = 0
configure:18977: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:287:21: error: expected expression before ')' token
configure:18977: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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:18977: result: yes
configure:18988: checking for C/C++ restrict keyword
configure:19013: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:19013: $? = 0
configure:19021: result: __restrict
configure:19038: checking for struct timespec in <time.h>
configure:19055: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:19055: $? = 0
configure:19062: result: yes
configure:19204: checking whether localtime_r is declared
configure:19204: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:292:10: error: 'localtime_r' undeclared (first use in this function)
conftest.c:292:10: note: each undeclared identifier is reported only once for each function it appears in
configure:19204: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
| /* 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 localtime_r
| #ifdef __cplusplus
|   (void) localtime_r;
| #else
|   (void) localtime_r;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:19204: result: no
configure:19248: checking for alloca as a compiler built-in
configure:19272: result: yes
configure:19324: checking whether dup2 works
configure:19378: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:19378: $? = 0
configure:19378: ./conftest
configure:19378: $? = 0
configure:19389: result: yes
configure:19435: checking for getloadavg
configure:19435: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:19435: $? = 0
configure:19435: result: yes
configure:19793: checking sys/loadavg.h usability
configure:19793: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c:288:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:19793: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_ALLOCA 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:19793: result: no
configure:19793: checking sys/loadavg.h presence
configure:19793: gcc -E    conftest.c
conftest.c:255:25: fatal error: sys/loadavg.h: No such file or directory
compilation terminated.
configure:19793: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| /* end confdefs.h.  */
| #include <sys/loadavg.h>
configure:19793: result: no
configure:19793: checking for sys/loadavg.h
configure:19793: result: no
configure:19808: checking whether getloadavg is declared
configure:19808: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:19808: $? = 0
configure:19808: result: yes
configure:20092: checking for working mktime
configure:20294: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:20294: $? = 0
configure:20294: ./conftest
configure:20294: $? = 0
configure:20305: result: yes
configure:20360: checking whether pthread_sigmask works without -lpthread
configure:20389: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:20389: $? = 0
configure:20389: ./conftest
configure:20389: $? = 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.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| /* 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:20400: result: yes
configure:20412: checking whether pthread_sigmask returns error numbers
configure:20444: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt    >&5 
configure:20444: $? = 0
configure:20444: ./conftest
configure:20444: $? = 0
configure:20456: result: yes
configure:20467: checking whether pthread_sigmask unblocks signals correctly
configure:20521: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt    >&5 
configure:20521: $? = 0
configure:20521: ./conftest
configure:20521: $? = 0
configure:20533: result: guessing yes
configure:20581: checking whether readlink signature is correct
configure:20599: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:20599: $? = 0
configure:20606: result: yes
configure:20608: checking whether readlink handles trailing slash correctly
configure:20632: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:20632: $? = 0
configure:20632: ./conftest
configure:20632: $? = 0
configure:20643: result: yes
configure:20751: checking for volatile sig_atomic_t
configure:20751: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:20751: $? = 0
configure:20751: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263:36: error: expected expression before ')' token
configure:20751: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((volatile sig_atomic_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:20751: result: yes
configure:20767: checking for sighandler_t
configure:20767: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:20767: $? = 0
configure:20767: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263:27: error: expected expression before ')' token
configure:20767: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| /* end confdefs.h.  */
| 
| #include <signal.h>
| 
| 
| int
| main ()
| {
| if (sizeof ((sighandler_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:20767: result: yes
configure:20780: checking for socklen_t
configure:20780: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:20780: $? = 0
configure:20780: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:271:24: error: expected expression before ')' token
configure:20780: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| /* 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:20780: result: yes
configure:20844: checking for ssize_t
configure:20861: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:20861: $? = 0
configure:20868: result: yes
configure:20879: checking for va_copy
configure:20900: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:20900: $? = 0
configure:20908: result: yes
configure:21087: checking whether NULL can be used in arbitrary expressions
configure:21105: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:21105: $? = 0
configure:21112: result: yes
configure:21467: checking whether symlink handles trailing slash correctly
configure:21495: gcc -std=gnu99 -o conftest -g -O2     -Wl,-znocombreloc  conftest.c -lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt   >&5 
configure:21495: $? = 0
configure:21495: ./conftest
configure:21495: $? = 0
configure:21506: result: yes
configure:21617: checking for nlink_t
configure:21617: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:21617: $? = 0
configure:21617: gcc -std=gnu99 -c -g -O2    conftest.c >&5
conftest.c: In function 'main':
conftest.c:263:22: error: expected expression before ')' token
configure:21617: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "emacs"
| #define PACKAGE_TARNAME "emacs"
| #define PACKAGE_VERSION "24.0.92"
| #define PACKAGE_STRING "emacs 24.0.92"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "emacs"
| #define VERSION "24.0.92"
| #define MAIL_USE_POP 1
| #define SYNC_INPUT 1
| #define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
| #define _FILE_OFFSET_BITS 64
| #define HAVE_SYS_SOUNDCARD_H 1
| #define HAVE_ALSA 1
| #define HAVE_SOUND 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 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_MMAN_H 1
| #define HAVE_SYS_VLIMIT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
| #define HAVE_TERM_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_DECL_SYS_SIGLIST 0
| #define HAVE_DECL___SYS_SIGLIST 0
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_STRUCT_UTIMBUF 1
| #define HAVE_SPEED_T 1
| #define HAVE_TIMEVAL 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_IFADDRS_H 1
| #define HAVE_GETIFADDRS 1
| #define HAVE_FREEIFADDRS 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 PROTOTYPES 1
| #define __PROTOTYPES 1
| #define POINTER_TYPE void
| #define HAVE_ATTRIBUTE_ALIGNED 1
| #define HAVE_LONG_FILE_NAMES 1
| #define DOUG_LEA_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_PTHREAD 1
| #define HAVE_XKBGETKEYBOARD 1
| #define HAVE_XRMSETDATABASE 1
| #define HAVE_XSCREENRESOURCESTRING 1
| #define HAVE_XSCREENNUMBEROFSCREEN 1
| #define HAVE_XSETWMPROTOCOLS 1
| #define HAVE_X11R6 1
| #define HAVE_X_I18N 1
| #define HAVE_X11R6_XIM 1
| #define HAVE_DBUS 1
| #define HAVE_DBUS_WATCH_GET_UNIX_FD 1
| #define HAVE_GSETTINGS 1
| #define HAVE_XAW3D 1
| #define HAVE_X11XTR6 1
| #define HAVE_LIBXMU 1
| #define HAVE_LIBXEXT 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_LIBOTF 1
| #define HAVE_OTF_GET_VARIATION_GLYPHS 1
| #define HAVE_M17N_FLT 1
| #define HAVE_XPM 1
| #define HAVE_JPEG 1
| #define HAVE_JPEG 1
| #define HAVE_PNG_H 1
| #define HAVE_LIBPNG_PNG_H 1
| #define HAVE_PNG 1
| #define HAVE_TIFF 1
| #define HAVE_GIF 1
| #define HAVE_GPM 1
| #define HAVE_X_SM 1
| #define HAVE_LIBXML2 1
| #define HAVE_H_ERRNO 1
| #define HAVE_LIBM 1
| #define HAVE_LIBLOCKFILE 1
| #define HAVE_TOUCHLOCK 1
| #define HAVE_MAILLOCK_H 1
| #define HAVE_GETHOSTNAME 1
| #define HAVE_GETDOMAINNAME 1
| #define HAVE_RENAME 1
| #define HAVE_CLOSEDIR 1
| #define HAVE_MKDIR 1
| #define HAVE_RMDIR 1
| #define HAVE_SYSINFO 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GET_CURRENT_DIR_NAME 1
| #define HAVE_RANDOM 1
| #define HAVE_LRAND48 1
| #define HAVE_LOGB 1
| #define HAVE_FREXP 1
| #define HAVE_FMOD 1
| #define HAVE_RINT 1
| #define HAVE_CBRT 1
| #define HAVE_FTIME 1
| #define HAVE_SETSID 1
| #define HAVE_STRERROR 1
| #define HAVE_FPATHCONF 1
| #define HAVE_SELECT 1
| #define HAVE_EUIDACCESS 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_TZSET 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_GETWD 1
| #define HAVE_SHUTDOWN 1
| #define HAVE_GETADDRINFO 1
| #define HAVE___FPENDING 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_MBSINIT 1
| #define HAVE_STRSIGNAL 1
| #define HAVE_SETITIMER 1
| #define HAVE_UALARM 1
| #define HAVE_SENDTO 1
| #define HAVE_RECVFROM 1
| #define HAVE_GETSOCKOPT 1
| #define HAVE_SETSOCKOPT 1
| #define HAVE_GETSOCKNAME 1
| #define HAVE_GETPEERNAME 1
| #define HAVE_GAI_STRERROR 1
| #define HAVE_MKSTEMP 1
| #define HAVE_GETLINE 1
| #define HAVE_GETDELIM 1
| #define HAVE_MREMAP 1
| #define HAVE_FSYNC 1
| #define HAVE_SYNC 1
| #define HAVE_DIFFTIME 1
| #define HAVE_MEMPCPY 1
| #define HAVE_MBLEN 1
| #define HAVE_MBRLEN 1
| #define HAVE_POSIX_MEMALIGN 1
| #define HAVE_CFMAKERAW 1
| #define HAVE_CFSETSPEED 1
| #define HAVE_COPYSIGN 1
| #define HAVE___EXECUTABLE_START 1
| #define HAVE___BUILTIN_UNWIND_INIT 1
| #define HAVE_SYS_UN_H 1
| #define HAVE_FSEEKO 1
| #define GETPGRP_VOID 1
| #define HAVE_GRANTPT 1
| #define HAVE_GETPT 1
| #define HAVE_LIBNCURSES 1
| #define TERMINFO 1
| #define HAVE_RES_INIT 1
| #define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
| #define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
| #define config_opsysfile "s/gnu-linux.h"
| #define HAVE_X_WINDOWS 1
| #define USE_X_TOOLKIT 1
| #define USE_LUCID 1
| #define HAVE_X11 1
| #define HAVE_MENUS 1
| #define GNU_MALLOC 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_READLINKAT 1
| #define HAVE_LSTAT 1
| #define HAVE_ALARM 1
| #define HAVE_PTHREAD_SIGMASK 1
| #define HAVE_READLINK 1
| #define HAVE_TZSET 1
| #define HAVE_STRTOIMAX 1
| #define HAVE_STRTOUMAX 1
| #define HAVE_SYMLINK 1
| #define HAVE_LOCALTIME_R 1
| #define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
| #define HAVE_LONG_LONG_INT 1
| #define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
| #define HAVE_DECL_LOCALTIME_R 0
| #define HAVE_ALLOCA 1
| #define HAVE_DUP2 1
| #define __GETOPT_PREFIX rpl_
| #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:21617: result: yes
configure:21649: checking whether localtime_r is compatible with its POSIX signature
configure:21673: gcc -std=gnu99 -c -g -O2    conftest.c >&5
configure:21673: $? = 0
configure:21681: result: yes
configure:22730: creating ./config.status

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

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

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

on thierry-MM061

config.status:1745: creating Makefile
config.status:1745: creating lib/Makefile
config.status:1745: creating lib-src/Makefile
config.status:1745: creating oldXMenu/Makefile
config.status:1745: creating doc/emacs/Makefile
config.status:1745: creating doc/misc/Makefile
config.status:1745: creating doc/lispintro/Makefile
config.status:1745: creating doc/lispref/Makefile
config.status:1745: creating src/Makefile
config.status:1745: creating lwlib/Makefile
config.status:1745: creating lisp/Makefile
config.status:1745: creating leim/Makefile
config.status:1745: creating test/automated/Makefile
config.status:1745: creating src/config.h
config.status:1964: executing depfiles commands
config.status:1964: executing mkdirs commands
config.status:1964: executing epaths commands
config.status:1964: executing gdbinit commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_c_restrict=__restrict
ac_cv_c_volatile=yes
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_XSetWMProtocols=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_cbrt=yes
ac_cv_func_cfmakeraw=yes
ac_cv_func_cfsetspeed=yes
ac_cv_func_closedir=yes
ac_cv_func_copysign=yes
ac_cv_func_dbus_watch_get_unix_fd=yes
ac_cv_func_difftime=yes
ac_cv_func_euidaccess=yes
ac_cv_func_fmod=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_frexp=yes
ac_cv_func_fsync=yes
ac_cv_func_ftime=yes
ac_cv_func_g_type_init=no
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_getdomainname=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_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsockname=yes
ac_cv_func_getsockopt=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_localtime_r=yes
ac_cv_func_logb=yes
ac_cv_func_lrand48=yes
ac_cv_func_lstat=yes
ac_cv_func_malloc_get_state=yes
ac_cv_func_malloc_set_state=yes
ac_cv_func_mblen=yes
ac_cv_func_mbrlen=yes
ac_cv_func_mbsinit=yes
ac_cv_func_mempcpy=yes
ac_cv_func_mkdir=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_mremap=yes
ac_cv_func_posix_memalign=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_rename=yes
ac_cv_func_rint=yes
ac_cv_func_rmdir=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_setsockopt=yes
ac_cv_func_shutdown=yes
ac_cv_func_snprintf=yes
ac_cv_func_socket=yes
ac_cv_func_strerror=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_sysinfo=yes
ac_cv_func_touchlock=yes
ac_cv_func_tzset=yes
ac_cv_func_ualarm=yes
ac_cv_func_utimes=yes
ac_cv_func_vfork=yes
ac_cv_func_vfork_works=yes
ac_cv_have_decl___sys_siglist=no
ac_cv_have_decl_getenv=yes
ac_cv_have_decl_getloadavg=yes
ac_cv_have_decl_localtime_r=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=no
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_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_gif_lib_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_libpng_png_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_soundcard_h=no
ac_cv_header_maillock_h=yes
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__mbstate_t_h=no
ac_cv_header_sys_loadavg_h=no
ac_cv_header_sys_mman_h=yes
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=i686-pc-linux-gnu
ac_cv_lib_SM_SmcOpenConnection=yes
ac_cv_lib_Xaw3d_XawScrollbarSetThumb=yes
ac_cv_lib_Xbsd_main=no
ac_cv_lib_Xext_XShapeQueryExtension=yes
ac_cv_lib_Xft_XftFontOpen=yes
ac_cv_lib_Xmu_XmuConvertStandardSelection=yes
ac_cv_lib_Xpm_XpmReadFileToPixmap=yes
ac_cv_lib_Xrender_XRenderQueryExtension=yes
ac_cv_lib_dnet_dnet_ntoa=no
ac_cv_lib_gif_EGifPutExtensionLast=yes
ac_cv_lib_gpm_Gpm_Open=yes
ac_cv_lib_jpeg_jpeg_destroy_compress=yes
ac_cv_lib_lockfile_maillock=yes
ac_cv_lib_m_sqrt=yes
ac_cv_lib_mail_maillock=no
ac_cv_lib_ossaudio__oss_ioctl=no
ac_cv_lib_otf_OTF_get_variation_glyphs=yes
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=no
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_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=/usr/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=mawk
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_make_make_set=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_tputs=-lncurses
ac_cv_struct_st_dm_mode=no
ac_cv_struct_tm=time.h
ac_cv_sys_file_offset_bits=64
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_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
emacs_cv_attribute_aligned=yes
emacs_cv_c_restrict_arr=yes
emacs_cv_func___builtin_unwind_init=yes
emacs_cv_gettimeofday_two_arguments=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_speed_t=yes
emacs_cv_struct_exception=yes
emacs_cv_struct_timeval=yes
emacs_cv_struct_utimbuf=yes
emacs_cv_var___after_morecore_hook=yes
emacs_cv_void_star=yes
emacs_cv_x11_toolkit_version_6=yes
emacs_cv_x11_version_6=yes
emacs_cv_xaw3d=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_getopt_gnu=no
gl_cv_func_getopt_posix=yes
gl_cv_func_lstat_dereferences_slashed_symlink=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_symlink_works=yes
gl_cv_func_va_copy=yes
gl_cv_func_working_mktime=yes
gl_cv_have_include_next=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_stat_h='<sys/stat.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_sys_struct_timespec_in_time_h=yes
gl_cv_time_r_posix=yes
gl_cv_type_sigset_t=yes
gt_cv_c_wchar_t=yes
gt_cv_ssize_t=yes

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

ACLOCAL='${SHELL} /home/thierry/download/emacs-bzr/trunk/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='${SHELL} /home/thierry/download/emacs-bzr/trunk/build-aux/missing --run tar'
APPLE_UNIVERSAL_BUILD='0'
AR='ar'
ARFLAGS='cru'
AUTOCONF='${SHELL} /home/thierry/download/emacs-bzr/trunk/build-aux/missing --run autoconf'
AUTOHEADER='${SHELL} /home/thierry/download/emacs-bzr/trunk/build-aux/missing --run autoheader'
AUTOMAKE='${SHELL} /home/thierry/download/emacs-bzr/trunk/build-aux/missing --run automake-1.11'
AWK='mawk'
BITSIZEOF_PTRDIFF_T=''
BITSIZEOF_SIG_ATOMIC_T=''
BITSIZEOF_SIZE_T=''
BITSIZEOF_WCHAR_T=''
BITSIZEOF_WINT_T=''
BLESSMAIL_TARGET='need-blessmail'
CANNOT_DUMP='no'
CC='gcc -std=gnu99'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CFLAGS_SOUND=' -I/usr/include/alsa  '
COM_ERRLIB=''
CPP='gcc -E'
CPPFLAGS='  '
CRT_DIR='/usr/lib/gcc/i686-linux-gnu/4.6.1/../../../i386-linux-gnu'
CRYPTOLIB=''
CYGPATH_W='echo'
CYGWIN_OBJ=''
C_SWITCH_MACHINE=''
C_SWITCH_SYSTEM=''
C_SWITCH_X_SITE=' -I/usr/include/freetype2  '
C_SWITCH_X_SYSTEM=''
C_WARNINGS_SWITCH='-Wimplicit-function-declaration -Wold-style-definition -Wdeclaration-after-statement '
DBUS_CFLAGS='-I/usr/include/dbus-1.0 -I/usr/lib/i386-linux-gnu/dbus-1.0/include  '
DBUS_LIBS='-ldbus-1 -lpthread -lrt  '
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'
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=''
GCONF_LIBS=''
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_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='0'
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_GETS='1'
GNULIB_GETSUBOPT='0'
GNULIB_GETUSERSHELL='0'
GNULIB_GRANTPT='0'
GNULIB_GROUP_MEMBER='0'
GNULIB_IMAXABS='0'
GNULIB_IMAXDIV='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_PREAD='0'
GNULIB_PRINTF='1'
GNULIB_PRINTF_POSIX='0'
GNULIB_PTHREAD_SIGMASK='1'
GNULIB_PTSNAME='0'
GNULIB_PUTC='1'
GNULIB_PUTCHAR='1'
GNULIB_PUTENV='0'
GNULIB_PUTS='1'
GNULIB_PWRITE='0'
GNULIB_RAISE='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_SETENV='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_GETOPT='1'
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_WCTOMB='0'
GNULIB_WRITE='0'
GNULIB__EXIT='0'
GNU_OBJC_CFLAGS=''
GREP='/bin/grep'
GSETTINGS_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include  '
GSETTINGS_LIBS='-pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
GTK_CFLAGS=''
GTK_LIBS=''
GTK_OBJ=''
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='0'
HAVE_DECL_OBSTACK_PRINTF='1'
HAVE_DECL_SETENV='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_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_SIGNALBLOCKING='1'
HAVE_PREAD='1'
HAVE_PTHREAD_SIGMASK='1'
HAVE_PTSNAME='1'
HAVE_PWRITE='1'
HAVE_RAISE='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_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_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_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_XSERVER=''
HAVE__BOOL='1'
HAVE__EXIT='1'
IMAGEMAGICK_CFLAGS=''
IMAGEMAGICK_LIBS=''
INCLUDE_NEXT='include_next'
INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INFO='/usr/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_AUX)'
LD_SWITCH_X_SITE=''
LD_SWITCH_X_SITE_AUX=''
LD_SWITCH_X_SITE_AUX_RPATH=''
LIBGIF='-lgif'
LIBGNUTLS_CFLAGS=''
LIBGNUTLS_LIBS=''
LIBGNU_LIBDEPS=''
LIBGNU_LTLIBDEPS=''
LIBGPM='-lgpm'
LIBHESIOD=''
LIBINTL=''
LIBJPEG='-ljpeg'
LIBOBJS=''
LIBOTF_CFLAGS='-I/usr/include/freetype2  '
LIBOTF_LIBS='-lz -lotf -lfreetype  '
LIBPNG='-lpng -lz -lm'
LIBRESOLV=''
LIBS='-lncurses -llockfile -lm -lxml2   -lXrender -lXft   -lXext -lXmu -lXt -lSM -lICE  -lX11 -lpthread   -ldbus-1 -lpthread -lrt  '
LIBSELINUX_LIBS=''
LIBSOUND=' -lasound  '
LIBS_MAIL='-llockfile'
LIBS_SYSTEM=''
LIBS_TERMCAP='-lncurses'
LIBTIFF='-ltiff'
LIBXMENU='$(OLDXMENU)'
LIBXML2_CFLAGS='-I/usr/include/libxml2  '
LIBXML2_LIBS='-lxml2  '
LIBXMU='-lXmu'
LIBXPM='-lXpm'
LIBXSM='-lSM -lICE'
LIBXTR6='-lSM -lICE'
LIBXT_OTHER='$(LIBXMU) -lXt $(LIBXTR6) -lXext'
LIBX_OTHER='$(LIBXT) $(LIBX_EXTRA)'
LIB_GCC=''
LIB_MATH='-lm'
LIB_PTHREAD='-lpthread'
LIB_PTHREAD_SIGMASK=''
LIB_STANDARD='-lgcc -lc -lgcc $(CRT_DIR)/crtn.o'
LTLIBINTL=''
LTLIBOBJS=''
M17N_FLT_CFLAGS=' '
M17N_FLT_LIBS='-lm17n-flt -lm17n-core  '
MAINT=''
MAKEINFO='/usr/bin/makeinfo'
MKDEPDIR='test -d ${DEPDIR} || mkdir ${DEPDIR} || test -d ${DEPDIR}'
MKDIR_P='/bin/mkdir -p'
M_FILE=''
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_STAT_H='<sys/stat.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_STAT_H='<sys/stat.h>'
NEXT_TIME_H='<time.h>'
NEXT_UNISTD_H='<unistd.h>'
NS_OBJ=''
NS_OBJC_OBJ=''
OBJEXT='o'
OLDXMENU='${lwlibdir}/liblw.a'
OLDXMENU_DEPS='${OLDXMENU} ../src/${OLDXMENU}'
OLDXMENU_TARGET='really-lwlib'
OTHER_FILES=''
PACKAGE='emacs'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='emacs'
PACKAGE_STRING='emacs 24.0.92'
PACKAGE_TARNAME='emacs'
PACKAGE_URL=''
PACKAGE_VERSION='24.0.92'
PATH_SEPARATOR=':'
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_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_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_PTHREAD_SIGMASK='0'
REPLACE_PUTENV='0'
REPLACE_PWRITE='0'
REPLACE_RAISE='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_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_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=''
RSVG_LIBS=''
SETTINGS_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/i386-linux-gnu/glib-2.0/include  '
SETTINGS_LIBS='-pthread -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0  '
SET_MAKE=''
SHELL='/bin/bash'
SIG_ATOMIC_T_SUFFIX=''
SIZE_T_SUFFIX=''
START_FILES='pre-crt0.o $(CRT_DIR)/crt1.o $(CRT_DIR)/crti.o'
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)/test/automated/Makefile.in'
SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0'
S_FILE='$(srcdir)/s/gnu-linux.h'
TEMACS_LDFLAGS2='${LDFLAGS}'
TERMCAP_OBJ='terminfo.o'
TIME_H_DEFINES_STRUCT_TIMESPEC='1'
TOOLKIT_LIBW='-lXaw3d'
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.0.92'
VMLIMIT_OBJ='vm-limit.o'
WCHAR_T_SUFFIX=''
WIDGET_OBJ='widget.o'
WINT_T_SUFFIX=''
XFT_CFLAGS='-I/usr/include/freetype2  '
XFT_LIBS='-lXrender -lXft  '
XMENU_OBJ='xmenu.o'
XMKMF=''
XOBJ='xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o xsettings.o xgselect.o'
X_TOOLKIT_TYPE='LUCID'
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
archlibdir='${libexecdir}/emacs/${version}/${configuration}'
bindir='${exec_prefix}/bin'
bitmapdir='/usr/include/X11/bitmaps'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cache_file='/dev/null'
canonical='i686-pc-linux-gnu'
configuration='i686-pc-linux-gnu'
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_sigprocmask_FALSE=''
gl_GNULIB_ENABLED_sigprocmask_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'
gl_LTLIBOBJS=' getopt.lo getopt1.lo'
gltests_LIBOBJS=''
gltests_LTLIBOBJS=''
gltests_WITNESS='IN_EMACS_GNULIB_TESTS'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/thierry/download/emacs-bzr/trunk/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
liblockfile=''
lispdir='${datadir}/emacs/${version}/lisp'
lisppath='${locallisppath}:${lispdir}:${datadir}/emacs/${version}/leim'
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=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='/home/thierry/download/emacs-bzr/trunk'
sysconfdir='${prefix}/etc'
target_alias=''
version='24.0.92'
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/thierry/download/emacs-bzr/trunk/src/autodeps.mk'
lisp_frag='/home/thierry/download/emacs-bzr/trunk/src/lisp.mk'
ns_frag='/dev/null'

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

/* confdefs.h */
#define PACKAGE_NAME "emacs"
#define PACKAGE_TARNAME "emacs"
#define PACKAGE_VERSION "24.0.92"
#define PACKAGE_STRING "emacs 24.0.92"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "emacs"
#define VERSION "24.0.92"
#define MAIL_USE_POP 1
#define SYNC_INPUT 1
#define WIDE_EMACS_INT 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 _FILE_OFFSET_BITS 64
#define _FILE_OFFSET_BITS 64
#define HAVE_SYS_SOUNDCARD_H 1
#define HAVE_ALSA 1
#define HAVE_SOUND 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 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_MMAN_H 1
#define HAVE_SYS_VLIMIT_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_LOCALE_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_PERSONALITY_LINUX32 1
#define HAVE_TERM_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_DECL_SYS_SIGLIST 0
#define HAVE_DECL___SYS_SIGLIST 0
#define HAVE_SYS_WAIT_H 1
#define HAVE_STRUCT_UTIMBUF 1
#define HAVE_SPEED_T 1
#define HAVE_TIMEVAL 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NET_IF_H 1
#define HAVE_IFADDRS_H 1
#define HAVE_GETIFADDRS 1
#define HAVE_FREEIFADDRS 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 PROTOTYPES 1
#define __PROTOTYPES 1
#define POINTER_TYPE void
#define HAVE_ATTRIBUTE_ALIGNED 1
#define HAVE_LONG_FILE_NAMES 1
#define DOUG_LEA_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETOPT_H 1
#define HAVE_WCHAR_H 1
#define HAVE_STDINT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_PTHREAD_H 1
#define HAVE_PTHREAD 1
#define HAVE_XKBGETKEYBOARD 1
#define HAVE_XRMSETDATABASE 1
#define HAVE_XSCREENRESOURCESTRING 1
#define HAVE_XSCREENNUMBEROFSCREEN 1
#define HAVE_XSETWMPROTOCOLS 1
#define HAVE_X11R6 1
#define HAVE_X_I18N 1
#define HAVE_X11R6_XIM 1
#define HAVE_DBUS 1
#define HAVE_DBUS_WATCH_GET_UNIX_FD 1
#define HAVE_GSETTINGS 1
#define HAVE_XAW3D 1
#define HAVE_X11XTR6 1
#define HAVE_LIBXMU 1
#define HAVE_LIBXEXT 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_LIBOTF 1
#define HAVE_OTF_GET_VARIATION_GLYPHS 1
#define HAVE_M17N_FLT 1
#define HAVE_XPM 1
#define HAVE_JPEG 1
#define HAVE_JPEG 1
#define HAVE_PNG_H 1
#define HAVE_LIBPNG_PNG_H 1
#define HAVE_PNG 1
#define HAVE_TIFF 1
#define HAVE_GIF 1
#define HAVE_GPM 1
#define HAVE_X_SM 1
#define HAVE_LIBXML2 1
#define HAVE_H_ERRNO 1
#define HAVE_LIBM 1
#define HAVE_LIBLOCKFILE 1
#define HAVE_TOUCHLOCK 1
#define HAVE_MAILLOCK_H 1
#define HAVE_GETHOSTNAME 1
#define HAVE_GETDOMAINNAME 1
#define HAVE_RENAME 1
#define HAVE_CLOSEDIR 1
#define HAVE_MKDIR 1
#define HAVE_RMDIR 1
#define HAVE_SYSINFO 1
#define HAVE_GETRUSAGE 1
#define HAVE_GET_CURRENT_DIR_NAME 1
#define HAVE_RANDOM 1
#define HAVE_LRAND48 1
#define HAVE_LOGB 1
#define HAVE_FREXP 1
#define HAVE_FMOD 1
#define HAVE_RINT 1
#define HAVE_CBRT 1
#define HAVE_FTIME 1
#define HAVE_SETSID 1
#define HAVE_STRERROR 1
#define HAVE_FPATHCONF 1
#define HAVE_SELECT 1
#define HAVE_EUIDACCESS 1
#define HAVE_GETPAGESIZE 1
#define HAVE_TZSET 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_GETWD 1
#define HAVE_SHUTDOWN 1
#define HAVE_GETADDRINFO 1
#define HAVE___FPENDING 1
#define HAVE_MBLEN 1
#define HAVE_MBRLEN 1
#define HAVE_MBSINIT 1
#define HAVE_STRSIGNAL 1
#define HAVE_SETITIMER 1
#define HAVE_UALARM 1
#define HAVE_SENDTO 1
#define HAVE_RECVFROM 1
#define HAVE_GETSOCKOPT 1
#define HAVE_SETSOCKOPT 1
#define HAVE_GETSOCKNAME 1
#define HAVE_GETPEERNAME 1
#define HAVE_GAI_STRERROR 1
#define HAVE_MKSTEMP 1
#define HAVE_GETLINE 1
#define HAVE_GETDELIM 1
#define HAVE_MREMAP 1
#define HAVE_FSYNC 1
#define HAVE_SYNC 1
#define HAVE_DIFFTIME 1
#define HAVE_MEMPCPY 1
#define HAVE_MBLEN 1
#define HAVE_MBRLEN 1
#define HAVE_POSIX_MEMALIGN 1
#define HAVE_CFMAKERAW 1
#define HAVE_CFSETSPEED 1
#define HAVE_COPYSIGN 1
#define HAVE___EXECUTABLE_START 1
#define HAVE___BUILTIN_UNWIND_INIT 1
#define HAVE_SYS_UN_H 1
#define HAVE_FSEEKO 1
#define GETPGRP_VOID 1
#define HAVE_GRANTPT 1
#define HAVE_GETPT 1
#define HAVE_LIBNCURSES 1
#define TERMINFO 1
#define HAVE_RES_INIT 1
#define HAVE_GETTIMEOFDAY 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 EMACS_CONFIGURATION "i686-pc-linux-gnu"
#define EMACS_CONFIG_OPTIONS " '--with-x-toolkit=lucid' '--without-rsvg' '--without-gconf' '--with-wide-int'"
#define config_opsysfile "s/gnu-linux.h"
#define HAVE_X_WINDOWS 1
#define USE_X_TOOLKIT 1
#define USE_LUCID 1
#define HAVE_X11 1
#define HAVE_MENUS 1
#define GNU_MALLOC 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define HAVE_READLINKAT 1
#define HAVE_LSTAT 1
#define HAVE_ALARM 1
#define HAVE_PTHREAD_SIGMASK 1
#define HAVE_READLINK 1
#define HAVE_TZSET 1
#define HAVE_STRTOIMAX 1
#define HAVE_STRTOUMAX 1
#define HAVE_SYMLINK 1
#define HAVE_LOCALTIME_R 1
#define HAVE_C99_STRTOLD 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 HAVE_UNSIGNED_LONG_LONG_INT 1
#define HAVE_LONG_LONG_INT 1
#define GL_TRIGGER_STDC_LIMIT_MACROS 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 restrict __restrict
#define HAVE_DECL_LOCALTIME_R 0
#define HAVE_ALLOCA 1
#define HAVE_DUP2 1
#define __GETOPT_PREFIX rpl_
#define my_strftime nstrftime
#define HAVE_WINDOW_SYSTEM 1
#define HAVE_MOUSE 1

configure: exit 0

[-- Attachment #3: Type: text/plain, Size: 84 bytes --]



-- 
  Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 

  reply	other threads:[~2011-12-09 17:36 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-06  9:28 bug#10230: 24.0.92; Warnings on emacs startup thierry
2011-12-06 11:26 ` Jan D.
2011-12-06 13:26   ` Thierry Volpiatto
2011-12-06 14:48   ` Thierry Volpiatto
2011-12-06 20:37     ` Jan Djärv
2011-12-06 22:38       ` Thierry Volpiatto
2011-12-07  3:38         ` Jan Djärv
2011-12-09 16:30         ` Jan Djärv
2011-12-09 17:36           ` Thierry Volpiatto [this message]
2011-12-10 12:39             ` Jan Djärv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y5ullk99.fsf@gmail.com \
    --to=thierry.volpiatto@gmail.com \
    --cc=10230@debbugs.gnu.org \
    --cc=jan.h.d@swipnet.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.