Build of rogue with vanilla toolchain

The build took 00h 00m 40s and was SUCCESSFUL.

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

SLOCLanguage
12,527 ansic
2,831 sh
139 makefile
15,497 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: rogue 5.4.4-5 (Wed Aug 24 13:09:42 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking target system type... x86_64-unknown-linux-gnu
# checking for gcc... gcc
# checking for C compiler default output file name... a.out
# checking whether the C compiler works... yes
# checking whether we are cross compiling... no
# checking for suffix of executables...
# 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 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 arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking pwd.h usability... yes
# checking pwd.h presence... yes
# checking for pwd.h... yes
# checking fcntl.h usability... yes
# checking fcntl.h presence... yes
# checking for fcntl.h... yes
# checking limits.h usability... yes
# checking limits.h presence... yes
# checking for limits.h... yes
# checking nlist.h usability... yes
# checking nlist.h presence... yes
# checking for nlist.h... yes
# checking for stdlib.h... (cached) yes
# checking for string.h... (cached) yes
# checking sys/ioctl.h usability... yes
# checking sys/ioctl.h presence... yes
# checking for sys/ioctl.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking for unistd.h... (cached) yes
# checking utmp.h usability... yes
# checking utmp.h presence... yes
# checking for utmp.h... yes
# checking term.h usability... yes
# checking term.h presence... yes
# checking for term.h... yes
# checking ncurses/term.h usability... no
# checking ncurses/term.h presence... no
# checking for ncurses/term.h... no
# checking process.h usability... no
# checking process.h presence... no
# checking for process.h... no
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for an ANSI C-conforming const... yes
# checking for uid_t in sys/types.h... yes
# checking for size_t... yes
# checking whether struct tm is in sys/time.h or time.h... time.h
# checking for working curses... yes
# checking for ESCDELAY variable... yes
# checking for pid_t... yes
# checking vfork.h usability... no
# checking vfork.h presence... no
# checking for vfork.h... no
# checking for fork... yes
# checking for vfork... yes
# checking for working fork... yes
# checking for working vfork... (cached) yes
# checking whether gcc needs -traditional... no
# checking whether lstat dereferences a symlink specified with a trailing slash... yes
# checking whether lstat accepts an empty string... no
# checking whether lstat dereferences a symlink specified with a trailing slash... (cached) yes
# checking return type of signal handlers... void
# checking whether stat accepts an empty string... no
# checking for vprintf... yes
# checking for _doprnt... no
# checking for erasechar... yes
# checking for killchar... yes
# checking for alarm... yes
# checking for getpass... yes
# checking for memset... yes
# checking for setenv... yes
# checking for strchr... yes
# checking for nlist... no
# checking for _spawnl... no
# checking for spawnl... no
# checking for getpwuid... yes
# checking for loadav... no
# checking for getloadavg... yes
# checking for strerror... yes
# checking for setresgid... yes
# checking for setregid... yes
# checking for setgid... yes
# checking for setresuid... yes
# checking for setreuid... yes
# checking for setuid... yes
# checking for getuid... yes
# checking for getgid... yes
# checking for nroff... nroff
# checking for groff... groff
# checking for colcrt... colcrt
# checking for tbl... tbl
# checking for sed... sed
# checking if using setgid execute bit... no
# checking for scoreboard file... rogue.scr
# checking for scoreboard lockfile file... rogue.lck
# checking if wizard mode is enabled... no
# checking if allscores is enabled... yes
# checking if checktime is enabled... no
# checking runtime execution limit (maximum system load average)... unlimited
# checking runtime execution limit (maximum online system users)... unlimited
# checking what the number of scores to store in scoreboard is... 10
# checking word for the number of scores to store in scoreboard is... Ten
# checking whether to use program's built in load average function... no
# checking whether to use program's built in user counting function... no
# checking whether to docdir is defined... docdir defined
# configure: creating ./config.status
# config.status: creating Makefile
# config.status: creating rogue.6
# config.status: creating rogue.cat
# config.status: creating rogue.doc
# config.status: creating rogue.html
# config.status: creating rogue.me
# config.status: creating config.h
# gcc -DHAVE_CONFIG_H -c vers.c
# gcc -DHAVE_CONFIG_H -c extern.c
# gcc -DHAVE_CONFIG_H -c armor.c
# gcc -DHAVE_CONFIG_H -c chase.c
# gcc -DHAVE_CONFIG_H -c command.c
# gcc -DHAVE_CONFIG_H -c daemon.c
# gcc -DHAVE_CONFIG_H -c daemons.c
# gcc -DHAVE_CONFIG_H -c fight.c
# gcc -DHAVE_CONFIG_H -c init.c
# gcc -DHAVE_CONFIG_H -c io.c
# gcc -DHAVE_CONFIG_H -c list.c
# gcc -DHAVE_CONFIG_H -c mach_dep.c
# gcc -DHAVE_CONFIG_H -c main.c
# gcc -DHAVE_CONFIG_H -c mdport.c
# gcc -DHAVE_CONFIG_H -c misc.c
# gcc -DHAVE_CONFIG_H -c monsters.c
# gcc -DHAVE_CONFIG_H -c move.c
# gcc -DHAVE_CONFIG_H -c new_level.c
# gcc -DHAVE_CONFIG_H -c options.c
# gcc -DHAVE_CONFIG_H -c pack.c
# gcc -DHAVE_CONFIG_H -c passages.c
# gcc -DHAVE_CONFIG_H -c potions.c
# gcc -DHAVE_CONFIG_H -c rings.c
# gcc -DHAVE_CONFIG_H -c rip.c
# gcc -DHAVE_CONFIG_H -c rooms.c
# gcc -DHAVE_CONFIG_H -c save.c
# gcc -DHAVE_CONFIG_H -c scrolls.c
# gcc -DHAVE_CONFIG_H -c state.c
# gcc -DHAVE_CONFIG_H -c sticks.c
# gcc -DHAVE_CONFIG_H -c things.c
# gcc -DHAVE_CONFIG_H -c weapons.c
# gcc -DHAVE_CONFIG_H -c wizard.c
# gcc -DHAVE_CONFIG_H -c xcrypt.c
# gcc vers.o extern.o armor.o chase.o command.o daemon.o daemons.o fight.o init.o io.o list.o mach_dep.o main.o mdport.o misc.o monsters.o move.o new_level.o options.o pack.o passages.o potions.o rings.o rip.o rooms.o save.o scrolls.o state.o sticks.o things.o weapons.o wizard.o xcrypt.o -lcurses -o rogue
# ==> Entering fakeroot environment...
# ==> Starting package()...
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "rogue"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: rogue 5.4.4-5 (Wed Aug 24 13:09:53 UTC 2016)

CMD: pacman --query --file rogue-5.4.4-5-x86_64.pkg.tar.xz
# rogue 5.4.4-5

Creating hybrid package for 'rogue'

Trying to find vanilla package 'rogue'...

CMD: pacman --query --file /mirror/rogue-5.4.4-5.pkg.tar.xz
# rogue 5.4.4-5

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/rogue
# /usr/share/man/man6/rogue.6.gz
# /usr/share/licenses/rogue/LICENSE.TXT

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 rogue.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/rogue.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/rogue.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/rogue.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/rogue/src/rogue5.4.4/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 Rogue configure 5.4.4, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# $ ./configure
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 4f42a0db3aa4
# 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:1786: checking build system type
# configure:1804: result: x86_64-unknown-linux-gnu
# configure:1826: checking host system type
# configure:1841: result: x86_64-unknown-linux-gnu
# configure:1863: checking target system type
# configure:1878: result: x86_64-unknown-linux-gnu
# configure:1956: checking for gcc
# configure:1972: found /usr/sbin/gcc
# configure:1983: result: gcc
# configure:2221: checking for C compiler version
# configure:2228: 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:2231: $? = 0
# configure:2238: 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:2241: $? = 0
# configure:2248: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2251: $? = 1
# configure:2274: checking for C compiler default output file name
# configure:2301: gcc conftest.c >&5
# configure:2304: $? = 0
# configure:2342: result: a.out
# configure:2359: checking whether the C compiler works
# configure:2369: ./a.out
# configure:2372: $? = 0
# configure:2389: result: yes
# configure:2396: checking whether we are cross compiling
# configure:2398: result: no
# configure:2401: checking for suffix of executables
# configure:2408: gcc -o conftest conftest.c >&5
# configure:2411: $? = 0
# configure:2435: result:
# configure:2441: checking for suffix of object files
# configure:2467: gcc -c conftest.c >&5
# configure:2470: $? = 0
# configure:2493: result: o
# configure:2497: checking whether we are using the GNU C compiler
# configure:2526: gcc -c conftest.c >&5
# configure:2532: $? = 0
# configure:2549: result: yes
# configure:2554: checking whether gcc accepts -g
# configure:2584: gcc -c -g conftest.c >&5
# configure:2590: $? = 0
# configure:2689: result: yes
# configure:2706: checking for gcc option to accept ISO C89
# configure:2780: gcc -c conftest.c >&5
# configure:2786: $? = 0
# configure:2809: result: none needed
# configure:2837: checking how to run the C preprocessor
# configure:2877: gcc -E conftest.c
# configure:2883: $? = 0
# configure:2914: gcc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2920: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.net"
# | /* end confdefs.h. */
# | #include
# configure:2953: result: gcc -E
# configure:2982: gcc -E conftest.c
# configure:2988: $? = 0
# configure:3019: gcc -E conftest.c
# conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3025: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.net"
# | /* end confdefs.h. */
# | #include
# configure:3063: checking for grep that handles long lines and -e
# configure:3137: result: /usr/sbin/grep
# configure:3142: checking for egrep
# configure:3220: result: /usr/sbin/grep -E
# configure:3225: checking for ANSI C header files
# configure:3255: gcc -c conftest.c >&5
# configure:3261: $? = 0
# configure:3360: gcc -o conftest conftest.c >&5
# configure:3363: $? = 0
# configure:3369: ./conftest
# configure:3372: $? = 0
# configure:3389: result: yes
# configure:3413: checking for sys/types.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3413: checking for sys/stat.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3413: checking for stdlib.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3413: checking for string.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3413: checking for memory.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3413: checking for strings.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3413: checking for inttypes.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3413: checking for stdint.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3413: checking for unistd.h
# configure:3434: gcc -c conftest.c >&5
# configure:3440: $? = 0
# configure:3456: result: yes
# configure:3497: checking arpa/inet.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking arpa/inet.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for arpa/inet.h
# configure:3614: result: yes
# configure:3497: checking sys/utsname.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking sys/utsname.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for sys/utsname.h
# configure:3614: result: yes
# configure:3497: checking pwd.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking pwd.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for pwd.h
# configure:3614: result: yes
# configure:3497: checking fcntl.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking fcntl.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for fcntl.h
# configure:3614: result: yes
# configure:3497: checking limits.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking limits.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for limits.h
# configure:3614: result: yes
# configure:3497: checking nlist.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking nlist.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for nlist.h
# configure:3614: result: yes
# configure:3487: checking for stdlib.h
# configure:3493: result: yes
# configure:3487: checking for string.h
# configure:3493: result: yes
# configure:3497: checking sys/ioctl.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking sys/ioctl.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for sys/ioctl.h
# configure:3614: result: yes
# configure:3497: checking termios.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking termios.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for termios.h
# configure:3614: result: yes
# configure:3487: checking for unistd.h
# configure:3493: result: yes
# configure:3497: checking utmp.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking utmp.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for utmp.h
# configure:3614: result: yes
# configure:3497: checking term.h usability
# configure:3514: gcc -c conftest.c >&5
# configure:3520: $? = 0
# configure:3534: result: yes
# configure:3538: checking term.h presence
# configure:3553: gcc -E conftest.c
# configure:3559: $? = 0
# configure:3573: result: yes
# configure:3606: checking for term.h
# configure:3614: result: yes
# configure:3497: checking ncurses/term.h usability
# configure:3514: gcc -c conftest.c >&5
# conftest.c:64:26: fatal error: ncurses/term.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3520: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_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:3534: result: no
# configure:3538: checking ncurses/term.h presence
# configure:3553: gcc -E conftest.c
# conftest.c:31:26: fatal error: ncurses/term.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3559: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | /* end confdefs.h. */
# | #include
# configure:3573: result: no
# configure:3606: checking for ncurses/term.h
# configure:3614: result: no
# configure:3497: checking process.h usability
# configure:3514: gcc -c conftest.c >&5
# conftest.c:64:21: fatal error: process.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3520: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_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:3534: result: no
# configure:3538: checking process.h presence
# configure:3553: gcc -E conftest.c
# conftest.c:31:21: fatal error: process.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3559: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | /* end confdefs.h. */
# | #include
# configure:3573: result: no
# configure:3606: checking for process.h
# configure:3614: result: no
# configure:3629: checking for stdbool.h that conforms to C99
# configure:3722: gcc -c conftest.c >&5
# configure:3728: $? = 0
# configure:3743: result: yes
# configure:3745: checking for _Bool
# configure:3775: gcc -c conftest.c >&5
# configure:3781: $? = 0
# configure:3796: result: yes
# configure:3815: checking for an ANSI C-conforming const
# configure:3890: gcc -c conftest.c >&5
# configure:3896: $? = 0
# configure:3911: result: yes
# configure:3921: checking for uid_t in sys/types.h
# configure:3944: result: yes
# configure:3959: checking for size_t
# configure:3989: gcc -c conftest.c >&5
# configure:3995: $? = 0
# configure:4010: result: yes
# configure:4022: checking whether struct tm is in sys/time.h or time.h
# configure:4052: gcc -c conftest.c >&5
# configure:4058: $? = 0
# configure:4073: result: time.h
# configure:4093: checking for working curses
# configure:4120: gcc -o conftest conftest.c -lcurses >&5
# configure:4126: $? = 0
# configure:4143: result: yes
# configure:4433: checking for ESCDELAY variable
# configure:4462: gcc -o conftest conftest.c -lcurses >&5
# configure:4468: $? = 0
# configure:4486: result: yes
# configure:4500: checking for pid_t
# configure:4530: gcc -c conftest.c >&5
# configure:4536: $? = 0
# configure:4551: result: yes
# configure:4578: checking vfork.h usability
# configure:4595: gcc -c conftest.c >&5
# conftest.c:68:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4601: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_ESCDELAY 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:4615: result: no
# configure:4619: checking vfork.h presence
# configure:4634: gcc -E conftest.c
# conftest.c:35:19: fatal error: vfork.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:4640: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_ESCDELAY 1
# | /* end confdefs.h. */
# | #include
# configure:4654: result: no
# configure:4687: checking for vfork.h
# configure:4695: result: no
# configure:4713: checking for fork
# configure:4769: gcc -o conftest conftest.c -lcurses >&5
# conftest.c:58:6: warning: conflicting types for built-in function 'fork'
# char fork ();
# ^~~~
# configure:4775: $? = 0
# configure:4793: result: yes
# configure:4713: checking for vfork
# configure:4769: gcc -o conftest conftest.c -lcurses >&5
# configure:4775: $? = 0
# configure:4793: result: yes
# configure:4804: checking for working fork
# configure:4836: gcc -o conftest conftest.c -lcurses >&5
# configure:4839: $? = 0
# configure:4845: ./conftest
# configure:4848: $? = 0
# configure:4864: result: yes
# configure:4885: checking for working vfork
# configure:5023: result: yes
# configure:5055: checking whether gcc needs -traditional
# configure:5097: result: no
# configure:5104: checking whether lstat dereferences a symlink specified with a trailing slash
# configure:5140: gcc -o conftest conftest.c -lcurses >&5
# configure:5143: $? = 0
# configure:5149: ./conftest
# configure:5152: $? = 0
# configure:5175: result: yes
# configure:5194: checking whether lstat accepts an empty string
# configure:5224: gcc -o conftest conftest.c -lcurses >&5
# configure:5227: $? = 0
# configure:5233: ./conftest
# configure:5236: $? = 0
# configure:5252: result: no
# configure:5268: checking whether lstat dereferences a symlink specified with a trailing slash
# configure:5339: result: yes
# configure:5358: checking return type of signal handlers
# configure:5386: gcc -c conftest.c >&5
# conftest.c: In function 'main':
# conftest.c:47:10: error: void value not ignored as it ought to be
# return *(signal (0, 0)) (0) == 1;
# ~^~~~~~~~~~~~~~~~~~
# configure:5392: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_ESCDELAY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | return *(signal (0, 0)) (0) == 1;
# | ;
# | return 0;
# | }
# configure:5407: result: void
# configure:5415: checking whether stat accepts an empty string
# configure:5445: gcc -o conftest conftest.c -lcurses >&5
# configure:5448: $? = 0
# configure:5454: ./conftest
# configure:5457: $? = 0
# configure:5473: result: no
# configure:5493: checking for vprintf
# configure:5549: gcc -o conftest conftest.c -lcurses >&5
# conftest.c:65:6: warning: conflicting types for built-in function 'vprintf'
# char vprintf ();
# ^~~~~~~
# configure:5555: $? = 0
# configure:5573: result: yes
# configure:5580: checking for _doprnt
# configure:5636: gcc -o conftest conftest.c -lcurses >&5
# /tmp/ccgqWLt9.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_doprnt'
# collect2: error: ld returned 1 exit status
# configure:5642: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_ESCDELAY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | /* end confdefs.h. */
# | /* Define _doprnt to an innocuous variant, in case declares _doprnt.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _doprnt innocuous__doprnt
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _doprnt (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _doprnt
# |
# | /* 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 _doprnt ();
# | /* 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__doprnt || defined __stub____doprnt
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _doprnt ();
# | ;
# | return 0;
# | }
# configure:5659: result: no
# configure:5698: checking for erasechar
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for killchar
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for alarm
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for getpass
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for memset
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# conftest.c:70:6: warning: conflicting types for built-in function 'memset'
# char memset ();
# ^~~~~~
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for setenv
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for strchr
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# conftest.c:72:6: warning: conflicting types for built-in function 'strchr'
# char strchr ();
# ^~~~~~
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for nlist
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# /tmp/ccyC65mt.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `nlist'
# collect2: error: ld returned 1 exit status
# configure:5760: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_ESCDELAY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_ERASECHAR 1
# | #define HAVE_KILLCHAR 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETPASS 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRCHR 1
# | /* end confdefs.h. */
# | /* Define nlist to an innocuous variant, in case declares nlist.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define nlist innocuous_nlist
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char nlist (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef nlist
# |
# | /* 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 nlist ();
# | /* 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_nlist || defined __stub___nlist
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return nlist ();
# | ;
# | return 0;
# | }
# configure:5778: result: no
# configure:5698: checking for _spawnl
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# /tmp/cclV6uNw.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `_spawnl'
# collect2: error: ld returned 1 exit status
# configure:5760: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_ESCDELAY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_ERASECHAR 1
# | #define HAVE_KILLCHAR 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETPASS 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRCHR 1
# | /* end confdefs.h. */
# | /* Define _spawnl to an innocuous variant, in case declares _spawnl.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _spawnl innocuous__spawnl
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _spawnl (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _spawnl
# |
# | /* 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 _spawnl ();
# | /* 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__spawnl || defined __stub____spawnl
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _spawnl ();
# | ;
# | return 0;
# | }
# configure:5778: result: no
# configure:5698: checking for spawnl
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# /tmp/ccNSvx1y.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `spawnl'
# collect2: error: ld returned 1 exit status
# configure:5760: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_ESCDELAY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_ERASECHAR 1
# | #define HAVE_KILLCHAR 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETPASS 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRCHR 1
# | /* end confdefs.h. */
# | /* Define spawnl to an innocuous variant, in case declares spawnl.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define spawnl innocuous_spawnl
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char spawnl (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef spawnl
# |
# | /* 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 spawnl ();
# | /* 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_spawnl || defined __stub___spawnl
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return spawnl ();
# | ;
# | return 0;
# | }
# configure:5778: result: no
# configure:5698: checking for getpwuid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for loadav
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# /tmp/cckKZh7H.o: In function `main':
# conftest.c:(.text+0xa): undefined reference to `loadav'
# collect2: error: ld returned 1 exit status
# configure:5760: $? = 1
# configure: failed program was:
# | /* confdefs.h. */
# | #define PACKAGE_NAME "Rogue"
# | #define PACKAGE_TARNAME "rogue"
# | #define PACKAGE_VERSION "5.4.4"
# | #define PACKAGE_STRING "Rogue 5.4.4"
# | #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_PWD_H 1
# | #define HAVE_FCNTL_H 1
# | #define HAVE_LIMITS_H 1
# | #define HAVE_NLIST_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_SYS_IOCTL_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_UTMP_H 1
# | #define HAVE_TERM_H 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_CURSES_H 1
# | #define HAVE_ESCDELAY 1
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# | #define RETSIGTYPE void
# | #define HAVE_VPRINTF 1
# | #define HAVE_ERASECHAR 1
# | #define HAVE_KILLCHAR 1
# | #define HAVE_ALARM 1
# | #define HAVE_GETPASS 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETENV 1
# | #define HAVE_STRCHR 1
# | #define HAVE_GETPWUID 1
# | /* end confdefs.h. */
# | /* Define loadav to an innocuous variant, in case declares loadav.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define loadav innocuous_loadav
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char loadav (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef loadav
# |
# | /* 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 loadav ();
# | /* 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_loadav || defined __stub___loadav
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return loadav ();
# | ;
# | return 0;
# | }
# configure:5778: result: no
# configure:5698: checking for getloadavg
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for strerror
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for setresgid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for setregid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for setgid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for setresuid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for setreuid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for setuid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for getuid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5698: checking for getgid
# configure:5754: gcc -o conftest conftest.c -lcurses >&5
# configure:5760: $? = 0
# configure:5778: result: yes
# configure:5791: checking for nroff
# configure:5807: found /usr/sbin/nroff
# configure:5818: result: nroff
# configure:5828: checking for groff
# configure:5844: found /usr/sbin/groff
# configure:5855: result: groff
# configure:5865: checking for colcrt
# configure:5881: found /usr/sbin/colcrt
# configure:5892: result: colcrt
# configure:5902: checking for tbl
# configure:5918: found /usr/sbin/tbl
# configure:5929: result: tbl
# configure:5939: checking for sed
# configure:5955: found /usr/sbin/sed
# configure:5966: result: sed
# configure:5991: checking if using setgid execute bit
# configure:6012: result: no
# configure:6023: checking for scoreboard file
# configure:6041: result: rogue.scr
# configure:6055: checking for scoreboard lockfile file
# configure:6073: result: rogue.lck
# configure:6087: checking if wizard mode is enabled
# configure:6093: result: no
# configure:6119: checking if allscores is enabled
# configure:6127: result: yes
# configure:6139: checking if checktime is enabled
# configure:6150: result: no
# configure:6159: checking runtime execution limit (maximum system load average)
# configure:6170: result: unlimited
# configure:6190: checking runtime execution limit (maximum online system users)
# configure:6201: result: unlimited
# configure:6221: checking what the number of scores to store in scoreboard is
# configure:6237: result: 10
# configure:6262: checking word for the number of scores to store in scoreboard is
# configure:6278: result: Ten
# configure:6303: checking whether to use program's built in load average function
# configure:6319: result: no
# configure:6344: checking whether to use program's built in user counting function
# configure:6360: result: no
# configure:6383: checking whether to docdir is defined
# configure:6391: result: docdir defined
# configure:6495: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by Rogue config.status 5.4.4, which was
# generated by GNU Autoconf 2.61. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 4f42a0db3aa4
#
# config.status:618: creating Makefile
# config.status:618: creating rogue.6
# config.status:618: creating rogue.cat
# config.status:618: creating rogue.doc
# config.status:618: creating rogue.html
# config.status:618: creating rogue.me
# config.status:618: creating config.h
#
# ## ---------------- ##
# ## 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=
# ac_cv_env_host_alias_value=
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func__doprnt=no
# ac_cv_func__spawnl=no
# ac_cv_func_alarm=yes
# ac_cv_func_erasechar=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_getgid=yes
# ac_cv_func_getloadavg=yes
# ac_cv_func_getpass=yes
# ac_cv_func_getpwuid=yes
# ac_cv_func_getuid=yes
# ac_cv_func_killchar=yes
# ac_cv_func_loadav=no
# ac_cv_func_lstat_dereferences_slashed_symlink=yes
# ac_cv_func_lstat_empty_string_bug=no
# ac_cv_func_memset=yes
# ac_cv_func_nlist=no
# ac_cv_func_setenv=yes
# ac_cv_func_setgid=yes
# ac_cv_func_setregid=yes
# ac_cv_func_setresgid=yes
# ac_cv_func_setresuid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_setuid=yes
# ac_cv_func_spawnl=no
# ac_cv_func_stat_empty_string_bug=no
# ac_cv_func_strchr=yes
# ac_cv_func_strerror=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_func_vprintf=yes
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_fcntl_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_limits_h=yes
# ac_cv_header_memory_h=yes
# ac_cv_header_ncurses_term_h=no
# ac_cv_header_nlist_h=yes
# ac_cv_header_process_h=no
# ac_cv_header_pwd_h=yes
# ac_cv_header_stdbool_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_ioctl_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_term_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_utmp_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/sbin/grep -E'
# ac_cv_path_GREP=/usr/sbin/grep
# ac_cv_prog_COLCRT=colcrt
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_GROFF=groff
# ac_cv_prog_NROFF=nroff
# ac_cv_prog_SED=sed
# ac_cv_prog_TBL=tbl
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# ac_cv_prog_gcc_traditional=no
# ac_cv_struct_tm=time.h
# ac_cv_target=x86_64-unknown-linux-gnu
# ac_cv_type__Bool=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_signal=void
# ac_cv_type_size_t=yes
# ac_cv_type_uid_t=yes
# mc_cv_ncurses_escdelay=yes
# mp_cv_curses=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS=''
# COLCRT='colcrt'
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/sbin/grep -E'
# EXEEXT=''
# GREP='/usr/sbin/grep'
# GROFF='groff'
# GROUPOWNER=''
# LDFLAGS=''
# LIBOBJS=''
# LIBS=' -lcurses'
# LOCKFILE='rogue.lck'
# LTLIBOBJS=''
# NROFF='nroff'
# OBJEXT='o'
# PACKAGE_BUGREPORT='yendor@rogueforge.net'
# PACKAGE_NAME='Rogue'
# PACKAGE_STRING='Rogue 5.4.4'
# PACKAGE_TARNAME='rogue'
# PACKAGE_VERSION='5.4.4'
# PATH_SEPARATOR=':'
# PROGRAM='rogue'
# SCOREFILE='rogue.scr'
# SED='sed'
# SHELL='/bin/sh'
# TARGET='x86_64-unknown-linux-gnu'
# TBL='tbl'
# ac_ct_CC='gcc'
# 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_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host='x86_64-unknown-linux-gnu'
# host_alias=''
# host_cpu='x86_64'
# host_os='linux-gnu'
# host_vendor='unknown'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr/local'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target='x86_64-unknown-linux-gnu'
# target_alias=''
# target_cpu='x86_64'
# target_os='linux-gnu'
# target_vendor='unknown'
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# #define PACKAGE_NAME "Rogue"
# #define PACKAGE_TARNAME "rogue"
# #define PACKAGE_VERSION "5.4.4"
# #define PACKAGE_STRING "Rogue 5.4.4"
# #define PACKAGE_BUGREPORT "yendor@rogueforge.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_ARPA_INET_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_PWD_H 1
# #define HAVE_FCNTL_H 1
# #define HAVE_LIMITS_H 1
# #define HAVE_NLIST_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_SYS_IOCTL_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_UTMP_H 1
# #define HAVE_TERM_H 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_CURSES_H 1
# #define HAVE_ESCDELAY 1
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
# #define RETSIGTYPE void
# #define HAVE_VPRINTF 1
# #define HAVE_ERASECHAR 1
# #define HAVE_KILLCHAR 1
# #define HAVE_ALARM 1
# #define HAVE_GETPASS 1
# #define HAVE_MEMSET 1
# #define HAVE_SETENV 1
# #define HAVE_STRCHR 1
# #define HAVE_GETPWUID 1
# #define HAVE_GETLOADAVG 1
# #define HAVE_STRERROR 1
# #define HAVE_SETRESGID 1
# #define HAVE_SETREGID 1
# #define HAVE_SETGID 1
# #define HAVE_SETRESUID 1
# #define HAVE_SETREUID 1
# #define HAVE_SETUID 1
# #define HAVE_GETUID 1
# #define HAVE_GETGID 1
# #define SCOREFILE "rogue.scr"
# #define LOCKFILE "rogue.lck"
# #define ALLSCORES 1
# #define NUMSCORES 10
# #define NUMNAME "Ten"
#
# configure: exit 0