Build of atftp with vanilla toolchain

The build took 00h 00m 37s and was NOT successful.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
6,789 ansic
4,682 sh
1,405 makefile
12,876 total

The process tree of the build process is here.

Log

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:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: atftp 0.7.1-1 (Wed Aug 24 13:18:45 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking for a BSD-compatible install... /usr/bin/install -c
# checking whether build environment is sane... yes
# checking for x86_64-unknown-linux-strip... no
# checking for strip... strip
# checking for a thread-safe mkdir -p... /usr/sbin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking for style of include used by make... GNU
# checking dependency style of gcc... gcc3
# checking how to run the C preprocessor... gcc -E
# checking for grep that handles long lines and -e... /usr/sbin/grep
# checking for egrep... /usr/sbin/grep -E
# 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 minix/config.h usability... no
# checking minix/config.h presence... no
# checking for minix/config.h... no
# checking whether it is safe to define __EXTENSIONS__... yes
# checking whether make sets $(MAKE)... (cached) yes
# checking for pthread_create in -lpthread... yes
# checking for tgetent in -lreadline... no
# checking for tgetent in -lncurses... yes
# checking for readline in -lreadline... yes
# checking for rl_completion_matches in -lreadline... yes
# checking for pcre_version in -lpcre... yes
# checking for ANSI C header files... (cached) yes
# checking sys/time.h usability... yes
# checking sys/time.h presence... yes
# checking for sys/time.h... yes
# checking for sys/types.h... (cached) yes
# checking sys/socket.h usability... yes
# checking sys/socket.h presence... yes
# checking for sys/socket.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking arpa/tftp.h usability... yes
# checking arpa/tftp.h presence... yes
# checking for arpa/tftp.h... yes
# checking getopt.h usability... yes
# checking getopt.h presence... yes
# checking for getopt.h... yes
# checking for unistd.h... (cached) yes
# checking signal.h usability... yes
# checking signal.h presence... yes
# checking for signal.h... yes
# checking pthread.h usability... yes
# checking pthread.h presence... yes
# checking for pthread.h... yes
# checking argz.h usability... yes
# checking argz.h presence... yes
# checking for argz.h... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking readline/history.h usability... yes
# checking readline/history.h presence... yes
# checking for readline/history.h... yes
# checking pcre.h usability... yes
# checking pcre.h presence... yes
# checking for pcre.h... yes
# checking for an ANSI C-conforming const... yes
# checking for size_t... yes
# checking whether time.h and sys/time.h may both be included... yes
# checking return type of signal handlers... void
# checking for strchr... yes
# checking for memcpy... yes
# checking for strstr... yes
# checking for strcmp... yes
# checking for strncmp... yes
# checking for strncpy... yes
# checking for strlen... yes
# checking for strncasecmp... yes
# checking for strcasecmp... yes
# checking for strncmp... (cached) yes
# checking for socket... yes
# checking for gethostbyname... yes
# checking for gethostbyname_r... yes
# checking for gethostbyaddr... yes
# checking that generated files are newer than configure... done
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating test/Makefile
# config.status: creating redhat/atftp.spec
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing default-1 commands
# make all-recursive
# make[1]: Entering directory '/tmp/atftp/src/atftp-0.7.1'
# Making all in .
# make[2]: Entering directory '/tmp/atftp/src/atftp-0.7.1'
# gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT tftp.o -MD -MP -MF .deps/tftp.Tpo -c -o tftp.o tftp.c
# gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT tftp_io.o -MD -MP -MF .deps/tftp_io.Tpo -c -o tftp_io.o tftp_io.c
# tftp_io.c: In function 'tftp_get_packet':
# tftp_io.c:323:33: warning: passing argument 1 of 'sockaddr_get_port' from incompatible pointer type [-Wincompatible-pointer-types]
# if (sockaddr_get_port(&sa) == 0)
# ^
# In file included from tftp_io.h:22:0,
# from tftp_io.c:31:
# tftp_def.h:58:10: note: expected 'const struct sockaddr_storage *' but argument is of type 'struct sockaddr_storage **'
# uint16_t sockaddr_get_port(const struct sockaddr_storage *);
# ^~~~~~~~~~~~~~~~~
# tftp_io.c: At top level:
# tftp_def.h:53:14: warning: inline function 'Strncpy' declared but never defined
# inline char *Strncpy(char *to, const char *from, size_t size);
# ^~~~~~~
# In file included from tftp.h:22:0,
# from tftp.c:47:
# tftp_def.h:53:14: warning: inline function 'Strncpy' declared but never defined
# inline char *Strncpy(char *to, const char *from, size_t size);
# ^~~~~~~
# mv -f .deps/tftp_io.Tpo .deps/tftp_io.Po
# gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT logger.o -MD -MP -MF .deps/logger.Tpo -c -o logger.o logger.c
# mv -f .deps/logger.Tpo .deps/logger.Po
# gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT options.o -MD -MP -MF .deps/options.Tpo -c -o options.o options.c
# mv -f .deps/tftp.Tpo .deps/tftp.Po
# gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT tftp_def.o -MD -MP -MF .deps/tftp_def.Tpo -c -o tftp_def.o tftp_def.c
# In file included from options.h:20:0,
# from options.c:34:
# tftp_def.h:53:14: warning: inline function 'Strncpy' declared but never defined
# inline char *Strncpy(char *to, const char *from, size_t size);
# ^~~~~~~
# tftp_def.c:43:6: warning: excess elements in array initializer
# { "", "", 0, 0}
# ^
# tftp_def.c:43:6: note: (near initialization for 'tftp_default_options')
# tftp_def.c: In function 'timeval_diff':
# tftp_def.c:94:16: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
# else if (res->tv_usec <= 0);
# ^~
# tftp_def.c:95:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
# {
# ^
# mv -f .deps/tftp_def.Tpo .deps/tftp_def.Po
# gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT tftp_file.o -MD -MP -MF .deps/tftp_file.Tpo -c -o tftp_file.o tftp_file.c
# In file included from tftp.h:22:0,
# from tftp_file.c:31:
# tftp_def.h:53:14: warning: inline function 'Strncpy' declared but never defined
# inline char *Strncpy(char *to, const char *from, size_t size);
# ^~~~~~~
# mv -f .deps/options.Tpo .deps/options.Po
# gcc -DHAVE_CONFIG_H -I. -D_GNU_SOURCE -g -Wall -D_REENTRANT -O2 -MT argz.o -MD -MP -MF .deps/argz.Tpo -c -o argz.o argz.c
# argz.c:44:8: error: redefinition of 'argz_next'
# char * argz_next (const char *argz, size_t argz_len, const char *entry)
# ^~~~~~~~~
# In file included from argz.c:42:0:
# argz.h:196:1: note: previous definition of 'argz_next' was here
# argz_next (__const char *__argz, size_t __argz_len,
# ^~~~~~~~~
# make[2]: *** [Makefile:496: argz.o] Error 1
# make[2]: *** Waiting for unfinished jobs....
# mv -f .deps/tftp_file.Tpo .deps/tftp_file.Po
# make[2]: Leaving directory '/tmp/atftp/src/atftp-0.7.1'
# make[1]: *** [Makefile:602: all-recursive] Error 1
# make[1]: Leaving directory '/tmp/atftp/src/atftp-0.7.1'
# make: *** [Makefile:331: all] Error 2
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/atftp/src/atftp-0.7.1/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 configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr --mandir=/usr/share/man --sbindir=/usr/bin --enable-libreadline --disable-libwrap
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 9a8a0fb83654
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /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: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2255: checking for a BSD-compatible install
# configure:2323: result: /usr/bin/install -c
# configure:2334: checking whether build environment is sane
# configure:2389: result: yes
# configure:2448: checking for x86_64-unknown-linux-strip
# configure:2478: result: no
# configure:2488: checking for strip
# configure:2504: found /usr/sbin/strip
# configure:2515: result: strip
# configure:2540: checking for a thread-safe mkdir -p
# configure:2579: result: /usr/sbin/mkdir -p
# configure:2586: checking for gawk
# configure:2602: found /usr/sbin/gawk
# configure:2613: result: gawk
# configure:2624: checking whether make sets $(MAKE)
# configure:2646: result: yes
# configure:2744: checking build system type
# configure:2758: result: x86_64-unknown-linux-gnu
# configure:2778: checking host system type
# configure:2791: result: x86_64-unknown-linux-gnu
# configure:2877: checking for x86_64-unknown-linux-gcc
# configure:2907: result: no
# configure:2917: checking for gcc
# configure:2933: found /usr/sbin/gcc
# configure:2944: result: gcc
# configure:3173: checking for C compiler version
# configure:3182: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 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:3193: $? = 0
# configure:3182: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:3193: $? = 0
# configure:3182: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:3193: $? = 1
# configure:3182: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:3193: $? = 1
# configure:3213: checking whether the C compiler works
# configure:3235: gcc conftest.c >&5
# configure:3239: $? = 0
# configure:3287: result: yes
# configure:3290: checking for C compiler default output file name
# configure:3292: result: a.out
# configure:3298: checking for suffix of executables
# configure:3305: gcc -o conftest conftest.c >&5
# configure:3309: $? = 0
# configure:3331: result:
# configure:3353: checking whether we are cross compiling
# configure:3361: gcc -o conftest conftest.c >&5
# configure:3365: $? = 0
# configure:3372: ./conftest
# configure:3376: $? = 0
# configure:3391: result: no
# configure:3396: checking for suffix of object files
# configure:3418: gcc -c conftest.c >&5
# configure:3422: $? = 0
# configure:3443: result: o
# configure:3447: checking whether we are using the GNU C compiler
# configure:3466: gcc -c conftest.c >&5
# configure:3466: $? = 0
# configure:3475: result: yes
# configure:3484: checking whether gcc accepts -g
# configure:3504: gcc -c -g conftest.c >&5
# configure:3504: $? = 0
# configure:3545: result: yes
# configure:3562: checking for gcc option to accept ISO C89
# configure:3625: gcc -c conftest.c >&5
# configure:3625: $? = 0
# configure:3638: result: none needed
# configure:3669: checking for style of include used by make
# configure:3697: result: GNU
# configure:3723: checking dependency style of gcc
# configure:3834: result: gcc3
# configure:3855: checking how to run the C preprocessor
# configure:3886: gcc -E conftest.c
# configure:3886: $? = 0
# configure:3900: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3900: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "atftp"
# | #define VERSION "0.7.1"
# | /* end confdefs.h. */
# | #include
# configure:3925: result: gcc -E
# configure:3945: gcc -E conftest.c
# configure:3945: $? = 0
# configure:3959: gcc -E conftest.c
# conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3959: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "atftp"
# | #define VERSION "0.7.1"
# | /* end confdefs.h. */
# | #include
# configure:3988: checking for grep that handles long lines and -e
# configure:4046: result: /usr/sbin/grep
# configure:4051: checking for egrep
# configure:4113: result: /usr/sbin/grep -E
# configure:4118: checking for ANSI C header files
# configure:4138: gcc -c conftest.c >&5
# configure:4138: $? = 0
# configure:4211: gcc -o conftest conftest.c >&5
# configure:4211: $? = 0
# configure:4211: ./conftest
# configure:4211: $? = 0
# configure:4222: result: yes
# configure:4235: checking for sys/types.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4235: checking for sys/stat.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4235: checking for stdlib.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4235: checking for string.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4235: checking for memory.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4235: checking for strings.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4235: checking for inttypes.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4235: checking for stdint.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4235: checking for unistd.h
# configure:4235: gcc -c conftest.c >&5
# configure:4235: $? = 0
# configure:4235: result: yes
# configure:4248: checking minix/config.h usability
# configure:4248: gcc -c conftest.c >&5
# conftest.c:54:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4248: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "atftp"
# | #define VERSION "0.7.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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
# | #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:4248: result: no
# configure:4248: checking minix/config.h presence
# configure:4248: gcc -E conftest.c
# conftest.c:21:26: fatal error: minix/config.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4248: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "atftp"
# | #define VERSION "0.7.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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
# configure:4248: result: no
# configure:4248: checking for minix/config.h
# configure:4248: result: no
# configure:4269: checking whether it is safe to define __EXTENSIONS__
# configure:4287: gcc -c conftest.c >&5
# configure:4287: $? = 0
# configure:4294: result: yes
# configure:4335: checking whether make sets $(MAKE)
# configure:4357: result: yes
# configure:4374: checking for pthread_create in -lpthread
# configure:4399: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lpthread >&5
# configure:4399: $? = 0
# configure:4408: result: yes
# configure:4419: checking for tgetent in -lreadline
# configure:4444: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lreadline >&5
# /usr/sbin/ld: /tmp/ccHPyJmj.o: undefined reference to symbol 'tgetent'
# /usr/lib/libncursesw.so.6: error adding symbols: DSO missing from command line
# collect2: error: ld returned 1 exit status
# configure:4444: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "atftp"
# | #define VERSION "0.7.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_MTFTP 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 tgetent ();
# | int
# | main ()
# | {
# | return tgetent ();
# | ;
# | return 0;
# | }
# configure:4453: result: no
# configure:4458: checking for tgetent in -lncurses
# configure:4483: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lncurses >&5
# configure:4483: $? = 0
# configure:4492: result: yes
# configure:4587: checking for readline in -lreadline
# configure:4612: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lreadline -lncurses >&5
# configure:4612: $? = 0
# configure:4621: result: yes
# configure:4635: checking for rl_completion_matches in -lreadline
# configure:4660: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lreadline -lncurses >&5
# configure:4660: $? = 0
# configure:4669: result: yes
# configure:4768: checking for pcre_version in -lpcre
# configure:4793: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c -lpcre >&5
# configure:4793: $? = 0
# configure:4802: result: yes
# configure:4814: checking for ANSI C header files
# configure:4918: result: yes
# configure:4929: checking sys/time.h usability
# configure:4929: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4929: $? = 0
# configure:4929: result: yes
# configure:4929: checking sys/time.h presence
# configure:4929: gcc -E conftest.c
# configure:4929: $? = 0
# configure:4929: result: yes
# configure:4929: checking for sys/time.h
# configure:4929: result: yes
# configure:4929: checking for sys/types.h
# configure:4929: result: yes
# configure:4929: checking sys/socket.h usability
# configure:4929: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4929: $? = 0
# configure:4929: result: yes
# configure:4929: checking sys/socket.h presence
# configure:4929: gcc -E conftest.c
# configure:4929: $? = 0
# configure:4929: result: yes
# configure:4929: checking for sys/socket.h
# configure:4929: result: yes
# configure:4942: checking arpa/inet.h usability
# configure:4942: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4942: $? = 0
# configure:4942: result: yes
# configure:4942: checking arpa/inet.h presence
# configure:4942: gcc -E conftest.c
# configure:4942: $? = 0
# configure:4942: result: yes
# configure:4942: checking for arpa/inet.h
# configure:4942: result: yes
# configure:4942: checking arpa/tftp.h usability
# configure:4942: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4942: $? = 0
# configure:4942: result: yes
# configure:4942: checking arpa/tftp.h presence
# configure:4942: gcc -E conftest.c
# configure:4942: $? = 0
# configure:4942: result: yes
# configure:4942: checking for arpa/tftp.h
# configure:4942: result: yes
# configure:4955: checking getopt.h usability
# configure:4955: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4955: $? = 0
# configure:4955: result: yes
# configure:4955: checking getopt.h presence
# configure:4955: gcc -E conftest.c
# configure:4955: $? = 0
# configure:4955: result: yes
# configure:4955: checking for getopt.h
# configure:4955: result: yes
# configure:4955: checking for unistd.h
# configure:4955: result: yes
# configure:4955: checking signal.h usability
# configure:4955: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4955: $? = 0
# configure:4955: result: yes
# configure:4955: checking signal.h presence
# configure:4955: gcc -E conftest.c
# configure:4955: $? = 0
# configure:4955: result: yes
# configure:4955: checking for signal.h
# configure:4955: result: yes
# configure:4955: checking pthread.h usability
# configure:4955: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4955: $? = 0
# configure:4955: result: yes
# configure:4955: checking pthread.h presence
# configure:4955: gcc -E conftest.c
# configure:4955: $? = 0
# configure:4955: result: yes
# configure:4955: checking for pthread.h
# configure:4955: result: yes
# configure:4955: checking argz.h usability
# configure:4955: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4955: $? = 0
# configure:4955: result: yes
# configure:4955: checking argz.h presence
# configure:4955: gcc -E conftest.c
# configure:4955: $? = 0
# configure:4955: result: yes
# configure:4955: checking for argz.h
# configure:4955: result: yes
# configure:4967: checking netdb.h usability
# configure:4967: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4967: $? = 0
# configure:4967: result: yes
# configure:4967: checking netdb.h presence
# configure:4967: gcc -E conftest.c
# configure:4967: $? = 0
# configure:4967: result: yes
# configure:4967: checking for netdb.h
# configure:4967: result: yes
# configure:4979: checking readline/readline.h usability
# configure:4979: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4979: $? = 0
# configure:4979: result: yes
# configure:4979: checking readline/readline.h presence
# configure:4979: gcc -E conftest.c
# configure:4979: $? = 0
# configure:4979: result: yes
# configure:4979: checking for readline/readline.h
# configure:4979: result: yes
# configure:4991: checking readline/history.h usability
# configure:4991: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:4991: $? = 0
# configure:4991: result: yes
# configure:4991: checking readline/history.h presence
# configure:4991: gcc -E conftest.c
# configure:4991: $? = 0
# configure:4991: result: yes
# configure:4991: checking for readline/history.h
# configure:4991: result: yes
# configure:5018: checking pcre.h usability
# configure:5018: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:5018: $? = 0
# configure:5018: result: yes
# configure:5018: checking pcre.h presence
# configure:5018: gcc -E conftest.c
# configure:5018: $? = 0
# configure:5018: result: yes
# configure:5018: checking for pcre.h
# configure:5018: result: yes
# configure:5030: checking for an ANSI C-conforming const
# configure:5096: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:5096: $? = 0
# configure:5103: result: yes
# configure:5111: checking for size_t
# configure:5111: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:5111: $? = 0
# configure:5111: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:81:21: error: expected expression before ')' token
# if (sizeof ((size_t)))
# ^
# configure:5111: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "atftp"
# | #define VERSION "0.7.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_MTFTP 1
# | #define HAVE_READLINE 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_PCRE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_TFTP_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_PCRE_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
# | int
# | main ()
# | {
# | if (sizeof ((size_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:5111: result: yes
# configure:5122: checking whether time.h and sys/time.h may both be included
# configure:5142: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:5142: $? = 0
# configure:5149: result: yes
# configure:5157: checking return type of signal handlers
# configure:5175: gcc -c -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:52:10: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ~^~~~~~~~~~~~~~~~~~
# configure:5175: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | #define PACKAGE "atftp"
# | #define VERSION "0.7.1"
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 1
# | #define HAVE_INTTYPES_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_UNISTD_H 1
# | #define __EXTENSIONS__ 1
# | #define _ALL_SOURCE 1
# | #define _GNU_SOURCE 1
# | #define _POSIX_PTHREAD_SEMANTICS 1
# | #define _TANDEM_SOURCE 1
# | #define HAVE_MTFTP 1
# | #define HAVE_READLINE 1
# | #define HAVE_RL_COMPLETION_MATCHES 1
# | #define HAVE_PCRE 1
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_SOCKET_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define HAVE_ARPA_TFTP_H 1
# | #define HAVE_GETOPT_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SIGNAL_H 1
# | #define HAVE_PTHREAD_H 1
# | #define HAVE_ARGZ_H 1
# | #define HAVE_NETDB_H 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_READLINE_HISTORY_H 1
# | #define HAVE_PCRE_H 1
# | #define TIME_WITH_SYS_TIME 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:5182: result: void
# configure:5194: checking for strchr
# configure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:70:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:5194: $? = 0
# configure:5194: result: yes
# configure:5194: checking for memcpy
# configure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:71:6: warning: conflicting types for built-in function 'memcpy'
# char memcpy ();
# ^~~~~~
# configure:5194: $? = 0
# configure:5194: result: yes
# configure:5194: checking for strstr
# configure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:72:6: warning: conflicting types for built-in function 'strstr'
# char strstr ();
# ^~~~~~
# configure:5194: $? = 0
# configure:5194: result: yes
# configure:5194: checking for strcmp
# configure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:73:6: warning: conflicting types for built-in function 'strcmp'
# char strcmp ();
# ^~~~~~
# configure:5194: $? = 0
# configure:5194: result: yes
# configure:5194: checking for strncmp
# configure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:74:6: warning: conflicting types for built-in function 'strncmp'
# char strncmp ();
# ^~~~~~~
# configure:5194: $? = 0
# configure:5194: result: yes
# configure:5194: checking for strncpy
# configure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:75:6: warning: conflicting types for built-in function 'strncpy'
# char strncpy ();
# ^~~~~~~
# configure:5194: $? = 0
# configure:5194: result: yes
# configure:5194: checking for strlen
# configure:5194: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:76:6: warning: conflicting types for built-in function 'strlen'
# char strlen ();
# ^~~~~~
# configure:5194: $? = 0
# configure:5194: result: yes
# configure:5206: checking for strncasecmp
# configure:5206: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:77:6: warning: conflicting types for built-in function 'strncasecmp'
# char strncasecmp ();
# ^~~~~~~~~~~
# configure:5206: $? = 0
# configure:5206: result: yes
# configure:5206: checking for strcasecmp
# configure:5206: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# conftest.c:78:6: warning: conflicting types for built-in function 'strcasecmp'
# char strcasecmp ();
# ^~~~~~~~~~
# configure:5206: $? = 0
# configure:5206: result: yes
# configure:5206: checking for strncmp
# configure:5206: result: yes
# configure:5218: checking for socket
# configure:5218: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:5218: $? = 0
# configure:5218: result: yes
# configure:5218: checking for gethostbyname
# configure:5218: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:5218: $? = 0
# configure:5218: result: yes
# configure:5218: checking for gethostbyname_r
# configure:5218: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:5218: $? = 0
# configure:5218: result: yes
# configure:5218: checking for gethostbyaddr
# configure:5218: gcc -o conftest -g -Wall -D_REENTRANT -O2 conftest.c >&5
# configure:5218: $? = 0
# configure:5218: result: yes
# configure:5342: checking that generated files are newer than configure
# configure:5348: result: done
# configure:5371: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 9a8a0fb83654
#
# config.status:907: creating Makefile
# config.status:907: creating test/Makefile
# config.status:907: creating redhat/atftp.spec
# config.status:907: creating config.h
# config.status:1136: executing depfiles commands
# config.status:1136: executing default-1 commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_const=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# 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=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_gethostbyaddr=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostbyname_r=yes
# ac_cv_func_memcpy=yes
# ac_cv_func_socket=yes
# ac_cv_func_strcasecmp=yes
# ac_cv_func_strchr=yes
# ac_cv_func_strcmp=yes
# ac_cv_func_strlen=yes
# ac_cv_func_strncasecmp=yes
# ac_cv_func_strncmp=yes
# ac_cv_func_strncpy=yes
# ac_cv_func_strstr=yes
# ac_cv_header_argz_h=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_arpa_tftp_h=yes
# ac_cv_header_getopt_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_pcre_h=yes
# ac_cv_header_pthread_h=yes
# ac_cv_header_readline_history_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_signal_h=yes
# 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_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_time=yes
# ac_cv_header_unistd_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_ncurses_tgetent=yes
# ac_cv_lib_pcre_pcre_version=yes
# ac_cv_lib_pthread_pthread_create=yes
# ac_cv_lib_readline_readline=yes
# ac_cv_lib_readline_rl_completion_matches=yes
# ac_cv_lib_readline_tgetent=no
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/sbin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# am_cv_CC_dependencies_compiler_type=gcc3
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run aclocal-1.12'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='$${TAR-tar}'
# AUTOCONF='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run automake-1.12'
# AWK='gawk'
# CC='gcc'
# CCDEPMODE='depmode=gcc3'
# CFLAGS='-g -Wall -D_REENTRANT -O2'
# CPP='gcc -E'
# CPPFLAGS=''
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# ISODATE='2016-08-24'
# LDFLAGS=''
# LIBOBJS=''
# LIBPCRE='-lpcre'
# LIBPTHREAD='-lpthread'
# LIBREADLINE='-lreadline'
# LIBS=''
# LIBTERMCAP='-lncurses'
# LIBWRAP=''
# LTLIBOBJS=''
# MAKEINFO='${SHELL} /tmp/atftp/src/atftp-0.7.1/missing --run makeinfo'
# MKDIR_P='/usr/sbin/mkdir -p'
# OBJEXT='o'
# PACKAGE='atftp'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PLATFORM='unknown-x86_64-linux-gnu'
# SET_MAKE=''
# SHELL='/bin/sh'
# STRIP='strip'
# VERSION='0.7.1'
# ac_ct_CC='gcc'
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__nodep='_no'
# am__quote=''
# am__tar='$${TAR-tar} chof - "$$tardir"'
# am__untar='$${TAR-tar} xf -'
# bindir='${exec_prefix}/bin'
# build='x86_64-unknown-linux-gnu'
# build_alias=''
# build_cpu='x86_64'
# build_os='linux-gnu'
# build_vendor='unknown'
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias='x86_64-unknown-linux'
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# install_sh='${SHELL} /tmp/atftp/src/atftp-0.7.1/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='/usr/share/man'
# mkdir_p='$(MKDIR_P)'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='/usr/bin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define PACKAGE "atftp"
# #define VERSION "0.7.1"
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 1
# #define HAVE_INTTYPES_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_UNISTD_H 1
# #define __EXTENSIONS__ 1
# #define _ALL_SOURCE 1
# #define _GNU_SOURCE 1
# #define _POSIX_PTHREAD_SEMANTICS 1
# #define _TANDEM_SOURCE 1
# #define HAVE_MTFTP 1
# #define HAVE_READLINE 1
# #define HAVE_RL_COMPLETION_MATCHES 1
# #define HAVE_PCRE 1
# #define STDC_HEADERS 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_SOCKET_H 1
# #define HAVE_ARPA_INET_H 1
# #define HAVE_ARPA_TFTP_H 1
# #define HAVE_GETOPT_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SIGNAL_H 1
# #define HAVE_PTHREAD_H 1
# #define HAVE_ARGZ_H 1
# #define HAVE_NETDB_H 1
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_READLINE_HISTORY_H 1
# #define HAVE_PCRE_H 1
# #define TIME_WITH_SYS_TIME 1
# #define RETSIGTYPE void
# #define HAVE_STRCHR 1
# #define HAVE_MEMCPY 1
# #define HAVE_STRSTR 1
# #define HAVE_STRCMP 1
# #define HAVE_STRNCMP 1
# #define HAVE_STRNCPY 1
# #define HAVE_STRLEN 1
# #define HAVE_STRNCASECMP 1
# #define HAVE_STRCASECMP 1
# #define HAVE_STRNCMP 1
# #define HAVE_SOCKET 1
# #define HAVE_GETHOSTBYNAME 1
# #define HAVE_GETHOSTBYNAME_R 1
# #define HAVE_GETHOSTBYADDR 1
#
# configure: exit 0