The build took 00h 01m 31s and was SUCCESSFUL.
The program in this build is written in the following languages, according to sloccount:
SLOC | Language |
---|---|
1,008 |
ansic |
27 |
makefile |
1,035 |
total |
The process tree of the build process is here.
To avoid scrolling, you may jump to the last line of the
invocation of makepkg
that was used to build this
package.
Removed vanilla repositories from pacman.conf and added:
Copied permanent toolchain into container-local sysroot
/toolchain_root/arm-linux-androideabi --> /sysroot/arm-linux-androideabi
/toolchain_root/COPYING3.LIB --> /sysroot/COPYING3.LIB
/toolchain_root/sysroot --> /sysroot/sysroot
/toolchain_root/COPYING.RUNTIME --> /sysroot/COPYING.RUNTIME
/toolchain_root/lib --> /sysroot/lib
/toolchain_root/SOURCES --> /sysroot/SOURCES
/toolchain_root/lib64 --> /sysroot/lib64
/toolchain_root/share --> /sysroot/share
/toolchain_root/bin --> /sysroot/bin
/toolchain_root/COPYING --> /sysroot/COPYING
/toolchain_root/COPYING3 --> /sysroot/COPYING3
/toolchain_root/COPYING.LIB --> /sysroot/COPYING.LIB
/toolchain_root/include --> /sysroot/include
/toolchain_root/libexec --> /sysroot/libexec
CMD: sudo -u tuscan PATH=/sysroot/bin:/sysroot/libexec/gcc/arm-linux-androideabi/4.8:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=arm-linux-androideabi-gcc CXX=arm-linux-androideabi-g++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
==> Making package: dtach 0.8-6 (Tue Apr 4 19:59:26 UTC 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-linux-androideabi-gcc accepts -g... yes
checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
checking for grep that handles long lines and -e... /usr/sbin/grep
checking for egrep... /usr/sbin/grep -E
checking whether arm-linux-androideabi-gcc needs -traditional... no
checking for openpty in -lutil... no
checking for socket in -lsocket... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking pty.h usability... no
checking pty.h presence... no
checking for pty.h... no
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking util.h usability... yes
checking util.h presence... yes
checking for util.h... yes
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking stropts.h usability... no
checking stropts.h presence... no
checking for stropts.h... no
checking whether time.h and sys/time.h may both be included... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking return type of signal handlers... void
checking for atexit... yes
checking for dup2... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strerror... yes
checking for openpty... no
checking for forkpty... no
checking for ptsname... yes
checking for grantpt... yes
checking for unlockpt... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
arm-linux-androideabi-gcc -W -Wall -I. -c -o attach.o attach.c
arm-linux-androideabi-gcc -W -Wall -I. -c -o master.o master.c
arm-linux-androideabi-gcc -W -Wall -I. -c -o main.o main.c
master.c: In function 'forkpty':
master.c:654:7: warning: unused variable 'fd' [-Wunused-variable]
int fd;
^
master.c:653:9: warning: variable 'buf' set but not used [-Wunused-but-set-variable]
char *buf;
^
master.c: In function 'openpty':
master.c:604:6: warning: call to 'ptsname' declared with attribute warning: ptsname is not thread-safe; use ptsname_r instead [enabled by default]
buf = ptsname(master);
^
arm-linux-androideabi-gcc -o dtach attach.o master.o main.o
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
-> Removing doc files...
-> Purging unwanted files...
==> Checking for packaging issue...
==> Creating package "dtach"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
error: invalid option '--noprogressbar'
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: dtach 0.8-6 (Tue Apr 4 19:59:32 UTC 2017)
CMD: pacman --query --file dtach-0.8-6-x86_64.pkg.tar.xz
Creating hybrid package for 'dtach'
Trying to find vanilla package 'dtach'...
CMD: pacman --query --file /mirror/dtach-0.8-6.pkg.tar.xz
Package file has the following structure:
Generating .MTREE
CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr
Tar-ing up files
CMD: bsdtar -cf - .PKGINFO usr .MTREE
CMD: xz -c -z
Successfully ran bsdtar -cf - .PKGINFO usr .MTREE | xz -c -z
CMD: bsdtar -tqf dtach.pkg.tar.xz .PKGINFO
Created package at path /var/cache/pacman/pkg/dtach.pkg.tar.xz
Attempting to access local repository, attempt 1
CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/dtach.pkg.tar.xz
==> Extracting database to a temporary location...
==> Extracting database to a temporary location...
==> Adding package '/var/cache/pacman/pkg/dtach.pkg.tar.xz'
-> Computing checksums...
-> Creating 'desc' db entry...
-> Creating 'files' db entry...
==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'
Printing config logfiles
CMD: config logfiles '/tmp/dtach/src/dtach-0.8/config.log'
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by dtach configure 0.8, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure --build=x86_64-unknown-linux --host=arm-linux-androideabi --prefix=/usr
## --------- ##
## Platform. ##
## --------- ##
hostname = 297d80d8feb9
uname -m = x86_64
uname -r = 4.10.6-1-ARCH
uname -s = Linux
uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
/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: /sysroot/bin
PATH: /sysroot/libexec/gcc/arm-linux-androideabi/4.8
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1699: checking for arm-linux-androideabi-gcc
configure:1726: result: arm-linux-androideabi-gcc
configure:2004: checking for C compiler version
configure:2011: arm-linux-androideabi-gcc --version >&5
arm-linux-androideabi-gcc (GCC) 4.8
Copyright (C) 2013 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:2014: $? = 0
configure:2021: arm-linux-androideabi-gcc -v >&5
Using built-in specs.
COLLECT_GCC=arm-linux-androideabi-gcc
COLLECT_LTO_WRAPPER=/sysroot/bin/../libexec/gcc/arm-linux-androideabi/4.8/lto-wrapper
Target: arm-linux-androideabi
Configured with: /s/ndk-toolchain/src/build/../gcc/gcc-4.8/configure --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpfr=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-mpc=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-cloog=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-isl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --with-ppl=/tmp/ndk-andrewhsieh/build/toolchain/temp-install --disable-ppl-version-check --disable-cloog-version-check --disable-isl-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/ndk-andrewhsieh/build/toolchain/prefix --with-sysroot=/tmp/ndk-andrewhsieh/build/toolchain/prefix/sysroot --with-binutils-version=2.25 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.8 --with-gdb-version=7.7 --with-python=/usr/local/google/home/andrewhsieh/mydroid/ndk/prebuilt/linux-x86_64/bin/python-config.sh --with-gxx-include-dir=/tmp/ndk-andrewhsieh/build/toolchain/prefix/include/c++/4.8 --with-bugurl=http://source.android.com/source/report-bugs.html --enable-languages=c,c++ --disable-bootstrap --enable-plugins --enable-libgomp --enable-gnu-indirect-function --disable-libsanitizer --enable-gold --enable-threads --enable-graphite=yes --with-cloog-version=0.18.0 --with-isl-version=0.11.1 --enable-eh-frame-hdr-for-static --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
Thread model: posix
gcc version 4.8 (GCC)
configure:2024: $? = 0
configure:2031: arm-linux-androideabi-gcc -V >&5
arm-linux-androideabi-gcc: error: unrecognized command line option '-V'
arm-linux-androideabi-gcc: fatal error: no input files
compilation terminated.
configure:2034: $? = 1
configure:2057: checking for C compiler default output file name
configure:2084: arm-linux-androideabi-gcc conftest.c >&5
configure:2087: $? = 0
configure:2125: result: a.out
configure:2142: checking whether the C compiler works
configure:2172: result: yes
configure:2179: checking whether we are cross compiling
configure:2181: result: yes
configure:2184: checking for suffix of executables
configure:2191: arm-linux-androideabi-gcc -o conftest conftest.c >&5
configure:2194: $? = 0
configure:2218: result:
configure:2224: checking for suffix of object files
configure:2250: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2253: $? = 0
configure:2276: result: o
configure:2280: checking whether we are using the GNU C compiler
configure:2309: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2315: $? = 0
configure:2332: result: yes
configure:2337: checking whether arm-linux-androideabi-gcc accepts -g
configure:2367: arm-linux-androideabi-gcc -c -g conftest.c >&5
configure:2373: $? = 0
configure:2472: result: yes
configure:2489: checking for arm-linux-androideabi-gcc option to accept ISO C89
configure:2563: arm-linux-androideabi-gcc -c conftest.c >&5
configure:2569: $? = 0
configure:2592: result: none needed
configure:2616: checking how to run the C preprocessor
configure:2656: arm-linux-androideabi-gcc -E conftest.c
configure:2662: $? = 0
configure:2693: arm-linux-androideabi-gcc -E conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:2699: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| /* end confdefs.h. */
| #include
configure:2732: result: arm-linux-androideabi-gcc -E
configure:2761: arm-linux-androideabi-gcc -E conftest.c
configure:2767: $? = 0
configure:2798: arm-linux-androideabi-gcc -E conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
#include
^
compilation terminated.
configure:2804: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| /* end confdefs.h. */
| #include
configure:2842: checking for grep that handles long lines and -e
configure:2916: result: /usr/sbin/grep
configure:2921: checking for egrep
configure:2999: result: /usr/sbin/grep -E
configure:3005: checking whether arm-linux-androideabi-gcc needs -traditional
configure:3047: result: no
configure:3061: checking for openpty in -lutil
configure:3096: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c -lutil >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lutil
/tmp/cc6CwK5p.o:conftest.c:function main: error: undefined reference to 'openpty'
collect2: error: ld returned 1 exit status
configure:3102: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| /* 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 openpty ();
| int
| main ()
| {
| return openpty ();
| ;
| return 0;
| }
configure:3120: result: no
configure:3132: checking for socket in -lsocket
configure:3167: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c -lsocket >&5
/sysroot/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:3173: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| /* 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 socket ();
| int
| main ()
| {
| return socket ();
| ;
| return 0;
| }
configure:3191: result: no
configure:3204: checking for ANSI C header files
configure:3234: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3240: $? = 0
configure:3368: result: yes
configure:3392: checking for sys/types.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3392: checking for sys/stat.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3392: checking for stdlib.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3392: checking for string.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3392: checking for memory.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3392: checking for strings.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3392: checking for inttypes.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3392: checking for stdint.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3392: checking for unistd.h
configure:3413: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3419: $? = 0
configure:3435: result: yes
configure:3465: checking fcntl.h usability
configure:3482: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3488: $? = 0
configure:3502: result: yes
configure:3506: checking fcntl.h presence
configure:3521: arm-linux-androideabi-gcc -E conftest.c
configure:3527: $? = 0
configure:3541: result: yes
configure:3574: checking for fcntl.h
configure:3582: result: yes
configure:3465: checking sys/select.h usability
configure:3482: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3488: $? = 0
configure:3502: result: yes
configure:3506: checking sys/select.h presence
configure:3521: arm-linux-androideabi-gcc -E conftest.c
configure:3527: $? = 0
configure:3541: result: yes
configure:3574: checking for sys/select.h
configure:3582: result: yes
configure:3465: checking sys/socket.h usability
configure:3482: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3488: $? = 0
configure:3502: result: yes
configure:3506: checking sys/socket.h presence
configure:3521: arm-linux-androideabi-gcc -E conftest.c
configure:3527: $? = 0
configure:3541: result: yes
configure:3574: checking for sys/socket.h
configure:3582: result: yes
configure:3465: checking sys/time.h usability
configure:3482: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3488: $? = 0
configure:3502: result: yes
configure:3506: checking sys/time.h presence
configure:3521: arm-linux-androideabi-gcc -E conftest.c
configure:3527: $? = 0
configure:3541: result: yes
configure:3574: checking for sys/time.h
configure:3582: result: yes
configure:3614: checking sys/ioctl.h usability
configure:3631: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3637: $? = 0
configure:3651: result: yes
configure:3655: checking sys/ioctl.h presence
configure:3670: arm-linux-androideabi-gcc -E conftest.c
configure:3676: $? = 0
configure:3690: result: yes
configure:3723: checking for sys/ioctl.h
configure:3731: result: yes
configure:3614: checking sys/resource.h usability
configure:3631: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3637: $? = 0
configure:3651: result: yes
configure:3655: checking sys/resource.h presence
configure:3670: arm-linux-androideabi-gcc -E conftest.c
configure:3676: $? = 0
configure:3690: result: yes
configure:3723: checking for sys/resource.h
configure:3731: result: yes
configure:3614: checking pty.h usability
configure:3631: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
conftest.c:57:17: fatal error: pty.h: No such file or directory
#include
^
compilation terminated.
configure:3637: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:3651: result: no
configure:3655: checking pty.h presence
configure:3670: arm-linux-androideabi-gcc -E conftest.c
conftest.c:24:17: fatal error: pty.h: No such file or directory
#include
^
compilation terminated.
configure:3676: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #include
configure:3690: result: no
configure:3723: checking for pty.h
configure:3731: result: no
configure:3614: checking termios.h usability
configure:3631: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3637: $? = 0
configure:3651: result: yes
configure:3655: checking termios.h presence
configure:3670: arm-linux-androideabi-gcc -E conftest.c
configure:3676: $? = 0
configure:3690: result: yes
configure:3723: checking for termios.h
configure:3731: result: yes
configure:3614: checking util.h usability
configure:3631: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3637: $? = 0
configure:3651: result: yes
configure:3655: checking util.h presence
configure:3670: arm-linux-androideabi-gcc -E conftest.c
configure:3676: $? = 0
configure:3690: result: yes
configure:3723: checking for util.h
configure:3731: result: yes
configure:3760: checking libutil.h usability
configure:3777: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
conftest.c:59:21: fatal error: libutil.h: No such file or directory
#include
^
compilation terminated.
configure:3783: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:3797: result: no
configure:3801: checking libutil.h presence
configure:3816: arm-linux-androideabi-gcc -E conftest.c
conftest.c:26:21: fatal error: libutil.h: No such file or directory
#include
^
compilation terminated.
configure:3822: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include
configure:3836: result: no
configure:3869: checking for libutil.h
configure:3877: result: no
configure:3760: checking stropts.h usability
configure:3777: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
conftest.c:59:21: fatal error: stropts.h: No such file or directory
#include
^
compilation terminated.
configure:3783: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include
| #ifdef HAVE_SYS_TYPES_H
| # include
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include
| #endif
| #ifdef STDC_HEADERS
| # include
| # include
| #else
| # ifdef HAVE_STDLIB_H
| # include
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include
| # endif
| # include
| #endif
| #ifdef HAVE_STRINGS_H
| # include
| #endif
| #ifdef HAVE_INTTYPES_H
| # include
| #endif
| #ifdef HAVE_STDINT_H
| # include
| #endif
| #ifdef HAVE_UNISTD_H
| # include
| #endif
| #include
configure:3797: result: no
configure:3801: checking stropts.h presence
configure:3816: arm-linux-androideabi-gcc -E conftest.c
conftest.c:26:21: fatal error: stropts.h: No such file or directory
#include
^
compilation terminated.
configure:3822: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIL_H 1
| /* end confdefs.h. */
| #include
configure:3836: result: no
configure:3869: checking for stropts.h
configure:3877: result: no
configure:3890: checking whether time.h and sys/time.h may both be included
configure:3920: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:3926: $? = 0
configure:3941: result: yes
configure:3953: checking for an ANSI C-conforming const
configure:4028: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:56:7: warning: 't' is used uninitialized in this function [-Wuninitialized]
*t++ = 0;
^
conftest.c:72:23: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]
struct s *b; b->j = 5;
^
configure:4034: $? = 0
configure:4049: result: yes
configure:4059: checking for pid_t
configure:4089: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
configure:4095: $? = 0
configure:4110: result: yes
configure:4124: checking return type of signal handlers
configure:4152: arm-linux-androideabi-gcc -c -W -Wall conftest.c >&5
conftest.c: In function 'main':
conftest.c:33:1: error: void value not ignored as it ought to be
return *(signal (0, 0)) (0) == 1;
^
configure:4158: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIL_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h. */
| #include
| #include
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
| ;
| return 0;
| }
configure:4173: result: void
configure:4187: checking for atexit
configure:4243: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
configure:4249: $? = 0
configure:4267: result: yes
configure:4187: checking for dup2
configure:4243: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
configure:4249: $? = 0
configure:4267: result: yes
configure:4187: checking for memset
configure:4243: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
conftest.c:53:6: warning: conflicting types for built-in function 'memset' [enabled by default]
char memset ();
^
configure:4249: $? = 0
configure:4267: result: yes
configure:4283: checking for select
configure:4339: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
configure:4345: $? = 0
configure:4363: result: yes
configure:4283: checking for socket
configure:4339: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
configure:4345: $? = 0
configure:4363: result: yes
configure:4283: checking for strerror
configure:4339: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
configure:4345: $? = 0
configure:4363: result: yes
configure:4381: checking for openpty
configure:4437: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
/tmp/cciTY6kk.o:conftest.c:function main: error: undefined reference to 'openpty'
collect2: error: ld returned 1 exit status
configure:4443: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define openpty to an innocuous variant, in case declares openpty.
| For example, HP-UX 11i declares gettimeofday. */
| #define openpty innocuous_openpty
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char openpty (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef openpty
|
| /* 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 openpty ();
| /* 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_openpty || defined __stub___openpty
| choke me
| #endif
|
| int
| main ()
| {
| return openpty ();
| ;
| return 0;
| }
configure:4461: result: no
configure:4381: checking for forkpty
configure:4437: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
/tmp/ccq7JWjO.o:conftest.c:function main: error: undefined reference to 'forkpty'
collect2: error: ld returned 1 exit status
configure:4443: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "dtach"
| #define PACKAGE_TARNAME "dtach"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "dtach 0.8"
| #define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UTIL_H 1
| #define TIME_WITH_SYS_TIME 1
| #define RETSIGTYPE void
| #define HAVE_ATEXIT 1
| #define HAVE_DUP2 1
| #define HAVE_MEMSET 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_STRERROR 1
| /* end confdefs.h. */
| /* Define forkpty to an innocuous variant, in case declares forkpty.
| For example, HP-UX 11i declares gettimeofday. */
| #define forkpty innocuous_forkpty
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char forkpty (); below.
| Prefer to if __STDC__ is defined, since
| exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include
| #else
| # include
| #endif
|
| #undef forkpty
|
| /* 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 forkpty ();
| /* 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_forkpty || defined __stub___forkpty
| choke me
| #endif
|
| int
| main ()
| {
| return forkpty ();
| ;
| return 0;
| }
configure:4461: result: no
configure:4381: checking for ptsname
configure:4437: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
configure:4443: $? = 0
configure:4461: result: yes
configure:4381: checking for grantpt
configure:4437: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
configure:4443: $? = 0
configure:4461: result: yes
configure:4381: checking for unlockpt
configure:4437: arm-linux-androideabi-gcc -o conftest -W -Wall conftest.c >&5
configure:4443: $? = 0
configure:4461: result: yes
configure:4574: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by dtach config.status 0.8, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on 297d80d8feb9
config.status:591: creating Makefile
config.status:591: creating config.h
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=arm-linux-androideabi-gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=arm-linux-androideabi
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_atexit=yes
ac_cv_func_dup2=yes
ac_cv_func_forkpty=no
ac_cv_func_grantpt=yes
ac_cv_func_memset=yes
ac_cv_func_openpty=no
ac_cv_func_ptsname=yes
ac_cv_func_select=yes
ac_cv_func_socket=yes
ac_cv_func_strerror=yes
ac_cv_func_unlockpt=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libutil_h=no
ac_cv_header_memory_h=yes
ac_cv_header_pty_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_stropts_h=no
ac_cv_header_sys_ioctl_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_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_util_openpty=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/sbin/grep -E'
ac_cv_path_GREP=/usr/sbin/grep
ac_cv_prog_CC=arm-linux-androideabi-gcc
ac_cv_prog_CPP='arm-linux-androideabi-gcc -E'
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='arm-linux-androideabi-gcc'
CFLAGS=' -W -Wall'
CPP='arm-linux-androideabi-gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/sbin/grep -E'
EXEEXT=''
GREP='/usr/sbin/grep'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='crigler@users.sourceforge.net'
PACKAGE_NAME='dtach'
PACKAGE_STRING='dtach 0.8'
PACKAGE_TARNAME='dtach'
PACKAGE_VERSION='0.8'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC=''
bindir='${exec_prefix}/bin'
build_alias='x86_64-unknown-linux'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host_alias='arm-linux-androideabi'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "dtach"
#define PACKAGE_TARNAME "dtach"
#define PACKAGE_VERSION "0.8"
#define PACKAGE_STRING "dtach 0.8"
#define PACKAGE_BUGREPORT "crigler@users.sourceforge.net"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UTIL_H 1
#define TIME_WITH_SYS_TIME 1
#define RETSIGTYPE void
#define HAVE_ATEXIT 1
#define HAVE_DUP2 1
#define HAVE_MEMSET 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_STRERROR 1
#define HAVE_PTSNAME 1
#define HAVE_GRANTPT 1
#define HAVE_UNLOCKPT 1
configure: exit 0