Build of clisp with clang_glibc toolchain

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

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

SLOCLanguage
176,418 ansic
79,984 lisp
16,138 sh
7,286 fortran
2,274 makefile
164 perl
15 sed
282,279 total

The process tree of the build process is here.

Several sub-process invocations were improper; see the process tree for details. Summary:

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...

Copied permanent toolchain into container-local sysroot
# /toolchain_root/sysroot --> /sysroot/sysroot
# /toolchain_root/lib --> /sysroot/lib
# /toolchain_root/sbin --> /sysroot/sbin
# /toolchain_root/lib64 --> /sysroot/lib64
# /toolchain_root/etc --> /sysroot/etc
# /toolchain_root/share --> /sysroot/share
# /toolchain_root/bin --> /sysroot/bin
# /toolchain_root/var --> /sysroot/var
# /toolchain_root/usr --> /sysroot/usr
# /toolchain_root/glibc-build --> /sysroot/glibc-build
# /toolchain_root/x86_64-pc-linux-gnu --> /sysroot/x86_64-pc-linux-gnu
# /toolchain_root/include --> /sysroot/include
# /toolchain_root/libexec --> /sysroot/libexec

CMD: sudo -u tuscan PATH=/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin CC=clang CXX=clang++ red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: clisp 2.49-5 (Thu Apr 13 19:47:05 UTC 2017)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> Installing missing dependencies...
# resolving dependencies...
# looking for conflicting packages...
#
# Packages (1) ffcall-1.10-6
#
# Total Installed Size: 0.22 MiB
#
# :: Proceed with installation? [Y/n]
# checking keyring...
# checking package integrity...
# loading package files...
# checking for file conflicts...
# checking available disk space...
# :: Processing package changes...
# installing ffcall...
# :: Running post-transaction hooks...
# (1/1) Updating manpage index...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# executing /tmp/clisp/src/clisp-2.49/src/configure --host=x86_64-unknown-linux --prefix=/usr --with-readline --with-ffcall src
# configure: WARNING: If you wanted to set the --build type, don't use --host.
# If a cross compiler is detected then cross compile mode will be used.
# configure: creating cache config.cache
# 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/bin/mkdir -p
# checking for gawk... gawk
# checking whether make sets $(MAKE)... yes
# configure: ** check for host type
# checking build system type... x86_64-unknown-linux-gnu
# checking host system type... x86_64-unknown-linux-gnu
# checking for style of include used by make... GNU
# checking for x86_64-unknown-linux-gcc... clang
# 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 clang accepts -g... yes
# checking for clang option to accept ISO C89... none needed
# checking dependency style of clang... gcc3
# checking how to run the C preprocessor... clang -E
# checking for grep that handles long lines and -e... /usr/bin/grep
# checking for egrep... /usr/bin/grep -E
# checking for 64-bit x86_64... yes
# checking how to remove colons from paths... echo $x
# configure: ** checks for programs
# checking for x86_64-unknown-linux-gcc... (cached) clang
# checking whether we are using the GNU C compiler... (cached) yes
# checking whether clang accepts -g... (cached) yes
# checking for clang option to accept ISO C89... (cached) none needed
# checking dependency style of clang... (cached) gcc3
# checking how to run the C preprocessor... clang -E
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking whether clang and cc understand -c and -o together... yes
# 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 how to make hard links... ln
# checking whether ln -s works... yes
# checking how to make hard links to symlinks... hln
# checking how to print strings... printf
# checking for a sed that does not truncate output... /usr/bin/sed
# checking for fgrep... /usr/bin/grep -F
# checking for ld used by clang... /usr/bin/ld
# checking if the linker (/usr/bin/ld) is GNU ld... yes
# checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
# checking the name lister (/usr/bin/nm -B) interface... BSD nm
# checking whether ln -s works... yes
# checking the maximum length of command line arguments... 1572864
# checking whether the shell understands some XSI constructs... yes
# checking whether the shell understands "+="... yes
# checking for /usr/bin/ld option to reload object files... -r
# checking for x86_64-unknown-linux-objdump... objdump
# checking how to recognize dependent libraries... pass_all
# checking for x86_64-unknown-linux-ar... no
# checking for ar... ar
# checking for x86_64-unknown-linux-strip... strip
# checking for x86_64-unknown-linux-ranlib... ranlib
# checking command to parse /usr/bin/nm -B output from clang object... ok
# checking for dlfcn.h... yes
# checking for objdir... .libs
# checking if clang supports -fno-rtti -fno-exceptions... yes
# checking for clang option to produce PIC... -fPIC -DPIC
# checking if clang PIC flag -fPIC -DPIC works... yes
# checking if clang static flag -static works... yes
# checking if clang supports -c -o file.o... yes
# checking if clang supports -c -o file.o... (cached) yes
# checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
# checking whether -lc should be explicitly linked in... no
# checking dynamic linker characteristics... GNU/Linux ld.so
# checking how to hardcode library paths into programs... immediate
# checking whether stripping libraries is possible... yes
# checking if libtool supports shared libraries... yes
# checking whether to build shared libraries... yes
# checking whether to build static libraries... yes
# checking for groff... groff
# checking for ps2pdf... ps2pdf
# checking for gzip... gzip
# checking whether test -nt works... yes
# configure: ** checks for system features
# checking for special C compiler options needed for large files... no
# checking for _FILE_OFFSET_BITS value needed for large files... no
# checking whether using GNU C... yes
# checking whether using SUNPRO C... no
# checking whether using C++... no
# checking whether CPP likes empty macro arguments... yes
# checking for underscore in external names... no
# checking whether gethostent requires -lnsl... no
# checking whether setsockopt requires -lsocket... no
# checking whether CC works at all... yes
# configure: ** check for add-ons
# checking for working alloca.h... yes
# checking for alloca... yes
# checking for C/C++ restrict keyword... __restrict
# checking for sys/time.h... yes
# checking for langinfo.h... yes
# checking for sys/mman.h... yes
# checking for stddef.h... yes
# checking for stdint.h... (cached) yes
# checking for wchar.h... yes
# checking for string.h... (cached) yes
# checking for unistd.h... (cached) yes
# checking for wctype.h... yes
# checking whether the preprocessor supports include_next... yes
# checking for struct timeval... yes
# checking whether gettimeofday is declared without a macro... yes
# checking for gettimeofday... yes
# checking for readlink... yes
# checking for mbsinit... yes
# checking for mbrtowc... yes
# checking for mbsrtowcs... yes
# checking for mprotect... yes
# checking for memchr... yes
# checking for nl_langinfo... yes
# checking for iswcntrl... yes
# checking for iswblank... yes
# checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
# checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
# checking for shared library run path origin... done
# checking for nl_langinfo and CODESET... yes
# checking for working fcntl.h... yes
# checking whether getc_unlocked is declared... yes
# checking whether we are using the GNU C Library 2.1 or newer... yes
# checking for mbstate_t... yes
# checking for a traditional japanese locale... none
# checking for a transitional chinese locale... none
# checking for a french Unicode locale... none
# checking for mmap... yes
# checking for MAP_ANONYMOUS... yes
# checking whether memchr works... yes
# checking for stdbool.h that conforms to C99... yes
# checking for _Bool... yes
# checking for wchar_t... yes
# checking for long long int... yes
# checking for unsigned long long int... yes
# checking whether memmem is declared without a macro... yes
# checking whether mempcpy is declared without a macro... yes
# checking whether memrchr is declared without a macro... yes
# checking whether rawmemchr is declared without a macro... yes
# checking whether stpcpy is declared without a macro... yes
# checking whether stpncpy is declared without a macro... yes
# checking whether strchrnul is declared without a macro... yes
# checking whether strdup is declared without a macro... yes
# checking whether strncat is declared without a macro... yes
# checking whether strndup is declared without a macro... yes
# checking whether strnlen is declared without a macro... yes
# checking whether strpbrk is declared without a macro... yes
# checking whether strsep is declared without a macro... yes
# checking whether strcasestr is declared without a macro... yes
# checking whether strtok_r is declared without a macro... yes
# checking whether strsignal is declared without a macro... yes
# checking whether strverscmp is declared without a macro... yes
# checking for inline... inline
# checking whether uses 'inline' correctly... yes
# checking for wint_t... yes
# checking for alloca as a compiler built-in... yes
# checking for getpagesize... yes
# checking whether getpagesize is declared... yes
# checking whether gettimeofday clobbers localtime buffer... no
# checking for gettimeofday with POSIX signature... almost
# checking whether langinfo.h defines CODESET... yes
# checking whether langinfo.h defines ERA... yes
# checking whether nl_langinfo is declared without a macro... yes
# checking for libsigsegv... yes
# checking how to link with libsigsegv... /usr/lib/libsigsegv.so -Wl,-rpath -Wl,/usr/lib
# checking whether link(2) dereferences a symlink... no
# checking whether mbrtowc handles incomplete characters... guessing yes
# checking whether mbrtowc works as well as mbtowc... guessing yes
# checking whether mbrtowc handles a NULL string argument... guessing yes
# checking whether mbrtowc has a correct return value... guessing yes
# checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
# checking whether mbrtowc handles incomplete characters... (cached) guessing yes
# checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
# checking whether mbrtowc handles incomplete characters... (cached) guessing yes
# checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
# checking whether mbsrtowcs works... guessing yes
# checking whether NULL can be used in arbitrary expressions... yes
# checking whether stdint.h conforms to C99... yes
# checking whether chown is declared without a macro... yes
# checking whether dup2 is declared without a macro... yes
# checking whether dup3 is declared without a macro... yes
# checking whether environ is declared without a macro... yes
# checking whether euidaccess is declared without a macro... yes
# checking whether faccessat is declared without a macro... yes
# checking whether fchdir is declared without a macro... yes
# checking whether fchownat is declared without a macro... yes
# checking whether fsync is declared without a macro... yes
# checking whether ftruncate is declared without a macro... yes
# checking whether getcwd is declared without a macro... yes
# checking whether getdomainname is declared without a macro... yes
# checking whether getdtablesize is declared without a macro... yes
# checking whether getgroups is declared without a macro... yes
# checking whether gethostname is declared without a macro... yes
# checking whether getlogin is declared without a macro... yes
# checking whether getlogin_r is declared without a macro... yes
# checking whether getpagesize is declared without a macro... yes
# checking whether getusershell is declared without a macro... yes
# checking whether setusershell is declared without a macro... yes
# checking whether endusershell is declared without a macro... yes
# checking whether lchown is declared without a macro... yes
# checking whether link is declared without a macro... yes
# checking whether linkat is declared without a macro... yes
# checking whether lseek is declared without a macro... yes
# checking whether pipe2 is declared without a macro... yes
# checking whether pread is declared without a macro... yes
# checking whether pwrite is declared without a macro... yes
# checking whether readlink is declared without a macro... yes
# checking whether readlinkat is declared without a macro... yes
# checking whether rmdir is declared without a macro... yes
# checking whether sleep is declared without a macro... yes
# checking whether symlink is declared without a macro... yes
# checking whether symlinkat is declared without a macro... yes
# checking whether ttyname_r is declared without a macro... yes
# checking whether unlink is declared without a macro... yes
# checking whether unlinkat is declared without a macro... yes
# checking whether usleep is declared without a macro... yes
# checking whether btowc is declared without a macro... yes
# checking whether wctob is declared without a macro... yes
# checking whether mbsinit is declared without a macro... yes
# checking whether mbrtowc is declared without a macro... yes
# checking whether mbrlen is declared without a macro... yes
# checking whether mbsrtowcs is declared without a macro... yes
# checking whether mbsnrtowcs is declared without a macro... yes
# checking whether wcrtomb is declared without a macro... yes
# checking whether wcsrtombs is declared without a macro... yes
# checking whether wcsnrtombs is declared without a macro... yes
# checking whether wcwidth is declared without a macro... yes
# checking whether iswcntrl works... yes
# checking for iconv... yes
# checking for working iconv... yes
# checking for iconv declaration...
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# checking whether NLS is requested... yes
# checking for msgfmt... /usr/bin/msgfmt
# checking for gmsgfmt... /usr/bin/msgfmt
# checking for xgettext... /usr/bin/xgettext
# checking for msgmerge... /usr/bin/msgmerge
# checking for CFPreferencesCopyAppValue... no
# checking for CFLocaleCopyCurrent... no
# checking for GNU gettext in libc... yes
# checking whether to use NLS... yes
# checking where the gettext function comes from... libc
# checking how to link with libavcall... /usr/lib/libavcall.a
# checking how to link with libcallback... /usr/lib/libcallback.a
# checking avcall.h usability... yes
# checking avcall.h presence... yes
# checking for avcall.h... yes
# checking callback.h usability... yes
# checking callback.h presence... yes
# checking for callback.h... yes
# checking for library containing __builtin_avcall... none required
# checking for library containing trampoline_r_data0... none required
# checking whether libffcall is installed... yes
# checking lightning.h usability... no
# checking lightning.h presence... no
# checking for lightning.h... no
# configure: ** checks for fundamental compiler characteristics
# checking for inline... (cached) inline
# checking for inline __builtin_strlen... no
# checking for long long int... (cached) yes
# configure: ** checks for header files
# checking sys/inttypes.h usability... no
# checking sys/inttypes.h presence... no
# checking for sys/inttypes.h... no
# checking for unistd.h... (cached) yes
# checking sys/file.h usability... yes
# checking sys/file.h presence... yes
# checking for sys/file.h... yes
# checking time.h usability... yes
# checking time.h presence... yes
# checking for time.h... yes
# checking for sys/time.h... (cached) yes
# checking sys/utsname.h usability... yes
# checking sys/utsname.h presence... yes
# checking for sys/utsname.h... yes
# checking sys/shm.h usability... yes
# checking sys/shm.h presence... yes
# checking for sys/shm.h... yes
# checking sys/ipc.h usability... yes
# checking sys/ipc.h presence... yes
# checking for sys/ipc.h... yes
# checking termios.h usability... yes
# checking termios.h presence... yes
# checking for termios.h... yes
# checking termio.h usability... yes
# checking termio.h presence... yes
# checking for termio.h... yes
# checking sys/termio.h usability... no
# checking sys/termio.h presence... no
# checking for sys/termio.h... no
# checking sgtty.h usability... yes
# checking sgtty.h presence... yes
# checking for sgtty.h... yes
# checking for tcgetattr... yes
# checking for TCSAFLUSH in termios.h... yes
# checking for struct winsize in termios.h... no
# checking for struct winsize in sys/ioctl.h... yes
# checking for X... libraries , headers
# checking for gethostbyname... yes
# checking for connect... yes
# checking for remove... yes
# checking for shmat... yes
# checking for IceConnectionNumber in -lICE... yes
# configure: ** checks for typedefs
# checking for caddr_t in sys/types.h... yes
# checking for socklen_t in sys/socket.h... yes
# checking size of off_t... 8
# checking size of struct timeval... 16
# configure: ** checks for structure members
# checking for struct dirent.d_namlen... no
# configure: ** checks for functions and declarations
# checking for working alloca.h... (cached) yes
# checking for alloca... (cached) yes
# checking for _setjmp... no
# checking whether signal handlers need to be reinstalled... no
# checking for sigaction... yes
# checking for siginterrupt... yes
# checking for strerror... yes
# checking for sysconf... yes
# checking for getdtablesize... yes
# checking for memset... yes
# checking for setsid... yes
# checking for setpgid... yes
# checking for fchmod... yes
# checking for fsync... yes
# checking for flock... yes
# checking for gethostent... yes
# checking for shutdown... yes
# checking for usleep... yes
# checking for ualarm... yes
# checking for setitimer... yes
# checking for nice... yes
# checking for ftime... yes
# checking for realpath... yes
# checking for getresuid... yes
# checking for setresuid... yes
# checking for getresgid... yes
# checking for setresgid... yes
# checking for setreuid... yes
# checking for setregid... yes
# checking for gethostname... yes
# checking for readlink... (cached) yes
# checking for getcwd... yes
# checking for uname... yes
# checking for readdir_r... yes
# checking for rand_r... yes
# checking for putenv... yes
# checking for setenv... yes
# checking for unsetenv... yes
# checking whether environ is declared... (cached) yes
# checking return value of unsetenv... void
# checking for LC_MESSAGES... yes
# checking for getrlimit... yes
# checking for setrlimit... yes
# checking size of rlim_t... 8
# checking for getrlimit declaration... install-shextern int getrlimit (enum __rlimit_resource, struct rlimit *);
# checking for setrlimit declaration... install-shextern int setrlimit (enum __rlimit_resource, const struct rlimit *);
# 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 for waitpid declaration... install-shextern pid_t waitpid (pid_t, int*, int);
# checking sys/resource.h usability... yes
# checking sys/resource.h presence... yes
# checking for sys/resource.h... yes
# checking sys/times.h usability... yes
# checking sys/times.h presence... yes
# checking for sys/times.h... yes
# checking for getrusage... yes
# checking for getrusage declaration... install-shextern int getrusage (int, struct rusage *);
# checking whether getrusage works... yes
# checking for lstat... yes
# checking for sys/stat.h... (cached) yes
# checking for struct stat.st_rdev... yes
# checking for struct stat.st_blksize... yes
# checking for struct stat.st_blocks... yes
# checking size of ino_t... 8
# checking size of dev_t... 8
# checking for ELOOP... yes
# checking for usable closedir return value... yes
# checking for ioctl... yes
# checking for ioctl declaration... install-shextern int ioctl (int, unsigned long, ...);
# checking for FIONREAD... no
# checking for FIONREAD in sys/filio.h... no
# checking for FIONREAD in sys/ioctl.h... yes
# checking for reliable FIONREAD... yes
# checking for poll... yes
# checking for reliable poll()... yes
# checking for select... yes
# checking for sys/select.h... yes
# checking for select declaration... install-shextern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
# checking for reliable select()... yes
# checking netdb.h usability... yes
# checking netdb.h presence... yes
# checking for netdb.h... yes
# checking for connect... (cached) yes
# checking for connect declaration... install-shextern int connect (int, const struct sockaddr *, unsigned int);
# checking sys/un.h usability... yes
# checking sys/un.h presence... yes
# checking for sys/un.h... yes
# checking for sun_len in struct sockaddr_un... no
# checking for IPv4 sockets... yes
# checking for IPv6 sockets... yes
# checking for inet_pton... yes
# checking for inet_ntop... yes
# checking for inet_addr... yes
# checking for setsockopt... yes
# checking for getsockopt... yes
# checking netinet/in.h usability... yes
# checking netinet/in.h presence... yes
# checking for netinet/in.h... yes
# checking arpa/inet.h usability... yes
# checking arpa/inet.h presence... yes
# checking for arpa/inet.h... yes
# checking for inet_addr declaration... install-shextern unsigned int inet_addr (const char*);
# checking for netinet/tcp.h... yes
# checking for setsockopt declaration... install-shextern int setsockopt (int, int, int, const void*, unsigned int);
# checking for the code address range... 0x0000000000000000
# checking for the malloc address range... 0x0000000001000000
# checking for the shared library address range... 0x00007FC229000000
# checking for the stack address range... 0x00007FFC31000000
# checking for vadvise... no
# checking for vm_allocate... no
# checking for sys/mman.h... (cached) yes
# checking for mmap... (cached) yes
# checking for working mmap... yes
# checking for munmap... yes
# checking for msync... yes
# checking for mprotect... (cached) yes
# checking for working mprotect... yes
# checking for working shared memory... yes
# checking sys/sysmacros.h usability... yes
# checking sys/sysmacros.h presence... yes
# checking for sys/sysmacros.h... yes
# checking for attachability of removed shared memory... yes
# checking for dlfcn.h... (cached) yes
# checking for library containing dlopen... -ldl
# checking for dlopen... yes
# checking for dlsym... yes
# checking for dlvsym... yes
# checking for dlerror... yes
# checking for dlclose... yes
# checking for dladdr... yes
# checking for working fcntl.h... (cached) yes
# configure: ** checks for libraries
# checking for library containing tgetent... -lncurses
# checking readline/readline.h usability... yes
# checking readline/readline.h presence... yes
# checking for readline/readline.h... yes
# checking for readline... yes
# checking for rl_filename_completion_function... yes
# checking for filename_completion_function declaration... install-shextern char* rl_filename_completion_function(const char*, int);
# checking whether rl_already_prompted is declared... yes
# checking whether rl_readline_name is declared... yes
# checking whether rl_gnu_readline_p is declared... yes
# checking whether rl_deprep_term_function is declared... yes
# checking for a modern readline... found a modern GNU readline
# configure: ** checks for OS services
# checking for the valid characters in filenames... ((ch >= 1) && (ch != 47))
# configure: ** checks for compiler characteristics (arithmetic data types)
# checking whether char is unsigned... no
# checking whether single-float divbyzero raises an exception... yes
# checking whether single-float overflow raises an exception... no
# checking whether single-float underflow raises an exception... no
# checking whether single-float inexact raises an exception... no
# checking whether double-float divbyzero raises an exception... yes
# checking whether double-float overflow raises an exception... no
# checking whether double-float underflow raises an exception... no
# checking whether double-float inexact raises an exception... no
# checking whether byte ordering is bigendian... no
# checking for integer types and behaviour... created intparam.h
# checking for floating-point types and behaviour... created floatparam.h
# configure: ** output file generation
# configure: updating cache config.cache
# configure: creating ./config.status
# config.status: creating po/Makefile.in
# config.status: creating gllib/Makefile
# config.status: creating makemake
# config.status: creating config.h
# config.status: executing depfiles commands
# config.status: executing libtool commands
# config.status: executing po-directories commands
# config.status: creating po/POTFILES
# config.status: creating po/Makefile
# Configure findings:
# FFI: yes (user requested: yes)
# readline: yes (user requested: yes)
# libsigsegv: yes
# ./makemake --with-dynamic-ffi --prefix=/usr --with-readline cross x86_64-unknown-linux-gnu clang > Makefile
# cp -p cfgunix.lisp config.lisp
# chmod +w config.lisp
# echo '(setq *clhs-root-default* "http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/")' >> config.lisp
#
# To continue building CLISP, the following commands are recommended
# (cf. unix/INSTALL step 4 ff):
# cd src
# vi config.lisp
# # The default stack size on your platform is insufficient
# # and must be increased to at least 16384. You must do either
# # 'ulimit -s 16384' (for Bourne shell derivatives, e.g., bash and zsh)
# # or 'limit stacksize 16384' (for C shell derivarives, e.g., tcsh)
# make
# make check
# mkdir -p gllib
# test -f gllib/Makefile || sh config.status gllib/Makefile depfiles
# cd gllib && make CFLAGS="-W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC" CLISP_LIBDIR=/tmp/clisp/src/clisp-2.49/src
# make[1]: Entering directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# cd .. && make am--refresh
# make[2]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[2]: Nothing to be done for 'am--refresh'.
# make[2]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# make[2]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[2]: Nothing to be done for 'am--refresh'.
# make[2]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# rm -f alloca.h-t alloca.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./alloca.in.h; \
# } > alloca.h-t && \
# mv -f alloca.h-t alloca.h
# rm -f arg-nonnull.h-t arg-nonnull.h && \
# sed -n -e '/GL_ARG_NONNULL/,$p' \
# < /tmp/clisp/src/clisp-2.49/src/build-aux/arg-nonnull.h \
# | sed -e 's/_GL_/_gl_GL_/g' \
# > arg-nonnull.h-t && \
# mv arg-nonnull.h-t arg-nonnull.h
# rm -f c++defs.h-t c++defs.h && \
# sed -n -e '/_GL_CXXDEFS/,$p' \
# < /tmp/clisp/src/clisp-2.49/src/build-aux/c++defs.h \
# | sed -e 's/_GL_/_gl_GL_/g' \
# > c++defs.h-t && \
# mv c++defs.h-t c++defs.h
# rm -f configmake.h-t && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# echo '#define PREFIX "/usr"'; \
# echo '#define EXEC_PREFIX "/usr"'; \
# echo '#define BINDIR "/usr/bin"'; \
# echo '#define SBINDIR "/usr/sbin"'; \
# echo '#define LIBEXECDIR "/usr/libexec"'; \
# echo '#define DATAROOTDIR "/usr/share"'; \
# echo '#define DATADIR "/usr/share"'; \
# echo '#define SYSCONFDIR "/usr/etc"'; \
# echo '#define SHAREDSTATEDIR "/usr/com"'; \
# echo '#define LOCALSTATEDIR "/usr/var"'; \
# echo '#define INCLUDEDIR "/usr/include"'; \
# echo '#define OLDINCLUDEDIR "/usr/include"'; \
# echo '#define DOCDIR "/usr/share/doc/clisp"'; \
# echo '#define INFODIR "/usr/share/info"'; \
# echo '#define HTMLDIR "/usr/share/doc/clisp"'; \
# echo '#define DVIDIR "/usr/share/doc/clisp"'; \
# echo '#define PDFDIR "/usr/share/doc/clisp"'; \
# echo '#define PSDIR "/usr/share/doc/clisp"'; \
# echo '#define LIBDIR "/usr/lib"'; \
# echo '#define LISPDIR ""'; \
# echo '#define LOCALEDIR "/usr/share/locale"'; \
# echo '#define MANDIR "/usr/share/man"'; \
# echo '#define MANEXT ""'; \
# echo '#define PKGDATADIR "/usr/share/clisp"'; \
# echo '#define PKGINCLUDEDIR "/usr/include/clisp"'; \
# echo '#define PKGLIBDIR "/usr/lib/clisp"'; \
# echo '#define PKGLIBEXECDIR "/usr/libexec/clisp"'; \
# } | sed '/""/d' > configmake.h-t && \
# if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
# rm -f configmake.h-t; \
# else \
# rm -f configmake.h; mv configmake.h-t configmake.h; \
# fi
# rm -f warn-on-use.h-t warn-on-use.h && \
# sed -n -e '/^.ifndef/,$p' \
# < /tmp/clisp/src/clisp-2.49/src/build-aux/warn-on-use.h \
# | sed -e 's/_GL_/_gl_GL_/g' \
# > warn-on-use.h-t && \
# mv warn-on-use.h-t warn-on-use.h
# rm -f langinfo.h-t langinfo.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's|@''HAVE_LANGINFO_H''@|1|g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_LANGINFO_H''@||g' \
# -e 's|@''GNULIB_NL_LANGINFO''@|1|g' \
# -e 's|@''HAVE_LANGINFO_CODESET''@|1|g' \
# -e 's|@''HAVE_LANGINFO_ERA''@|1|g' \
# -e 's|@''HAVE_NL_LANGINFO''@|1|g' \
# -e 's|@''REPLACE_NL_LANGINFO''@|0|g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h' \
# < ./langinfo.in.h; \
# } > langinfo.h-t && \
# mv langinfo.h-t langinfo.h
# rm -f string.h-t string.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
# sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_STRING_H''@||g' \
# -e 's|@''GNULIB_MBSLEN''@|0|g' \
# -e 's|@''GNULIB_MBSNLEN''@|0|g' \
# -e 's|@''GNULIB_MBSCHR''@|0|g' \
# -e 's|@''GNULIB_MBSRCHR''@|0|g' \
# -e 's|@''GNULIB_MBSSTR''@|0|g' \
# -e 's|@''GNULIB_MBSCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
# -e 's|@''GNULIB_MBSCASESTR''@|0|g' \
# -e 's|@''GNULIB_MBSCSPN''@|0|g' \
# -e 's|@''GNULIB_MBSPBRK''@|0|g' \
# -e 's|@''GNULIB_MBSSPN''@|0|g' \
# -e 's|@''GNULIB_MBSSEP''@|0|g' \
# -e 's|@''GNULIB_MBSTOK_R''@|0|g' \
# -e 's|@''GNULIB_MEMCHR''@|1|g' \
# -e 's|@''GNULIB_MEMMEM''@|0|g' \
# -e 's|@''GNULIB_MEMPCPY''@|0|g' \
# -e 's|@''GNULIB_MEMRCHR''@|0|g' \
# -e 's|@''GNULIB_RAWMEMCHR''@|0|g' \
# -e 's|@''GNULIB_STPCPY''@|0|g' \
# -e 's|@''GNULIB_STPNCPY''@|0|g' \
# -e 's|@''GNULIB_STRCHRNUL''@|0|g' \
# -e 's|@''GNULIB_STRDUP''@|0|g' \
# -e 's|@''GNULIB_STRNCAT''@|0|g' \
# -e 's|@''GNULIB_STRNDUP''@|0|g' \
# -e 's|@''GNULIB_STRNLEN''@|0|g' \
# -e 's|@''GNULIB_STRPBRK''@|0|g' \
# -e 's|@''GNULIB_STRSEP''@|0|g' \
# -e 's|@''GNULIB_STRSTR''@|0|g' \
# -e 's|@''GNULIB_STRCASESTR''@|0|g' \
# -e 's|@''GNULIB_STRTOK_R''@|0|g' \
# -e 's|@''GNULIB_STRERROR''@|0|g' \
# -e 's|@''GNULIB_STRSIGNAL''@|0|g' \
# -e 's|@''GNULIB_STRVERSCMP''@|0|g' \
# < ./string.in.h | \
# sed -e 's|@''HAVE_MBSLEN''@|0|g' \
# -e 's|@''HAVE_MEMCHR''@|1|g' \
# -e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
# -e 's|@''HAVE_MEMPCPY''@|1|g' \
# -e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
# -e 's|@''HAVE_RAWMEMCHR''@|1|g' \
# -e 's|@''HAVE_STPCPY''@|1|g' \
# -e 's|@''HAVE_STPNCPY''@|1|g' \
# -e 's|@''HAVE_STRCHRNUL''@|1|g' \
# -e 's|@''HAVE_DECL_STRDUP''@|1|g' \
# -e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
# -e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
# -e 's|@''HAVE_STRPBRK''@|1|g' \
# -e 's|@''HAVE_STRSEP''@|1|g' \
# -e 's|@''HAVE_STRCASESTR''@|1|g' \
# -e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
# -e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
# -e 's|@''HAVE_STRVERSCMP''@|1|g' \
# -e 's|@''REPLACE_STPNCPY''@|0|g' \
# -e 's|@''REPLACE_MEMCHR''@|0|g' \
# -e 's|@''REPLACE_MEMMEM''@|0|g' \
# -e 's|@''REPLACE_STRCASESTR''@|0|g' \
# -e 's|@''REPLACE_STRDUP''@|0|g' \
# -e 's|@''REPLACE_STRSTR''@|0|g' \
# -e 's|@''REPLACE_STRERROR''@|0|g' \
# -e 's|@''REPLACE_STRNCAT''@|0|g' \
# -e 's|@''REPLACE_STRNDUP''@|0|g' \
# -e 's|@''REPLACE_STRNLEN''@|0|g' \
# -e 's|@''REPLACE_STRSIGNAL''@|0|g' \
# -e 's|@''REPLACE_STRTOK_R''@|0|g' \
# -e 's|@''UNDEFINE_STRTOK_R''@|0|g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_ARG_NONNULL/r arg-nonnull.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h'; \
# < ./string.in.h; \
# } > string.h-t && \
# mv string.h-t string.h
# /usr/bin/mkdir -p sys
# rm -f sys/time.h-t sys/time.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's/@''HAVE_SYS_TIME_H''@/1/g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_SYS_TIME_H''@||g' \
# -e 's/@''GNULIB_GETTIMEOFDAY''@/1/g' \
# -e 's/@''HAVE_GETTIMEOFDAY''@/1/g' \
# -e 's/@''HAVE_STRUCT_TIMEVAL''@/1/g' \
# -e 's/@''REPLACE_GETTIMEOFDAY''@/0/g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_ARG_NONNULL/r arg-nonnull.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h' \
# < ./sys_time.in.h; \
# } > sys/time.h-t && \
# mv sys/time.h-t sys/time.h
# rm -f uniname.h-t uniname.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./uniname.in.h; \
# } > uniname.h-t && \
# mv -f uniname.h-t uniname.h
# rm -f unistd.h-t unistd.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_UNISTD_H''@||g' \
# -e 's|@''GNULIB_CHOWN''@|0|g' \
# -e 's|@''GNULIB_CLOSE''@|0|g' \
# -e 's|@''GNULIB_DUP2''@|0|g' \
# -e 's|@''GNULIB_DUP3''@|0|g' \
# -e 's|@''GNULIB_ENVIRON''@|0|g' \
# -e 's|@''GNULIB_EUIDACCESS''@|0|g' \
# -e 's|@''GNULIB_FACCESSAT''@|0|g' \
# -e 's|@''GNULIB_FCHDIR''@|0|g' \
# -e 's|@''GNULIB_FCHOWNAT''@|0|g' \
# -e 's|@''GNULIB_FSYNC''@|0|g' \
# -e 's|@''GNULIB_FTRUNCATE''@|0|g' \
# -e 's|@''GNULIB_GETCWD''@|0|g' \
# -e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \
# -e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \
# -e 's|@''GNULIB_GETGROUPS''@|0|g' \
# -e 's|@''GNULIB_GETHOSTNAME''@|0|g' \
# -e 's|@''GNULIB_GETLOGIN''@|0|g' \
# -e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
# -e 's|@''GNULIB_GETPAGESIZE''@|1|g' \
# -e 's|@''GNULIB_GETUSERSHELL''@|0|g' \
# -e 's|@''GNULIB_LCHOWN''@|0|g' \
# -e 's|@''GNULIB_LINK''@|0|g' \
# -e 's|@''GNULIB_LINKAT''@|0|g' \
# -e 's|@''GNULIB_LSEEK''@|0|g' \
# -e 's|@''GNULIB_PIPE2''@|0|g' \
# -e 's|@''GNULIB_PREAD''@|0|g' \
# -e 's|@''GNULIB_PWRITE''@|0|g' \
# -e 's|@''GNULIB_READLINK''@|0|g' \
# -e 's|@''GNULIB_READLINKAT''@|0|g' \
# -e 's|@''GNULIB_RMDIR''@|0|g' \
# -e 's|@''GNULIB_SLEEP''@|0|g' \
# -e 's|@''GNULIB_SYMLINK''@|0|g' \
# -e 's|@''GNULIB_SYMLINKAT''@|0|g' \
# -e 's|@''GNULIB_TTYNAME_R''@|0|g' \
# -e 's|@''GNULIB_UNISTD_H_GETOPT''@|0|g' \
# -e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
# -e 's|@''GNULIB_UNLINK''@|0|g' \
# -e 's|@''GNULIB_UNLINKAT''@|0|g' \
# -e 's|@''GNULIB_USLEEP''@|0|g' \
# -e 's|@''GNULIB_WRITE''@|0|g' \
# < ./unistd.in.h | \
# sed -e 's|@''HAVE_CHOWN''@|1|g' \
# -e 's|@''HAVE_DUP2''@|1|g' \
# -e 's|@''HAVE_DUP3''@|1|g' \
# -e 's|@''HAVE_EUIDACCESS''@|1|g' \
# -e 's|@''HAVE_FACCESSAT''@|1|g' \
# -e 's|@''HAVE_FCHDIR''@|1|g' \
# -e 's|@''HAVE_FCHOWNAT''@|1|g' \
# -e 's|@''HAVE_FSYNC''@|1|g' \
# -e 's|@''HAVE_FTRUNCATE''@|1|g' \
# -e 's|@''HAVE_GETDOMAINNAME''@|1|g' \
# -e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
# -e 's|@''HAVE_GETGROUPS''@|1|g' \
# -e 's|@''HAVE_GETHOSTNAME''@|1|g' \
# -e 's|@''HAVE_GETLOGIN''@|1|g' \
# -e 's|@''HAVE_GETPAGESIZE''@|1|g' \
# -e 's|@''HAVE_LCHOWN''@|1|g' \
# -e 's|@''HAVE_LINK''@|1|g' \
# -e 's|@''HAVE_LINKAT''@|1|g' \
# -e 's|@''HAVE_PIPE2''@|1|g' \
# -e 's|@''HAVE_PREAD''@|1|g' \
# -e 's|@''HAVE_PWRITE''@|1|g' \
# -e 's|@''HAVE_READLINK''@|1|g' \
# -e 's|@''HAVE_READLINKAT''@|1|g' \
# -e 's|@''HAVE_SLEEP''@|1|g' \
# -e 's|@''HAVE_SYMLINK''@|1|g' \
# -e 's|@''HAVE_SYMLINKAT''@|1|g' \
# -e 's|@''HAVE_TTYNAME_R''@|1|g' \
# -e 's|@''HAVE_UNLINKAT''@|1|g' \
# -e 's|@''HAVE_USLEEP''@|1|g' \
# -e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
# -e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
# -e 's|@''HAVE_DECL_GETPAGESIZE''@|1|g' \
# -e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
# -e 's|@''HAVE_OS_H''@|0|g' \
# -e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
# -e 's|@''REPLACE_CHOWN''@|0|g' \
# -e 's|@''REPLACE_CLOSE''@|0|g' \
# -e 's|@''REPLACE_DUP''@|0|g' \
# -e 's|@''REPLACE_DUP2''@|0|g' \
# -e 's|@''REPLACE_FCHOWNAT''@|0|g' \
# -e 's|@''REPLACE_GETCWD''@|0|g' \
# -e 's|@''REPLACE_GETGROUPS''@|0|g' \
# -e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
# -e 's|@''REPLACE_LCHOWN''@|0|g' \
# -e 's|@''REPLACE_LINK''@|0|g' \
# -e 's|@''REPLACE_LINKAT''@|0|g' \
# -e 's|@''REPLACE_LSEEK''@|0|g' \
# -e 's|@''REPLACE_PREAD''@|0|g' \
# -e 's|@''REPLACE_PWRITE''@|0|g' \
# -e 's|@''REPLACE_READLINK''@|0|g' \
# -e 's|@''REPLACE_RMDIR''@|0|g' \
# -e 's|@''REPLACE_SLEEP''@|0|g' \
# -e 's|@''REPLACE_SYMLINK''@|0|g' \
# -e 's|@''REPLACE_TTYNAME_R''@|0|g' \
# -e 's|@''REPLACE_UNLINK''@|0|g' \
# -e 's|@''REPLACE_UNLINKAT''@|0|g' \
# -e 's|@''REPLACE_USLEEP''@|0|g' \
# -e 's|@''REPLACE_WRITE''@|0|g' \
# -e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
# -e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_ARG_NONNULL/r arg-nonnull.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h'; \
# } > unistd.h-t && \
# mv unistd.h-t unistd.h
# rm -f unitypes.h-t unitypes.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./unitypes.in.h; \
# } > unitypes.h-t && \
# mv -f unitypes.h-t unitypes.h
# rm -f uniwidth.h-t uniwidth.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# cat ./uniwidth.in.h; \
# } > uniwidth.h-t && \
# mv -f uniwidth.h-t uniwidth.h
# rm -f wchar.h-t wchar.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_WCHAR_H''@||g' \
# -e 's|@''HAVE_WCHAR_H''@|1|g' \
# -e 's|@''GNULIB_BTOWC''@|0|g' \
# -e 's|@''GNULIB_WCTOB''@|0|g' \
# -e 's|@''GNULIB_MBSINIT''@|1|g' \
# -e 's|@''GNULIB_MBRTOWC''@|1|g' \
# -e 's|@''GNULIB_MBRLEN''@|0|g' \
# -e 's|@''GNULIB_MBSRTOWCS''@|1|g' \
# -e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \
# -e 's|@''GNULIB_WCRTOMB''@|0|g' \
# -e 's|@''GNULIB_WCSRTOMBS''@|0|g' \
# -e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \
# -e 's|@''GNULIB_WCWIDTH''@|0|g' \
# -e 's|@''HAVE_WINT_T''@|1|g' \
# -e 's|@''HAVE_BTOWC''@|1|g' \
# -e 's|@''HAVE_MBSINIT''@|1|g' \
# -e 's|@''HAVE_MBRTOWC''@|1|g' \
# -e 's|@''HAVE_MBRLEN''@|1|g' \
# -e 's|@''HAVE_MBSRTOWCS''@|1|g' \
# -e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
# -e 's|@''HAVE_WCRTOMB''@|1|g' \
# -e 's|@''HAVE_WCSRTOMBS''@|1|g' \
# -e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
# -e 's|@''HAVE_DECL_WCTOB''@|1|g' \
# -e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
# -e 's|@''REPLACE_MBSTATE_T''@|0|g' \
# -e 's|@''REPLACE_BTOWC''@|0|g' \
# -e 's|@''REPLACE_WCTOB''@|0|g' \
# -e 's|@''REPLACE_MBSINIT''@|0|g' \
# -e 's|@''REPLACE_MBRTOWC''@|0|g' \
# -e 's|@''REPLACE_MBRLEN''@|0|g' \
# -e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
# -e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
# -e 's|@''REPLACE_WCRTOMB''@|0|g' \
# -e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
# -e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
# -e 's|@''REPLACE_WCWIDTH''@|0|g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_ARG_NONNULL/r arg-nonnull.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h' \
# < ./wchar.in.h; \
# } > wchar.h-t && \
# mv wchar.h-t wchar.h
# rm -f wctype.h-t wctype.h && \
# { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
# sed -e 's/@''HAVE_WCTYPE_H''@/1/g' \
# -e 's|@''INCLUDE_NEXT''@|include_next|g' \
# -e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
# -e 's|@''NEXT_WCTYPE_H''@||g' \
# -e 's/@''HAVE_ISWBLANK''@/1/g' \
# -e 's/@''HAVE_ISWCNTRL''@/1/g' \
# -e 's/@''HAVE_WINT_T''@/1/g' \
# -e 's/@''REPLACE_ISWCNTRL''@/0/g' \
# -e '/definitions of _gl_GL_FUNCDECL_RPL/r c++defs.h' \
# -e '/definition of _gl_GL_WARN_ON_USE/r warn-on-use.h' \
# < ./wctype.in.h; \
# } > wctype.h-t && \
# mv wctype.h-t wctype.h
# make all-recursive
# make[2]: Entering directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# cd .. && make am--refresh
# make[3]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[3]: Nothing to be done for 'am--refresh'.
# make[3]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# make[3]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[3]: Nothing to be done for 'am--refresh'.
# make[3]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# make[3]: Entering directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# cd .. && make am--refresh
# make[4]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[4]: Nothing to be done for 'am--refresh'.
# make[4]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# make[4]: Entering directory '/tmp/clisp/src/clisp-2.49/src'
# make[4]: Nothing to be done for 'am--refresh'.
# make[4]: Leaving directory '/tmp/clisp/src/clisp-2.49/src'
# depbase=`echo localcharset.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I.. -I../intl -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -MT localcharset.o -MD -MP -MF $depbase.Tpo -c -o localcharset.o localcharset.c &&\
# mv -f $depbase.Tpo $depbase.Po
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# depbase=`echo strnlen1.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I.. -I../intl -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -MT strnlen1.o -MD -MP -MF $depbase.Tpo -c -o strnlen1.o strnlen1.c &&\
# mv -f $depbase.Tpo $depbase.Po
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# depbase=`echo uniname/uniname.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I.. -I../intl -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -MT uniname/uniname.o -MD -MP -MF $depbase.Tpo -c -o uniname/uniname.o uniname/uniname.c &&\
# mv -f $depbase.Tpo $depbase.Po
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# depbase=`echo uniwidth/width.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
# clang -DHAVE_CONFIG_H -I. -I.. -I../intl -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -fPIC -MT uniwidth/width.o -MD -MP -MF $depbase.Tpo -c -o uniwidth/width.o uniwidth/width.c &&\
# mv -f $depbase.Tpo $depbase.Po
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# rm -f libgnu.a
# ar cru libgnu.a localcharset.o strnlen1.o uniname/uniname.o uniwidth/width.o
# ar: `u' modifier ignored since `D' is the default (see `U')
# ranlib libgnu.a
# rm -f t-charset.alias charset.alias && \
# /bin/sh ./config.charset 'x86_64-unknown-linux-gnu' > t-charset.alias && \
# mv t-charset.alias charset.alias
# rm -f t-ref-add.sed ref-add.sed && \
# sed -e '/^#/d' -e 's/@''PACKAGE''@/clisp/g' ref-add.sin > t-ref-add.sed && \
# mv t-ref-add.sed ref-add.sed
# rm -f t-ref-del.sed ref-del.sed && \
# sed -e '/^#/d' -e 's/@''PACKAGE''@/clisp/g' ref-del.sin > t-ref-del.sed && \
# mv t-ref-del.sed ref-del.sed
# make[3]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# make[2]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# make[1]: Leaving directory '/tmp/clisp/src/clisp-2.49/src/gllib'
# echo '#include "config.h"' > tmp.c
# cat 'intparam.c' >> tmp.c
# clang tmp.c -o intparam
# ./intparam intparam.h
# rm -f intparam tmp.c
# echo '#include "config.h"' > tmp.c
# cat 'floatparam.c' >> tmp.c
# clang tmp.c -o floatparam
# ./floatparam floatparam.h
# rm -f floatparam tmp.c
# clang -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/comment5.c -o comment5
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# clang -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/gctrigger.c -o gctrigger
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# ../utils/gctrigger.c:758:55: warning: unused parameter 'token' [-Wunused-parameter]
# static inline void handle_closing_token (const Token* token)
# ^
# 1 warning generated.
# clang -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/varbrace.c -o varbrace
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# clang -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/txt2c.c -o txt2c
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# clang -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. ../utils/ccmp2c.c -o ccmp2c
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# ./comment5 spvw.d | ./gctrigger | ./varbrace > spvw.c
# ./comment5 spvwtabf.d | ./gctrigger | ./varbrace > spvwtabf.c
# ./comment5 spvwtabs.d | ./gctrigger | ./varbrace > spvwtabs.c
# ./comment5 spvwtabo.d | ./gctrigger | ./varbrace > spvwtabo.c
# ./comment5 eval.d | ./gctrigger | ./varbrace > eval.c
# ./comment5 control.d | ./gctrigger | ./varbrace > control.c
# ./comment5 encoding.d | ./gctrigger | ./varbrace > encoding.c
# ./comment5 pathname.d | ./gctrigger | ./varbrace > pathname.c
# ./comment5 stream.d | ./gctrigger | ./varbrace > stream.c
# ./comment5 socket.d | ./gctrigger | ./varbrace > socket.c
# ./comment5 io.d | ./gctrigger | ./varbrace > io.c
# ./comment5 funarg.d | ./gctrigger | ./varbrace > funarg.c
# ./comment5 array.d | ./gctrigger | ./varbrace > array.c
# ./comment5 hashtabl.d | ./gctrigger | ./varbrace > hashtabl.c
# ./comment5 list.d | ./gctrigger | ./varbrace > list.c
# ./comment5 package.d | ./gctrigger | ./varbrace > package.c
# ./comment5 record.d | ./gctrigger | ./varbrace > record.c
# ./comment5 weak.d | ./gctrigger | ./varbrace > weak.c
# ./comment5 sequence.d | ./gctrigger | ./varbrace > sequence.c
# ./comment5 charstrg.d | ./gctrigger | ./varbrace > charstrg.c
# ./comment5 debug.d | ./gctrigger | ./varbrace > debug.c
# ./comment5 error.d | ./gctrigger | ./varbrace > error.c
# ./comment5 misc.d | ./gctrigger | ./varbrace > misc.c
# ./comment5 time.d | ./gctrigger | ./varbrace > time.c
# ./comment5 predtype.d | ./gctrigger | ./varbrace > predtype.c
# ./comment5 symbol.d | ./gctrigger | ./varbrace > symbol.c
# ./comment5 lisparit.d | ./gctrigger | ./varbrace > lisparit.c
# ./comment5 i18n.d | ./gctrigger | ./varbrace > i18n.c
# ./comment5 foreign.d | ./gctrigger | ./varbrace > foreign.c
# ./comment5 unixaux.d | ./gctrigger | ./varbrace > unixaux.c
# ./comment5 built.d | ./gctrigger | ./varbrace > built.c
# ./comment5 lispbibl.d | sed -e 's/^\(%% .*\)//' | ./gctrigger | ./varbrace > lispbibl.c
# End of comment outside comment in line 5699
# ./comment5 fsubr.d | ./gctrigger | ./varbrace > fsubr.c
# ./comment5 subr.d | ./gctrigger | ./varbrace > subr.c
# ./comment5 pseudofun.d | ./gctrigger | ./varbrace > pseudofun.c
# ./comment5 constsym.d | ./gctrigger | ./varbrace > constsym.c
# ./comment5 constobj.d | ./gctrigger | ./varbrace > constobj.c
# ./comment5 constobj_tl.d | ./gctrigger | ./varbrace > constobj_tl.c
# ./comment5 unix.d | ./gctrigger | ./varbrace > unix.c
# ./comment5 xthread.d | ./gctrigger | ./varbrace > xthread.c
# ./comment5 constpack.d | ./gctrigger | ./varbrace > constpack.c
# ./comment5 avl.d | ./gctrigger | ./varbrace > avl.c
# ./comment5 sort.d | ./gctrigger | ./varbrace > sort.c
# ./comment5 subrkw.d | ./gctrigger | ./varbrace > subrkw.c
# ./comment5 bytecode.d | ./gctrigger | ./varbrace > bytecode.c
# ./comment5 spvw_module.d | ./gctrigger | ./varbrace > spvw_module.c
# ./comment5 spvw_debug.d | ./gctrigger | ./varbrace > spvw_debug.c
# ./comment5 spvw_alloca.d | ./gctrigger | ./varbrace > spvw_alloca.c
# ./comment5 spvw_mmap.d | ./gctrigger | ./varbrace > spvw_mmap.c
# ./comment5 spvw_singlemap.d | ./gctrigger | ./varbrace > spvw_singlemap.c
# ./comment5 spvw_page.d | ./gctrigger | ./varbrace > spvw_page.c
# ./comment5 spvw_heap.d | ./gctrigger | ./varbrace > spvw_heap.c
# ./comment5 spvw_global.d | ./gctrigger | ./varbrace > spvw_global.c
# ./comment5 spvw_gcstat.d | ./gctrigger | ./varbrace > spvw_gcstat.c
# ./comment5 spvw_space.d | ./gctrigger | ./varbrace > spvw_space.c
# ./comment5 spvw_mark.d | ./gctrigger | ./varbrace > spvw_mark.c
# ./comment5 spvw_objsize.d | ./gctrigger | ./varbrace > spvw_objsize.c
# ./comment5 spvw_update.d | ./gctrigger | ./varbrace > spvw_update.c
# ./comment5 spvw_fault.d | ./gctrigger | ./varbrace > spvw_fault.c
# ./comment5 spvw_sigsegv.d | ./gctrigger | ./varbrace > spvw_sigsegv.c
# ./comment5 spvw_sigcld.d | ./gctrigger | ./varbrace > spvw_sigcld.c
# ./comment5 spvw_sigpipe.d | ./gctrigger | ./varbrace > spvw_sigpipe.c
# ./comment5 spvw_sigint.d | ./gctrigger | ./varbrace > spvw_sigint.c
# ./comment5 spvw_sigwinch.d | ./gctrigger | ./varbrace > spvw_sigwinch.c
# ./comment5 spvw_sigterm.d | ./gctrigger | ./varbrace > spvw_sigterm.c
# ./comment5 spvw_garcol.d | ./gctrigger | ./varbrace > spvw_garcol.c
# ./comment5 spvw_garcol_old.d | ./gctrigger | ./varbrace > spvw_garcol_old.c
# ./comment5 spvw_genera1.d | ./gctrigger | ./varbrace > spvw_genera1.c
# ./comment5 spvw_gcmark.d | ./gctrigger | ./varbrace > spvw_gcmark.c
# ./comment5 spvw_genera2.d | ./gctrigger | ./varbrace > spvw_genera2.c
# ./comment5 spvw_weak.d | ./gctrigger | ./varbrace > spvw_weak.c
# ./comment5 spvw_genera3.d | ./gctrigger | ./varbrace > spvw_genera3.c
# ./comment5 spvw_allocate.d | ./gctrigger | ./varbrace > spvw_allocate.c
# ./comment5 spvw_typealloc.d | ./gctrigger | ./varbrace > spvw_typealloc.c
# ./comment5 spvw_circ.d | ./gctrigger | ./varbrace > spvw_circ.c
# ./comment5 spvw_walk.d | ./gctrigger | ./varbrace > spvw_walk.c
# ./comment5 spvw_ctype.d | ./gctrigger | ./varbrace > spvw_ctype.c
# ./comment5 spvw_language.d | ./gctrigger | ./varbrace > spvw_language.c
# ./comment5 spvw_memfile.d | ./gctrigger | ./varbrace > spvw_memfile.c
# ./comment5 errunix.d | ./gctrigger | ./varbrace > errunix.c
# ./comment5 aridecl.d | ./gctrigger | ./varbrace > aridecl.c
# ./comment5 arilev0.d | ./gctrigger | ./varbrace > arilev0.c
# ./comment5 arilev1.d | ./gctrigger | ./varbrace > arilev1.c
# ./comment5 intelem.d | ./gctrigger | ./varbrace > intelem.c
# ./comment5 intlog.d | ./gctrigger | ./varbrace > intlog.c
# ./comment5 intplus.d | ./gctrigger | ./varbrace > intplus.c
# ./comment5 intcomp.d | ./gctrigger | ./varbrace > intcomp.c
# ./comment5 intbyte.d | ./gctrigger | ./varbrace > intbyte.c
# ./comment5 intmal.d | ./gctrigger | ./varbrace > intmal.c
# ./comment5 intdiv.d | ./gctrigger | ./varbrace > intdiv.c
# ./comment5 intgcd.d | ./gctrigger | ./varbrace > intgcd.c
# ./comment5 int2adic.d | ./gctrigger | ./varbrace > int2adic.c
# ./comment5 intsqrt.d | ./gctrigger | ./varbrace > intsqrt.c
# ./comment5 intprint.d | ./gctrigger | ./varbrace > intprint.c
# ./comment5 intread.d | ./gctrigger | ./varbrace > intread.c
# ./comment5 intserial.d | ./gctrigger | ./varbrace > intserial.c
# ./comment5 rational.d | ./gctrigger | ./varbrace > rational.c
# ./comment5 sfloat.d | ./gctrigger | ./varbrace > sfloat.c
# ./comment5 ffloat.d | ./gctrigger | ./varbrace > ffloat.c
# ./comment5 dfloat.d | ./gctrigger | ./varbrace > dfloat.c
# ./comment5 lfloat.d | ./gctrigger | ./varbrace > lfloat.c
# ./comment5 flo_konv.d | ./gctrigger | ./varbrace > flo_konv.c
# ./comment5 flo_rest.d | ./gctrigger | ./varbrace > flo_rest.c
# ./comment5 realelem.d | ./gctrigger | ./varbrace > realelem.c
# ./comment5 realrand.d | ./gctrigger | ./varbrace > realrand.c
# ./comment5 realtran.d | ./gctrigger | ./varbrace > realtran.c
# ./comment5 compelem.d | ./gctrigger | ./varbrace > compelem.c
# ./comment5 comptran.d | ./gctrigger | ./varbrace > comptran.c
# ./comment5 arilev1c.d | ./gctrigger | ./varbrace > arilev1c.c
# ./comment5 arilev1e.d | ./gctrigger | ./varbrace > arilev1e.c
# ./comment5 arilev1i.d | ./gctrigger | ./varbrace > arilev1i.c
# ./comment5 genclisph.d | ./gctrigger | ./varbrace > genclisph.c
# ./comment5 noreadline.d | ./gctrigger | ./varbrace > noreadline.c
# ./comment5 lispbibl.d | sed -e '/^%% /{s///p;d;}' -e '/^#line /!s/.*//' > gen.lispbibl.c
# rm -f localcharset.h
# ln -s gllib/localcharset.h localcharset.h
# clang -I/tmp/clisp/src/clisp-2.49/src/gllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -c spvw.c
# clang-3.8: warning: optimization flag '-falign-functions=4' is not supported
# In file included from spvw.d:23:
# lispbibl.d:9107:43: error: register '%rsp' unsuitable for global register variables on this target
# register __volatile__ aint __SP __asm__(SP_register);
# ^
# lispbibl.d:9027:25: note: expanded from macro 'SP_register'
# #define SP_register "%rsp"
# ^
# In file included from spvw.d:916:
# spvw_sigsegv.d:97:66: warning: unused parameter 'arg2' [-Wunused-parameter]
# local void stackoverflow_handler_continuation (void* arg1, void* arg2, void* arg3) {
# ^
# spvw_sigsegv.d:97:78: warning: unused parameter 'arg3' [-Wunused-parameter]
# local void stackoverflow_handler_continuation (void* arg1, void* arg2, void* arg3) {
# ^
# In file included from spvw.d:918:
# spvw_sigpipe.d:38:33: warning: unused parameter 'sig' [-Wunused-parameter]
# local void sigpipe_handler (int sig)
# ^
# In file included from spvw.d:919:
# spvw_sigint.d:76:35: warning: unused parameter 'sig' [-Wunused-parameter]
# local void interrupt_handler (int sig) { /* sig = SIGINT */
# ^
# In file included from spvw.d:920:
# spvw_sigwinch.d:79:34: warning: unused parameter 'sig' [-Wunused-parameter]
# local void sigwinch_handler (int sig) { /* sig = SIGWINCH */
# ^
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:45:
# spvw_genera1.d:356:73: warning: unused parameter 'rwarea' [-Wunused-parameter]
# local void build_old_generation_cache (uintL heapnr, varobj_mem_region *rwarea)
# ^
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:72:
# spvw_gcmark.d:348:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# pred = objectplus(pred,-(soint)(sizeof(gcv_object_t))<<(oint_addr_shift-addr_shift)); /* go to next component */
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:72:
# spvw_gcmark.d:369:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_varobject(symbol_objects_offset);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# spvw_gcmark.d:46:50: note: expanded from macro 'up_varobject'
# { curr = objectplus(pred,-(soint)(first_offset)<<(oint_addr_shift-addr_shift)); /* becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:72:
# spvw_gcmark.d:371:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_svector();
# ^~~~~~~~~~~~
# spvw_gcmark.d:117:60: note: expanded from macro 'up_svector'
# { curr = objectplus(pred,-(soint)offsetofa(svector_,data)<<(oint_addr_shift-addr_shift)); /* Svector becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:72:
# spvw_gcmark.d:376:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_iarray();
# ^~~~~~~~~~~
# spvw_gcmark.d:71:54: note: expanded from macro 'up_iarray'
# { curr = objectplus(pred,-(soint)iarray_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:72:
# spvw_gcmark.d:378:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_lrecord();
# ^~~~~~~~~~~~
# spvw_gcmark.d:143:62: note: expanded from macro 'up_lrecord'
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* Lrecord becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:72:
# spvw_gcmark.d:381:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_sxrecord();
# ^~~~~~~~~~~~~
# spvw_gcmark.d:180:62: note: expanded from macro 'up_sxrecord'
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* record becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:72:
# spvw_gcmark.d:383:75: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# { {var object pred_ = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:72:
# spvw_gcmark.d:385:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_sistring();
# ^~~~~~~~~~~~~
# spvw_gcmark.d:91:56: note: expanded from macro 'up_sistring'
# { curr = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# In file included from spvw_weak.d:104:
# spvw_gcmark.d:348:58: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# pred = objectplus(pred,-(soint)(sizeof(gcv_object_t))<<(oint_addr_shift-addr_shift)); /* go to next component */
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# In file included from spvw_weak.d:104:
# spvw_gcmark.d:369:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_varobject(symbol_objects_offset);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# spvw_gcmark.d:46:50: note: expanded from macro 'up_varobject'
# { curr = objectplus(pred,-(soint)(first_offset)<<(oint_addr_shift-addr_shift)); /* becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# In file included from spvw_weak.d:104:
# spvw_gcmark.d:371:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_svector();
# ^~~~~~~~~~~~
# spvw_gcmark.d:117:60: note: expanded from macro 'up_svector'
# { curr = objectplus(pred,-(soint)offsetofa(svector_,data)<<(oint_addr_shift-addr_shift)); /* Svector becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# In file included from spvw_weak.d:104:
# spvw_gcmark.d:376:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_iarray();
# ^~~~~~~~~~~
# spvw_gcmark.d:71:54: note: expanded from macro 'up_iarray'
# { curr = objectplus(pred,-(soint)iarray_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# In file included from spvw_weak.d:104:
# spvw_gcmark.d:378:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_lrecord();
# ^~~~~~~~~~~~
# spvw_gcmark.d:143:62: note: expanded from macro 'up_lrecord'
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* Lrecord becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# In file included from spvw_weak.d:104:
# spvw_gcmark.d:381:9: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_sxrecord();
# ^~~~~~~~~~~~~
# spvw_gcmark.d:180:62: note: expanded from macro 'up_sxrecord'
# { curr = objectplus(pred,-(soint)offsetofa(record_,recdata)<<(oint_addr_shift-addr_shift)); /* record becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# In file included from spvw_weak.d:104:
# spvw_gcmark.d:383:75: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# { {var object pred_ = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift));
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# In file included from spvw_weak.d:104:
# spvw_gcmark.d:385:13: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# up_sistring();
# ^~~~~~~~~~~~~
# spvw_gcmark.d:91:56: note: expanded from macro 'up_sistring'
# { curr = objectplus(pred,-(soint)sistring_data_offset<<(oint_addr_shift-addr_shift)); /* array becomes current object */ \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:630:40: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakList(obj)->wl_count = fixnum_inc(TheWeakList(obj)->wl_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:690:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakAlist(obj)->wal_count = fixnum_inc(TheWeakAlist(obj)->wal_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:708:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakAlist(obj)->wal_count = fixnum_inc(TheWeakAlist(obj)->wal_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:729:42: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakAlist(obj)->wal_count = fixnum_inc(TheWeakAlist(obj)->wal_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:753:44: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakAlist(obj)->wal_count = fixnum_inc(TheWeakAlist(obj)->wal_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:779:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:812:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:848:49: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# In file included from spvw_garcol.d:222:
# spvw_weak.d:886:51: warning: shifting a negative signed value is undefined [-Wshift-negative-value]
# TheWeakHashedAlist(obj)->whal_count = fixnum_inc(TheWeakHashedAlist(obj)->whal_count,-1);
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# lispbibl.d:5336:36: note: expanded from macro 'fixnum_inc'
# objectplus(obj, (soint)(delta) << oint_data_shift)
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
# lispbibl.d:3148:60: note: expanded from macro 'objectplus'
# #define objectplus(obj,offset) ((object)pointerplus(obj,offset))
# ^~~~~~
# lispbibl.d:1289:60: note: expanded from macro 'pointerplus'
# #define pointerplus(pointer,offset) ((UBYTE*)(pointer)+(offset))
# ^~~~~~
# In file included from spvw.d:927:
# spvw_garcol.d:1745:64: warning: unused parameter 'holes' [-Wunused-parameter]
# local inline void fill_varobject_heap_holes(varobj_mem_region *holes)
# ^
# spvw_garcol.d:3059:31: warning: unused parameter 'level' [-Wunused-parameter]
# global maygc void gar_col(int level)
# ^
# spvw.d:2841:65: warning: unused parameter 'p' [-Wunused-parameter]
# local inline void free_argv_initparams (struct argv_initparams *p) {
# ^
# 34 warnings and 1 error generated.
# make: *** [Makefile:1067: spvw.o] Error 1
# ==> ERROR: A failure occurred in build().
# Aborting...

Printing config logfiles

CMD: config logfiles '/tmp/clisp/src/clisp-2.49/src/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 GNU CLISP configure 2.49 (2010-07-07), which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# $ configure --disable-option-checking --host=x86_64-unknown-linux --prefix=/usr --with-readline --with-ffcall --cache-file=config.cache
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = 5e725306d7c1
# uname -m = x86_64
# uname -r = 4.10.6-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Mon Mar 27 08:28:22 CEST 2017
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/bin
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/bin
# PATH: /usr/lib/jvm/default/bin
# PATH: /usr/bin/site_perl
# PATH: /usr/bin/vendor_perl
# PATH: /usr/bin/core_perl
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2807: creating cache config.cache
# configure:2941: checking for a BSD-compatible install
# configure:3009: result: /usr/bin/install -c
# configure:3020: checking whether build environment is sane
# configure:3070: result: yes
# configure:3119: checking for x86_64-unknown-linux-strip
# configure:3149: result: no
# configure:3159: checking for strip
# configure:3175: found /usr/bin/strip
# configure:3186: result: strip
# configure:3211: checking for a thread-safe mkdir -p
# configure:3250: result: /usr/bin/mkdir -p
# configure:3264: checking for gawk
# configure:3280: found /usr/bin/gawk
# configure:3291: result: gawk
# configure:3302: checking whether make sets $(MAKE)
# configure:3324: result: yes
# configure:3442: ** check for host type
# configure:3448: checking build system type
# configure:3462: result: x86_64-unknown-linux-gnu
# configure:3482: checking host system type
# configure:3495: result: x86_64-unknown-linux-gnu
# configure:3527: checking for style of include used by make
# configure:3555: result: GNU
# configure:3585: checking for x86_64-unknown-linux-gcc
# configure:3612: result: clang
# configure:3881: checking for C compiler version
# configure:3890: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:3901: $? = 0
# configure:3890: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:3901: $? = 0
# configure:3890: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:3901: $? = 1
# configure:3890: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:3901: $? = 1
# configure:3921: checking whether the C compiler works
# configure:3943: clang conftest.c >&5
# configure:3947: $? = 0
# configure:3996: result: yes
# configure:3999: checking for C compiler default output file name
# configure:4001: result: a.out
# configure:4007: checking for suffix of executables
# configure:4014: clang -o conftest conftest.c >&5
# configure:4018: $? = 0
# configure:4040: result:
# configure:4062: checking whether we are cross compiling
# configure:4070: clang -o conftest conftest.c >&5
# configure:4074: $? = 0
# configure:4081: ./conftest
# configure:4085: $? = 0
# configure:4100: result: no
# configure:4105: checking for suffix of object files
# configure:4127: clang -c conftest.c >&5
# configure:4131: $? = 0
# configure:4152: result: o
# configure:4156: checking whether we are using the GNU C compiler
# configure:4175: clang -c conftest.c >&5
# configure:4175: $? = 0
# configure:4184: result: yes
# configure:4193: checking whether clang accepts -g
# configure:4213: clang -c -g conftest.c >&5
# configure:4213: $? = 0
# configure:4254: result: yes
# configure:4271: checking for clang option to accept ISO C89
# configure:4335: clang -c conftest.c >&5
# configure:4335: $? = 0
# configure:4348: result: none needed
# configure:4370: checking dependency style of clang
# configure:4480: result: gcc3
# configure:4501: checking how to run the C preprocessor
# configure:4532: clang -E conftest.c
# configure:4532: $? = 0
# configure:4546: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4546: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | /* end confdefs.h. */
# | #include
# configure:4571: result: clang -E
# configure:4591: clang -E conftest.c
# configure:4591: $? = 0
# configure:4605: clang -E conftest.c
# conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:4605: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | /* end confdefs.h. */
# | #include
# configure:4634: checking for grep that handles long lines and -e
# configure:4692: result: /usr/bin/grep
# configure:4697: checking for egrep
# configure:4759: result: /usr/bin/grep -E
# configure:4884: checking for 64-bit x86_64
# configure:4907: result: yes
# configure:4925: checking how to remove colons from paths
# configure:4936: result: echo $x
# configure:4940: ** checks for programs
# configure:4950: checking for x86_64-unknown-linux-gcc
# configure:4977: result: clang
# configure:5246: checking for C compiler version
# configure:5255: clang --version >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# configure:5266: $? = 0
# configure:5255: clang -v >&5
# clang version 3.8.0 (tags/RELEASE_380/final)
# Target: x86_64-unknown-linux-gnu
# Thread model: posix
# InstalledDir: /usr/bin
# Found candidate GCC installation: /usr/bin/../lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1
# Found candidate GCC installation: /usr/lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Selected GCC installation: /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/6.1.1
# Candidate multilib: .;@m64
# ... rest of stderr output deleted ...
# configure:5266: $? = 0
# configure:5255: clang -V >&5
# clang-3.8: error: argument to '-V' is missing (expected 1 value)
# clang-3.8: error: no input files
# configure:5266: $? = 1
# configure:5255: clang -qversion >&5
# clang-3.8: error: unknown argument: '-qversion'
# clang-3.8: error: no input files
# configure:5266: $? = 1
# configure:5270: checking whether we are using the GNU C compiler
# configure:5298: result: yes
# configure:5307: checking whether clang accepts -g
# configure:5368: result: yes
# configure:5385: checking for clang option to accept ISO C89
# configure:5462: result: none needed
# configure:5484: checking dependency style of clang
# configure:5594: result: gcc3
# configure:5613: checking how to run the C preprocessor
# configure:5683: result: clang -E
# configure:5703: clang -E conftest.c
# configure:5703: $? = 0
# configure:5717: clang -E conftest.c
# conftest.c:12:10: fatal error: 'ac_nonexistent.h' file not found
# #include
# ^
# 1 error generated.
# configure:5717: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | /* end confdefs.h. */
# | #include
# configure:5747: checking for x86_64-unknown-linux-ranlib
# configure:5777: result: no
# configure:5787: checking for ranlib
# configure:5803: found /usr/bin/ranlib
# configure:5814: result: ranlib
# configure:5837: checking whether clang and cc understand -c and -o together
# configure:5868: clang -c conftest.c -o conftest2.o >&5
# configure:5872: $? = 0
# configure:5878: clang -c conftest.c -o conftest2.o >&5
# configure:5882: $? = 0
# configure:5893: cc -c conftest.c >&5
# configure:5897: $? = 0
# configure:5905: cc -c conftest.c -o conftest2.o >&5
# configure:5909: $? = 0
# configure:5915: cc -c conftest.c -o conftest2.o >&5
# configure:5919: $? = 0
# configure:5937: result: yes
# configure:5962: checking for ANSI C header files
# configure:5982: clang -c conftest.c >&5
# configure:5982: $? = 0
# configure:6055: clang -o conftest conftest.c >&5
# configure:6055: $? = 0
# configure:6055: ./conftest
# configure:6055: $? = 0
# configure:6066: result: yes
# configure:6079: checking for sys/types.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for sys/stat.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for stdlib.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for string.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for memory.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for strings.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for inttypes.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for stdint.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6079: checking for unistd.h
# configure:6079: clang -c conftest.c >&5
# configure:6079: $? = 0
# configure:6079: result: yes
# configure:6095: checking minix/config.h usability
# configure:6095: clang -c conftest.c >&5
# conftest.c:55:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:6095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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:6095: result: no
# configure:6095: checking minix/config.h presence
# configure:6095: clang -E conftest.c
# conftest.c:22:10: fatal error: 'minix/config.h' file not found
# #include
# ^
# 1 error generated.
# configure:6095: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define 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:6095: result: no
# configure:6095: checking for minix/config.h
# configure:6095: result: no
# configure:6124: checking whether it is safe to define __EXTENSIONS__
# configure:6142: clang -c conftest.c >&5
# configure:6142: $? = 0
# configure:6149: result: yes
# configure:6216: checking how to make hard links
# configure:6232: result: ln
# configure:6236: checking whether ln -s works
# configure:6250: result: yes
# configure:6257: checking how to make hard links to symlinks
# configure:6286: result: hln
# configure:6638: checking how to print strings
# configure:6665: result: printf
# configure:6686: checking for a sed that does not truncate output
# configure:6750: result: /usr/bin/sed
# configure:6768: checking for fgrep
# configure:6830: result: /usr/bin/grep -F
# configure:6865: checking for ld used by clang
# configure:6932: result: /usr/bin/ld
# configure:6939: checking if the linker (/usr/bin/ld) is GNU ld
# configure:6954: result: yes
# configure:6966: checking for BSD- or MS-compatible name lister (nm)
# configure:7015: result: /usr/bin/nm -B
# configure:7145: checking the name lister (/usr/bin/nm -B) interface
# configure:7152: clang -c conftest.c >&5
# configure:7155: /usr/bin/nm -B "conftest.o"
# configure:7158: output
# 0000000000000000 B some_variable
# configure:7165: result: BSD nm
# configure:7168: checking whether ln -s works
# configure:7172: result: yes
# configure:7180: checking the maximum length of command line arguments
# configure:7305: result: 1572864
# configure:7322: checking whether the shell understands some XSI constructs
# configure:7332: result: yes
# configure:7336: checking whether the shell understands "+="
# configure:7342: result: yes
# configure:7377: checking for /usr/bin/ld option to reload object files
# configure:7384: result: -r
# configure:7413: checking for x86_64-unknown-linux-objdump
# configure:7440: result: objdump
# configure:7509: checking how to recognize dependent libraries
# configure:7711: result: pass_all
# configure:7731: checking for x86_64-unknown-linux-ar
# configure:7761: result: no
# configure:7771: checking for ar
# configure:7787: found /usr/bin/ar
# configure:7798: result: ar
# configure:7836: checking for x86_64-unknown-linux-strip
# configure:7863: result: strip
# configure:7935: checking for x86_64-unknown-linux-ranlib
# configure:7962: result: ranlib
# configure:8104: checking command to parse /usr/bin/nm -B output from clang object
# configure:8222: clang -c conftest.c >&5
# configure:8225: $? = 0
# configure:8229: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
# configure:8232: $? = 0
# configure:8286: clang -o conftest conftest.c conftstm.o >&5
# configure:8289: $? = 0
# configure:8327: result: ok
# configure:8422: clang -c conftest.c >&5
# configure:8425: $? = 0
# configure:9164: checking for dlfcn.h
# configure:9164: clang -c conftest.c >&5
# configure:9164: $? = 0
# configure:9164: result: yes
# configure:9349: checking for objdir
# configure:9364: result: .libs
# configure:9631: checking if clang supports -fno-rtti -fno-exceptions
# configure:9649: clang -c -fno-rtti -fno-exceptions conftest.c >&5
# configure:9653: $? = 0
# configure:9666: result: yes
# configure:9686: checking for clang option to produce PIC
# configure:9971: result: -fPIC -DPIC
# configure:9983: checking if clang PIC flag -fPIC -DPIC works
# configure:10001: clang -c -fPIC -DPIC -DPIC conftest.c >&5
# configure:10005: $? = 0
# configure:10018: result: yes
# configure:10042: checking if clang static flag -static works
# configure:10070: result: yes
# configure:10085: checking if clang supports -c -o file.o
# configure:10106: clang -c -o out/conftest2.o conftest.c >&5
# configure:10110: $? = 0
# configure:10132: result: yes
# configure:10140: checking if clang supports -c -o file.o
# configure:10187: result: yes
# configure:10220: checking whether the clang linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
# configure:11295: result: yes
# configure:11332: checking whether -lc should be explicitly linked in
# configure:11340: clang -c conftest.c >&5
# configure:11343: $? = 0
# configure:11358: clang -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
# configure:11361: $? = 0
# configure:11375: result: no
# configure:11540: checking dynamic linker characteristics
# configure:11995: clang -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
# configure:11995: $? = 0
# configure:12217: result: GNU/Linux ld.so
# configure:12324: checking how to hardcode library paths into programs
# configure:12349: result: immediate
# configure:12889: checking whether stripping libraries is possible
# configure:12894: result: yes
# configure:12929: checking if libtool supports shared libraries
# configure:12931: result: yes
# configure:12934: checking whether to build shared libraries
# configure:12955: result: yes
# configure:12958: checking whether to build static libraries
# configure:12962: result: yes
# configure:13000: checking for groff
# configure:13016: found /usr/bin/groff
# configure:13027: result: groff
# configure:13037: checking for ps2pdf
# configure:13053: found /usr/bin/ps2pdf
# configure:13064: result: ps2pdf
# configure:13076: checking for gzip
# configure:13092: found /usr/bin/gzip
# configure:13103: result: gzip
# configure:13114: checking whether test -nt works
# configure:13130: result: yes
# configure:13133: ** checks for system features
# configure:13142: checking for special C compiler options needed for large files
# configure:13187: result: no
# configure:13193: checking for _FILE_OFFSET_BITS value needed for large files
# configure:13218: clang -c conftest.c >&5
# configure:13218: $? = 0
# configure:13250: result: no
# configure:13333: checking whether using GNU C
# configure:13356: result: yes
# configure:13366: checking whether using SUNPRO C
# configure:13388: result: no
# configure:13396: checking whether using C++
# configure:13419: result: no
# configure:13427: checking whether CPP likes empty macro arguments
# configure:13438: clang -E conftest.c
# configure:13438: $? = 0
# configure:13445: result: yes
# configure:13454: checking for underscore in external names
# configure:13468: clang -S conftest.c
# configure:13471: $? = 0
# configure:13481: result: no
# configure:13491: checking whether gethostent requires -lnsl
# configure:13513: clang -o conftest conftest.c >&5
# configure:13513: $? = 0
# configure:13545: result: no
# configure:13550: checking whether setsockopt requires -lsocket
# configure:13572: clang -o conftest conftest.c >&5
# configure:13572: $? = 0
# configure:13604: result: no
# configure:13609: checking whether CC works at all
# configure:13652: clang -o conftest conftest.c >&5
# configure:13652: $? = 0
# configure:13652: ./conftest
# configure:13652: $? = 0
# configure:13669: result: yes
# configure:13677: ** check for add-ons
# configure:13688: checking for working alloca.h
# configure:13705: clang -o conftest conftest.c >&5
# configure:13705: $? = 0
# configure:13713: result: yes
# configure:13721: checking for alloca
# configure:13758: clang -o conftest conftest.c >&5
# configure:13758: $? = 0
# configure:13766: result: yes
# configure:13983: checking for C/C++ restrict keyword
# configure:14008: clang -c conftest.c >&5
# configure:14008: $? = 0
# configure:14016: result: __restrict
# configure:14042: checking for sys/time.h
# configure:14042: clang -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for langinfo.h
# configure:14042: clang -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for sys/mman.h
# configure:14042: clang -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for stddef.h
# configure:14042: clang -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for stdint.h
# configure:14042: result: yes
# configure:14042: checking for wchar.h
# configure:14042: clang -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14042: checking for string.h
# configure:14042: result: yes
# configure:14042: checking for unistd.h
# configure:14042: result: yes
# configure:14042: checking for wctype.h
# configure:14042: clang -c conftest.c >&5
# configure:14042: $? = 0
# configure:14042: result: yes
# configure:14058: checking whether the preprocessor supports include_next
# configure:14096: clang -c -Iconftestd1b -Iconftestd2 conftest.c >&5
# configure:14096: $? = 0
# configure:14117: result: yes
# configure:14201: checking for struct timeval
# configure:14221: clang -c conftest.c >&5
# configure:14221: $? = 0
# configure:14228: result: yes
# configure:14237: checking whether gettimeofday is declared without a macro
# configure:14259: clang -c conftest.c >&5
# configure:14259: $? = 0
# configure:14267: result: yes
# configure:14289: checking for gettimeofday
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for readlink
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for mbsinit
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for mbrtowc
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for mbsrtowcs
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for mprotect
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for memchr
# configure:14289: clang -o conftest conftest.c >&5
# conftest.c:71:6: warning: incompatible redeclaration of library function 'memchr' [-Wincompatible-library-redeclaration]
# char memchr ();
# ^
# conftest.c:71:6: note: 'memchr' is a builtin with type 'void *(const void *, int, unsigned long)'
# 1 warning generated.
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for nl_langinfo
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for iswcntrl
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14289: checking for iswblank
# configure:14289: clang -o conftest conftest.c >&5
# configure:14289: $? = 0
# configure:14289: result: yes
# configure:14348: checking for ld used by GCC
# configure:14412: result: /usr/bin/ld -m elf_x86_64
# configure:14419: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
# configure:14432: result: yes
# configure:14439: checking for shared library run path origin
# configure:14452: result: done
# configure:14537: checking for nl_langinfo and CODESET
# configure:14553: clang -o conftest conftest.c >&5
# configure:14553: $? = 0
# configure:14562: result: yes
# configure:14572: checking for working fcntl.h
# configure:14629: clang -o conftest conftest.c >&5
# conftest.c:73:27: warning: address of array 'constants' will always evaluate to 'true' [-Wpointer-bool-conversion]
# int status = !constants;
# ~^~~~~~~~~
# 1 warning generated.
# configure:14629: $? = 0
# configure:14629: ./conftest
# configure:14629: $? = 0
# configure:14644: result: yes
# configure:14667: checking whether getc_unlocked is declared
# configure:14667: clang -c conftest.c >&5
# configure:14667: $? = 0
# configure:14667: result: yes
# configure:14679: checking whether we are using the GNU C Library 2.1 or newer
# configure:14706: result: yes
# configure:14750: checking for mbstate_t
# configure:14767: clang -c conftest.c >&5
# configure:14767: $? = 0
# configure:14774: result: yes
# configure:14793: checking for a traditional japanese locale
# configure:14850: clang -o conftest conftest.c >&5
# configure:14853: $? = 0
# configure:14895: result: none
# configure:14903: checking for a transitional chinese locale
# configure:14961: clang -o conftest conftest.c >&5
# configure:14964: $? = 0
# configure:14990: result: none
# configure:14997: checking for a french Unicode locale
# configure:15057: clang -o conftest conftest.c >&5
# configure:15060: $? = 0
# configure:15087: result: none
# configure:15177: checking for mmap
# configure:15177: clang -o conftest conftest.c >&5
# configure:15177: $? = 0
# configure:15177: result: yes
# configure:15188: checking for MAP_ANONYMOUS
# configure:15225: result: yes
# configure:15247: checking whether memchr works
# configure:15307: clang -o conftest conftest.c >&5
# configure:15307: $? = 0
# configure:15307: ./conftest
# configure:15307: $? = 0
# configure:15317: result: yes
# configure:15362: clang -c conftest.c >&5
# conftest.c:59:10: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:59:15: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:15362: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:15399: checking for stdbool.h that conforms to C99
# configure:15482: clang -c conftest.c >&5
# conftest.c:85:21: warning: address of 's' will always evaluate to 'true' [-Wpointer-bool-conversion]
# bool e = &s;
# ~ ^
# conftest.c:127:20: warning: address of array 'a' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:127:25: warning: address of array 'b' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:127:30: warning: address of array 'c' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:127:35: warning: address of array 'd' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:127:45: warning: address of array 'f' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:127:50: warning: address of array 'g' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:127:55: warning: address of array 'h' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:127:60: warning: address of array 'i' will always evaluate to 'true' [-Wpointer-bool-conversion]
# return (!a + !b + !c + !d + !e + !f + !g + !h + !i + !!j + !k + !!l
# ~^
# conftest.c:128:27: warning: address of array 'n' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:128:32: warning: address of array 'o' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# conftest.c:128:37: warning: address of array 'p' will always evaluate to 'true' [-Wpointer-bool-conversion]
# ~^
# 12 warnings generated.
# configure:15482: $? = 0
# configure:15489: result: yes
# configure:15491: checking for _Bool
# configure:15491: clang -c conftest.c >&5
# configure:15491: $? = 0
# configure:15491: clang -c conftest.c >&5
# conftest.c:94:20: error: expected expression
# if (sizeof ((_Bool)))
# ^
# 1 error generated.
# configure:15491: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 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 ((_Bool)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:15491: result: yes
# configure:15512: checking for wchar_t
# configure:15529: clang -c conftest.c >&5
# configure:15529: $? = 0
# configure:15536: result: yes
# configure:15547: checking for long long int
# configure:15584: clang -o conftest conftest.c >&5
# configure:15584: $? = 0
# configure:15614: clang -o conftest conftest.c >&5
# configure:15614: $? = 0
# configure:15614: ./conftest
# configure:15614: $? = 0
# configure:15629: result: yes
# configure:15638: checking for unsigned long long int
# configure:15675: clang -o conftest conftest.c >&5
# configure:15675: $? = 0
# configure:15683: result: yes
# configure:15757: checking whether memmem is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether mempcpy is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether memrchr is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether rawmemchr is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether stpcpy is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether stpncpy is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strchrnul is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strdup is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strncat is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strndup is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strnlen is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strpbrk is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strsep is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strcasestr is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strtok_r is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strsignal is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15757: checking whether strverscmp is declared without a macro
# configure:15775: clang -c conftest.c >&5
# configure:15775: $? = 0
# configure:15783: result: yes
# configure:15825: checking for inline
# configure:15841: clang -c conftest.c >&5
# configure:15841: $? = 0
# configure:15849: result: inline
# configure:15870: checking whether uses 'inline' correctly
# configure:15885: clang -c conftest.c >&5
# configure:15888: $? = 0
# configure:15899: clang -c conftest.c >&5
# configure:15902: $? = 0
# configure:15915: result: yes
# configure:15930: checking for wint_t
# configure:15955: clang -c conftest.c >&5
# configure:15955: $? = 0
# configure:15962: result: yes
# configure:16012: checking for alloca as a compiler built-in
# configure:16036: result: yes
# configure:16061: checking for getpagesize
# configure:16061: clang -o conftest conftest.c >&5
# configure:16061: $? = 0
# configure:16061: result: yes
# configure:16118: checking whether getpagesize is declared
# configure:16118: clang -c conftest.c >&5
# configure:16118: $? = 0
# configure:16118: result: yes
# configure:16191: checking whether gettimeofday clobbers localtime buffer
# configure:16223: clang -o conftest conftest.c >&5
# configure:16223: $? = 0
# configure:16223: ./conftest
# configure:16223: $? = 0
# configure:16233: result: no
# configure:16286: checking for gettimeofday with POSIX signature
# configure:16314: clang -c conftest.c >&5
# conftest.c:86:19: error: conflicting types for 'gettimeofday'
# int gettimeofday (struct timeval *restrict, void *restrict);
# ^
# /usr/include/sys/time.h:71:12: note: previous declaration is here
# extern int gettimeofday (struct timeval *__restrict __tv,
# ^
# conftest.c:96:21: warning: incompatible pointer types initializing 'int (*)(struct timeval *restrict, void *restrict)' with an expression of type 'int (struct timeval *restrict, __timezone_ptr_t)' (aka 'int (struct timeval *restrict, struct timezone *restrict)') [-Wincompatible-pointer-types]
# int (*f) (struct timeval *restrict, void *restrict)
# ^
# 1 warning and 1 error generated.
# configure:16314: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | /* end confdefs.h. */
# | #include
# | struct timeval c;
# | int gettimeofday (struct timeval *restrict, void *restrict);
# |
# | int
# | main ()
# | {
# | /* glibc uses struct timezone * rather than the POSIX void *
# | if _GNU_SOURCE is defined. However, since the only portable
# | use of gettimeofday uses NULL as the second parameter, and
# | since the glibc definition is actually more typesafe, it is
# | not worth wrapping this to get a compliant signature. */
# | int (*f) (struct timeval *restrict, void *restrict)
# | = gettimeofday;
# | int x = f (&c, 0);
# | return !(x | c.tv_sec | c.tv_usec);
# |
# | ;
# | return 0;
# | }
# configure:16330: clang -c conftest.c >&5
# configure:16330: $? = 0
# configure:16339: result: almost
# configure:16477: checking whether langinfo.h defines CODESET
# configure:16495: clang -c conftest.c >&5
# configure:16495: $? = 0
# configure:16503: result: yes
# configure:16508: checking whether langinfo.h defines ERA
# configure:16526: clang -c conftest.c >&5
# configure:16526: $? = 0
# configure:16534: result: yes
# configure:16549: checking whether nl_langinfo is declared without a macro
# configure:16567: clang -c conftest.c >&5
# configure:16567: $? = 0
# configure:16575: result: yes
# configure:17083: checking for libsigsegv
# configure:17105: clang -o conftest conftest.c /usr/lib/libsigsegv.so -Wl,-rpath -Wl,/usr/lib >&5
# configure:17105: $? = 0
# configure:17115: result: yes
# configure:17122: checking how to link with libsigsegv
# configure:17124: result: /usr/lib/libsigsegv.so -Wl,-rpath -Wl,/usr/lib
# configure:17146: checking whether link(2) dereferences a symlink
# configure:17196: clang -o conftest conftest.c >&5
# configure:17196: $? = 0
# configure:17196: ./conftest
# configure:17196: $? = 0
# configure:17208: result: no
# configure:17248: checking whether mbrtowc handles incomplete characters
# configure:17298: result: guessing yes
# configure:17304: checking whether mbrtowc works as well as mbtowc
# configure:17358: result: guessing yes
# configure:17390: checking whether mbrtowc handles a NULL string argument
# configure:17442: result: guessing yes
# configure:17449: checking whether mbrtowc has a correct return value
# configure:17518: result: guessing yes
# configure:17524: checking whether mbrtowc returns 0 when parsing a NUL character
# configure:17573: result: guessing yes
# configure:17647: checking whether mbrtowc handles incomplete characters
# configure:17697: result: guessing yes
# configure:17703: checking whether mbrtowc works as well as mbtowc
# configure:17757: result: guessing yes
# configure:17832: checking whether mbrtowc handles incomplete characters
# configure:17882: result: guessing yes
# configure:17888: checking whether mbrtowc works as well as mbtowc
# configure:17942: result: guessing yes
# configure:17976: checking whether mbsrtowcs works
# configure:18059: result: guessing yes
# configure:18220: checking whether NULL can be used in arbitrary expressions
# configure:18238: clang -c conftest.c >&5
# configure:18238: $? = 0
# configure:18245: result: yes
# configure:18400: checking whether stdint.h conforms to C99
# configure:18569: clang -c conftest.c >&5
# configure:18569: $? = 0
# configure:18651: clang -o conftest conftest.c >&5
# configure:18651: $? = 0
# configure:18651: ./conftest
# configure:18651: $? = 0
# configure:18663: result: yes
# configure:19136: checking whether chown is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether dup2 is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether dup3 is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether environ is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether euidaccess is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether faccessat is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether fchdir is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether fchownat is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether fsync is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether ftruncate is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getcwd is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getdomainname is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getdtablesize is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getgroups is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether gethostname is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getlogin is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getlogin_r is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getpagesize is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether getusershell is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether setusershell is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether endusershell is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether lchown is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether link is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether linkat is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether lseek is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether pipe2 is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether pread is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether pwrite is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether readlink is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether readlinkat is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether rmdir is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether sleep is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether symlink is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether symlinkat is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether ttyname_r is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether unlink is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether unlinkat is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19136: checking whether usleep is declared without a macro
# configure:19163: clang -c conftest.c >&5
# configure:19163: $? = 0
# configure:19171: result: yes
# configure:19348: checking whether btowc is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wctob is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbsinit is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbrtowc is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbrlen is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbsrtowcs is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether mbsnrtowcs is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wcrtomb is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wcsrtombs is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wcsnrtombs is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19348: checking whether wcwidth is declared without a macro
# configure:19373: clang -c conftest.c >&5
# configure:19373: $? = 0
# configure:19381: result: yes
# configure:19425: checking whether iswcntrl works
# configure:19464: clang -o conftest conftest.c >&5
# configure:19464: $? = 0
# configure:19464: ./conftest
# configure:19464: $? = 0
# configure:19475: result: yes
# configure:20079: checking for iconv
# configure:20101: clang -o conftest conftest.c >&5
# configure:20101: $? = 0
# configure:20133: result: yes
# configure:20136: checking for working iconv
# configure:20231: clang -o conftest conftest.c >&5
# configure:20231: $? = 0
# configure:20231: ./conftest
# configure:20231: $? = 0
# configure:20243: result: yes
# configure:20271: checking for iconv declaration
# configure:20300: clang -c conftest.c >&5
# configure:20300: $? = 0
# configure:20311: result:
# extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
# configure:20321: checking whether NLS is requested
# configure:20330: result: yes
# configure:20371: checking for msgfmt
# configure: trying /usr/bin/msgfmt...
# 0 translated messages.
# configure:20403: result: /usr/bin/msgfmt
# configure:20412: checking for gmsgfmt
# configure:20443: result: /usr/bin/msgfmt
# configure:20494: checking for xgettext
# configure: trying /usr/bin/xgettext...
# /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
# configure:20526: result: /usr/bin/xgettext
# configure:20572: checking for msgmerge
# configure: trying /usr/bin/msgmerge...
# configure:20603: result: /usr/bin/msgmerge
# configure:20644: checking for CFPreferencesCopyAppValue
# configure:20662: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:145:10: fatal error: 'CoreFoundation/CFPreferences.h' file not found
# #include
# ^
# 1 error generated.
# configure:20662: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFPreferencesCopyAppValue(NULL, NULL)
# | ;
# | return 0;
# | }
# configure:20671: result: no
# configure:20678: checking for CFLocaleCopyCurrent
# configure:20696: clang -o conftest conftest.c -Wl,-framework -Wl,CoreFoundation >&5
# conftest.c:145:10: fatal error: 'CoreFoundation/CFLocale.h' file not found
# #include
# ^
# 1 error generated.
# configure:20696: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | CFLocaleCopyCurrent();
# | ;
# | return 0;
# | }
# configure:20705: result: no
# configure:20754: checking for GNU gettext in libc
# configure:20774: clang -o conftest conftest.c >&5
# configure:20774: $? = 0
# configure:20783: result: yes
# configure:21574: checking whether to use NLS
# configure:21576: result: yes
# configure:21579: checking where the gettext function comes from
# configure:21590: result: libc
# configure:21681: checking how to link with libavcall
# configure:22154: result: /usr/lib/libavcall.a
# configure:22195: checking how to link with libcallback
# configure:22668: result: /usr/lib/libcallback.a
# configure:22707: checking avcall.h usability
# configure:22707: clang -c conftest.c >&5
# configure:22707: $? = 0
# configure:22707: result: yes
# configure:22707: checking avcall.h presence
# configure:22707: clang -E conftest.c
# configure:22707: $? = 0
# configure:22707: result: yes
# configure:22707: checking for avcall.h
# configure:22707: result: yes
# configure:22707: checking callback.h usability
# configure:22707: clang -c conftest.c >&5
# configure:22707: $? = 0
# configure:22707: result: yes
# configure:22707: checking callback.h presence
# configure:22707: clang -E conftest.c
# configure:22707: $? = 0
# configure:22707: result: yes
# configure:22707: checking for callback.h
# configure:22707: result: yes
# configure:22768: checking for library containing __builtin_avcall
# configure:22799: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:22799: $? = 0
# configure:22816: result: none required
# configure:22824: checking for library containing trampoline_r_data0
# configure:22855: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:22855: $? = 0
# configure:22872: result: none required
# configure:22885: checking whether libffcall is installed
# configure:22898: result: yes
# configure:22946: checking lightning.h usability
# configure:22946: clang -c conftest.c >&5
# conftest.c:183:10: fatal error: 'lightning.h' file not found
# #include
# ^
# 1 error generated.
# configure:22946: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_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:22946: result: no
# configure:22946: checking lightning.h presence
# configure:22946: clang -E conftest.c
# conftest.c:150:10: fatal error: 'lightning.h' file not found
# #include
# ^
# 1 error generated.
# configure:22946: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | /* end confdefs.h. */
# | #include
# configure:22946: result: no
# configure:22946: checking for lightning.h
# configure:22946: result: no
# configure:22959: ** checks for fundamental compiler characteristics
# configure:22961: checking for inline
# configure:22985: result: inline
# configure:23002: checking for inline __builtin_strlen
# configure:23013: clang -S conftest.c
# configure:23016: $? = 0
# configure:23029: result: no
# configure:23037: checking for long long int
# configure:23119: result: yes
# configure:23126: ** checks for header files
# configure:23131: checking sys/inttypes.h usability
# configure:23131: clang -c conftest.c >&5
# conftest.c:184:10: fatal error: 'sys/inttypes.h' file not found
# #include
# ^
# 1 error generated.
# configure:23131: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 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:23131: result: no
# configure:23131: checking sys/inttypes.h presence
# configure:23131: clang -E conftest.c
# conftest.c:151:10: fatal error: 'sys/inttypes.h' file not found
# #include
# ^
# 1 error generated.
# configure:23131: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | /* end confdefs.h. */
# | #include
# configure:23131: result: no
# configure:23131: checking for sys/inttypes.h
# configure:23131: result: no
# configure:23131: checking for unistd.h
# configure:23131: result: yes
# configure:23131: checking sys/file.h usability
# configure:23131: clang -c conftest.c >&5
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking sys/file.h presence
# configure:23131: clang -E conftest.c
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking for sys/file.h
# configure:23131: result: yes
# configure:23131: checking time.h usability
# configure:23131: clang -c conftest.c >&5
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking time.h presence
# configure:23131: clang -E conftest.c
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking for time.h
# configure:23131: result: yes
# configure:23131: checking for sys/time.h
# configure:23131: result: yes
# configure:23131: checking sys/utsname.h usability
# configure:23131: clang -c conftest.c >&5
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking sys/utsname.h presence
# configure:23131: clang -E conftest.c
# configure:23131: $? = 0
# configure:23131: result: yes
# configure:23131: checking for sys/utsname.h
# configure:23131: result: yes
# configure:23144: checking sys/shm.h usability
# configure:23144: clang -c conftest.c >&5
# configure:23144: $? = 0
# configure:23144: result: yes
# configure:23144: checking sys/shm.h presence
# configure:23144: clang -E conftest.c
# configure:23144: $? = 0
# configure:23144: result: yes
# configure:23144: checking for sys/shm.h
# configure:23144: result: yes
# configure:23157: checking sys/ipc.h usability
# configure:23157: clang -c conftest.c >&5
# configure:23157: $? = 0
# configure:23157: result: yes
# configure:23157: checking sys/ipc.h presence
# configure:23157: clang -E conftest.c
# configure:23157: $? = 0
# configure:23157: result: yes
# configure:23157: checking for sys/ipc.h
# configure:23157: result: yes
# configure:23172: checking termios.h usability
# configure:23172: clang -c conftest.c >&5
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking termios.h presence
# configure:23172: clang -E conftest.c
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking for termios.h
# configure:23172: result: yes
# configure:23172: checking termio.h usability
# configure:23172: clang -c conftest.c >&5
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking termio.h presence
# configure:23172: clang -E conftest.c
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking for termio.h
# configure:23172: result: yes
# configure:23172: checking sys/termio.h usability
# configure:23172: clang -c conftest.c >&5
# conftest.c:193:10: fatal error: 'sys/termio.h' file not found
# #include
# ^
# 1 error generated.
# configure:23172: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_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:23172: result: no
# configure:23172: checking sys/termio.h presence
# configure:23172: clang -E conftest.c
# conftest.c:160:10: fatal error: 'sys/termio.h' file not found
# #include
# ^
# 1 error generated.
# configure:23172: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | /* end confdefs.h. */
# | #include
# configure:23172: result: no
# configure:23172: checking for sys/termio.h
# configure:23172: result: no
# configure:23172: checking sgtty.h usability
# configure:23172: clang -c conftest.c >&5
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking sgtty.h presence
# configure:23172: clang -E conftest.c
# configure:23172: $? = 0
# configure:23172: result: yes
# configure:23172: checking for sgtty.h
# configure:23172: result: yes
# configure:23183: checking for tcgetattr
# configure:23199: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23199: $? = 0
# configure:23207: result: yes
# configure:23214: checking for TCSAFLUSH in termios.h
# configure:23230: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23230: $? = 0
# configure:23238: result: yes
# configure:23245: checking for struct winsize in termios.h
# configure:23261: clang -c conftest.c >&5
# conftest.c:167:16: error: variable has incomplete type 'struct winsize'
# struct winsize w;
# ^
# conftest.c:167:8: note: forward declaration of 'struct winsize'
# struct winsize w;
# ^
# 1 error generated.
# configure:23261: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | struct winsize w;
# | ;
# | return 0;
# | }
# configure:23268: result: no
# configure:23274: checking for struct winsize in sys/ioctl.h
# configure:23291: clang -c conftest.c >&5
# configure:23291: $? = 0
# configure:23298: result: yes
# configure:23341: checking for X
# configure:23449: clang -E conftest.c
# configure:23449: $? = 0
# configure:23480: clang -o conftest conftest.c -lX11 /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23480: $? = 0
# configure:23530: result: libraries , headers
# configure:23629: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a -lX11 >&5
# configure:23629: $? = 0
# configure:23727: checking for gethostbyname
# configure:23727: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23727: $? = 0
# configure:23727: result: yes
# configure:23824: checking for connect
# configure:23824: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23824: $? = 0
# configure:23824: result: yes
# configure:23873: checking for remove
# configure:23873: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23873: $? = 0
# configure:23873: result: yes
# configure:23922: checking for shmat
# configure:23922: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:23922: $? = 0
# configure:23922: result: yes
# configure:23980: checking for IceConnectionNumber in -lICE
# configure:24005: clang -o conftest conftest.c -lICE /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24005: $? = 0
# configure:24014: result: yes
# configure:24023: ** checks for typedefs
# configure:24025: checking for caddr_t in sys/types.h
# configure:24046: result: yes
# configure:24056: checking for socklen_t in sys/socket.h
# configure:24077: result: yes
# configure:24092: checking size of off_t
# configure:24097: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24097: $? = 0
# configure:24097: ./conftest
# configure:24097: $? = 0
# configure:24112: result: 8
# configure:24126: checking size of struct timeval
# configure:24131: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24131: $? = 0
# configure:24131: ./conftest
# configure:24131: $? = 0
# configure:24148: result: 16
# configure:24158: ** checks for structure members
# configure:24160: checking for struct dirent.d_namlen
# configure:24160: clang -c conftest.c >&5
# conftest.c:174:13: error: no member named 'd_namlen' in 'struct dirent'; did you mean 'd_name'?
# if (ac_aggr.d_namlen)
# ^~~~~~~~
# d_name
# /usr/include/bits/dirent.h:33:10: note: 'd_name' declared here
# char d_name[256]; /* We must not include limits.h! */
# ^
# conftest.c:174:13: warning: address of array 'ac_aggr.d_name' will always evaluate to 'true' [-Wpointer-bool-conversion]
# if (ac_aggr.d_namlen)
# ~~ ~~~~~~~~^~~~~~~~
# 1 warning and 1 error generated.
# configure:24160: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct dirent ac_aggr;
# | if (ac_aggr.d_namlen)
# | return 0;
# | ;
# | return 0;
# | }
# configure:24160: clang -c conftest.c >&5
# conftest.c:174:20: error: no member named 'd_namlen' in 'struct dirent'; did you mean 'd_name'?
# if (sizeof ac_aggr.d_namlen)
# ^~~~~~~~
# d_name
# /usr/include/bits/dirent.h:33:10: note: 'd_name' declared here
# char d_name[256]; /* We must not include limits.h! */
# ^
# 1 error generated.
# configure:24160: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | /* end confdefs.h. */
# | #include
# |
# | int
# | main ()
# | {
# | static struct dirent ac_aggr;
# | if (sizeof ac_aggr.d_namlen)
# | return 0;
# | ;
# | return 0;
# | }
# configure:24160: result: no
# configure:24171: ** checks for functions and declarations
# configure:24175: checking for working alloca.h
# configure:24200: result: yes
# configure:24208: checking for alloca
# configure:24253: result: yes
# configure:24362: checking for _setjmp
# configure:24362: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:193:6: warning: declaration of built-in function '_setjmp' requires inclusion of the header [-Wbuiltin-requires-header]
# char _setjmp ();
# ^
# conftest.c:204:17: error: too few arguments to function call, expected 1, have 0
# return _setjmp ();
# ~~~~~~~~~^
# 1 warning and 1 error generated.
# configure:24362: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | /* end confdefs.h. */
# | /* Define _setjmp to an innocuous variant, in case declares _setjmp.
# | For example, HP-UX 11i declares gettimeofday. */
# | #define _setjmp innocuous__setjmp
# |
# | /* System header to define __stub macros and hopefully few prototypes,
# | which can conflict with char _setjmp (); below.
# | Prefer to if __STDC__ is defined, since
# | exists even on freestanding compilers. */
# |
# | #ifdef __STDC__
# | # include
# | #else
# | # include
# | #endif
# |
# | #undef _setjmp
# |
# | /* 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 _setjmp ();
# | /* 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__setjmp || defined __stub____setjmp
# | choke me
# | #endif
# |
# | int
# | main ()
# | {
# | return _setjmp ();
# | ;
# | return 0;
# | }
# configure:24362: result: no
# configure:24396: checking whether signal handlers need to be reinstalled
# configure:24429: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24429: $? = 0
# configure:24429: ./conftest
# configure:24429: $? = 0
# configure:24440: result: no
# configure:24585: checking for sigaction
# configure:24585: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24585: $? = 0
# configure:24585: result: yes
# configure:24733: checking for siginterrupt
# configure:24733: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24733: $? = 0
# configure:24733: result: yes
# configure:24744: checking for strerror
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:195:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration]
# char strerror ();
# ^
# conftest.c:195:6: note: 'strerror' is a builtin with type 'char *(int)'
# 1 warning generated.
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for sysconf
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for getdtablesize
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for memset
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:198:6: warning: incompatible redeclaration of library function 'memset' [-Wincompatible-library-redeclaration]
# char memset ();
# ^
# conftest.c:198:6: note: 'memset' is a builtin with type 'void *(void *, int, unsigned long)'
# 1 warning generated.
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setsid
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setpgid
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for fchmod
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for fsync
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for flock
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for gethostent
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for shutdown
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for usleep
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for ualarm
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setitimer
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for nice
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for ftime
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for realpath
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for getresuid
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setresuid
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for getresgid
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setresgid
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setreuid
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for setregid
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for gethostname
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for readlink
# configure:24744: result: yes
# configure:24744: checking for getcwd
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for uname
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for readdir_r
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24744: checking for rand_r
# configure:24744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24744: $? = 0
# configure:24744: result: yes
# configure:24755: checking for putenv
# configure:24772: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24772: $? = 0
# configure:24780: result: yes
# configure:24790: checking for setenv
# configure:24790: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24790: $? = 0
# configure:24790: result: yes
# configure:24790: checking for unsetenv
# configure:24790: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24790: $? = 0
# configure:24790: result: yes
# configure:24799: checking whether environ is declared
# configure:24799: result: yes
# configure:24815: checking return value of unsetenv
# configure:24835: clang -c conftest.c >&5
# conftest.c:211:5: error: conflicting types for 'unsetenv'
# int unsetenv(char*);
# ^
# /usr/include/stdlib.h:588:12: note: previous declaration is here
# extern int unsetenv (const char *__name) __THROW __nonnull ((1));
# ^
# 1 error generated.
# configure:24835: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | /* end confdefs.h. */
# | #include
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int unsetenv(char*);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:24842: result: void
# configure:24855: checking for LC_MESSAGES
# configure:24871: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24871: $? = 0
# configure:24879: result: yes
# configure:24889: checking for getrlimit
# configure:24889: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24889: $? = 0
# configure:24889: result: yes
# configure:24889: checking for setrlimit
# configure:24889: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24889: $? = 0
# configure:24889: result: yes
# configure:24903: checking size of rlim_t
# configure:24908: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:24908: $? = 0
# configure:24908: ./conftest
# configure:24908: $? = 0
# configure:24925: result: 8
# configure:24935: checking for getrlimit declaration
# configure:24967: clang -c conftest.c >&5
# conftest.c:224:5: error: conflicting types for 'getrlimit'
# int getrlimit (int resource, struct rlimit * rlim);
# ^
# /usr/include/sys/resource.h:50:12: note: previous declaration is here
# extern int getrlimit (__rlimit_resource_t __resource,
# ^
# 1 error generated.
# configure:24967: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int getrlimit (int resource, struct rlimit * rlim);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:24980: result: install-shextern int getrlimit (enum __rlimit_resource, struct rlimit *);
# configure:24989: checking for setrlimit declaration
# configure:25021: clang -c conftest.c >&5
# conftest.c:225:5: error: conflicting types for 'setrlimit'
# int setrlimit (RLIMIT_RESOURCE_T resource, struct rlimit * rlim);
# ^
# /usr/include/sys/resource.h:69:12: note: previous declaration is here
# extern int setrlimit (__rlimit_resource_t __resource,
# ^
# 1 error generated.
# configure:25021: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setrlimit (RLIMIT_RESOURCE_T resource, struct rlimit * rlim);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25035: result: install-shextern int setrlimit (enum __rlimit_resource, const struct rlimit *);
# configure:25045: checking for pid_t
# configure:25045: clang -c conftest.c >&5
# configure:25045: $? = 0
# configure:25045: clang -c conftest.c >&5
# conftest.c:248:20: error: expected expression
# if (sizeof ((pid_t)))
# ^
# 1 error generated.
# configure:25045: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | /* 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 ((pid_t)))
# | return 0;
# | ;
# | return 0;
# | }
# configure:25045: result: yes
# configure:25058: checking vfork.h usability
# configure:25058: clang -c conftest.c >&5
# conftest.c:245:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:25058: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | /* 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:25058: result: no
# configure:25058: checking vfork.h presence
# configure:25058: clang -E conftest.c
# conftest.c:212:10: fatal error: 'vfork.h' file not found
# #include
# ^
# 1 error generated.
# configure:25058: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | /* end confdefs.h. */
# | #include
# configure:25058: result: no
# configure:25058: checking for vfork.h
# configure:25058: result: no
# configure:25071: checking for fork
# configure:25071: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25071: $? = 0
# configure:25071: result: yes
# configure:25071: checking for vfork
# configure:25071: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:236:6: warning: incompatible redeclaration of library function 'vfork' [-Wincompatible-library-redeclaration]
# char vfork ();
# ^
# conftest.c:236:6: note: 'vfork' is a builtin with type 'int (void)'
# 1 warning generated.
# configure:25071: $? = 0
# configure:25071: result: yes
# configure:25082: checking for working fork
# configure:25104: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25104: $? = 0
# configure:25104: ./conftest
# configure:25104: $? = 0
# configure:25114: result: yes
# configure:25135: checking for working vfork
# configure:25245: result: yes
# configure:25269: checking for waitpid declaration
# configure:25299: clang -c conftest.c >&5
# configure:25299: $? = 0
# configure:25312: result: install-shextern pid_t waitpid (pid_t, int*, int);
# configure:25324: checking sys/resource.h usability
# configure:25324: clang -c conftest.c >&5
# configure:25324: $? = 0
# configure:25324: result: yes
# configure:25324: checking sys/resource.h presence
# configure:25324: clang -E conftest.c
# configure:25324: $? = 0
# configure:25324: result: yes
# configure:25324: checking for sys/resource.h
# configure:25324: result: yes
# configure:25324: checking sys/times.h usability
# configure:25324: clang -c conftest.c >&5
# configure:25324: $? = 0
# configure:25324: result: yes
# configure:25324: checking sys/times.h presence
# configure:25324: clang -E conftest.c
# configure:25324: $? = 0
# configure:25324: result: yes
# configure:25324: checking for sys/times.h
# configure:25324: result: yes
# configure:25335: checking for getrusage
# configure:25353: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:225:67: warning: expression result unused [-Wunused-value]
# struct rusage x; int y = RUSAGE_SELF; getrusage(y,&x); x.ru_utime.tv_sec;
# ~~~~~~~~~~ ^~~~~~
# 1 warning generated.
# configure:25353: $? = 0
# configure:25361: result: yes
# configure:25367: checking for getrusage declaration
# configure:25398: clang -c conftest.c >&5
# configure:25398: $? = 0
# configure:25411: result: install-shextern int getrusage (int, struct rusage *);
# configure:25414: checking whether getrusage works
# configure:25457: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25457: $? = 0
# configure:25457: ./conftest
# configure:25457: $? = 0
# configure:25467: result: yes
# configure:25481: checking for lstat
# configure:25500: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:228:33: warning: null passed to a callee that requires a non-null argument [-Wnonnull]
# return lstat("",(struct stat *)0);
# ~~~~~~~~~~~~~~~~^
# 1 warning generated.
# configure:25500: $? = 0
# configure:25508: result: yes
# configure:25517: checking for sys/stat.h
# configure:25517: result: yes
# configure:25528: checking for struct stat.st_rdev
# configure:25528: clang -c conftest.c >&5
# configure:25528: $? = 0
# configure:25528: result: yes
# configure:25538: checking for struct stat.st_blksize
# configure:25538: clang -c conftest.c >&5
# configure:25538: $? = 0
# configure:25538: result: yes
# configure:25548: checking for struct stat.st_blocks
# configure:25548: clang -c conftest.c >&5
# configure:25548: $? = 0
# configure:25548: result: yes
# configure:25564: checking size of ino_t
# configure:25569: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25569: $? = 0
# configure:25569: ./conftest
# configure:25569: $? = 0
# configure:25584: result: 8
# configure:25598: checking size of dev_t
# configure:25603: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25603: $? = 0
# configure:25603: ./conftest
# configure:25603: $? = 0
# configure:25618: result: 8
# configure:25628: checking for ELOOP
# configure:25687: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25687: $? = 0
# configure:25687: ./conftest
# configure:25687: $? = 0
# configure:25705: result: yes
# configure:25714: checking for usable closedir return value
# configure:25736: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25736: $? = 0
# configure:25736: ./conftest
# configure:25736: $? = 0
# configure:25746: result: yes
# configure:25755: checking for ioctl
# configure:25755: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:25755: $? = 0
# configure:25755: result: yes
# configure:25791: checking for ioctl declaration
# configure:25813: clang -c conftest.c >&5
# configure:25813: $? = 0
# configure:25844: clang -c conftest.c >&5
# conftest.c:242:7: error: conflicting types for 'ioctl'
# char* ioctl();
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25844: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# | char* ioctl();
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned int request, caddr_t arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned int request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, int request, caddr_t arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, int request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned long request, caddr_t arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned long request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, long request, caddr_t arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, long request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, size_t request, caddr_t arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, size_t request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, socklen_t request, caddr_t arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, socklen_t request, caddr_t arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned int request, void* arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned int request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, int request, void* arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, int request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned long request, void* arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned long request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, long request, void* arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, long request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, size_t request, void* arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, size_t request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, socklen_t request, void* arg);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, socklen_t request, void* arg);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, unsigned int request, ...);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, unsigned int request, ...);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# conftest.c:247:5: error: conflicting types for 'ioctl'
# int ioctl (int fd, int request, ...);
# ^
# /usr/include/sys/ioctl.h:41:12: note: previous declaration is here
# extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
# ^
# 1 error generated.
# configure:25876: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #include
# |
# | #ifdef INCLUDE_SYS_IOCTL_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int ioctl (int fd, int request, ...);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:25876: clang -c conftest.c >&5
# configure:25876: $? = 0
# configure:25906: result: install-shextern int ioctl (int, unsigned long, ...);
# configure:25928: checking for FIONREAD
# configure:25944: clang -c conftest.c >&5
# conftest.c:261:9: error: use of undeclared identifier 'FIONREAD'
# int x = FIONREAD;
# ^
# 1 error generated.
# configure:25944: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #ifndef HAVE_TCSAFLUSH
# | #undef HAVE_TERMIOS_H
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | #include
# | #else
# | #ifdef HAVE_SYS_TERMIO_H
# | #include
# | #else
# | #ifdef HAVE_TERMIO_H
# | #include
# | #else
# | #ifdef HAVE_SGTTY_H
# | #include
# | #include
# | #endif
# | #endif
# | #endif
# | #endif
# |
# | int
# | main ()
# | {
# | int x = FIONREAD;
# | ;
# | return 0;
# | }
# configure:25951: result: no
# configure:25957: checking for FIONREAD in sys/filio.h
# configure:25973: clang -c conftest.c >&5
# conftest.c:257:10: fatal error: 'sys/filio.h' file not found
# #include
# ^
# 1 error generated.
# configure:25973: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #include
# | #endif
# | #ifndef HAVE_TCSAFLUSH
# | #undef HAVE_TERMIOS_H
# | #endif
# | #ifdef HAVE_TERMIOS_H
# | #include
# | #else
# | #ifdef HAVE_SYS_TERMIO_H
# | #include
# | #else
# | #ifdef HAVE_TERMIO_H
# | #include
# | #else
# | #ifdef HAVE_SGTTY_H
# | #include
# | #include
# | #endif
# | #endif
# | #endif
# | #endif
# | #include
# | int
# | main ()
# | {
# | int x = FIONREAD;
# | ;
# | return 0;
# | }
# configure:25980: result: no
# configure:25990: checking for FIONREAD in sys/ioctl.h
# configure:26006: clang -c conftest.c >&5
# configure:26006: $? = 0
# configure:26013: result: yes
# configure:26029: checking for reliable FIONREAD
# configure:26063: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26063: $? = 0
# configure:26063: ./conftest
# configure:26063: $? = 0
# configure:26074: result: yes
# configure:26084: checking for poll
# configure:26084: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26084: $? = 0
# configure:26084: result: yes
# configure:26136: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26136: $? = 0
# configure:26136: ./conftest
# configure:26136: $? = 0
# configure:26154: checking for reliable poll()
# configure:26212: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:279:3: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# exit(!(correct_readability_nonempty && correct_readability_empty
# ^
# conftest.c:279:3: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:26212: $? = 0
# configure:26212: ./conftest
# configure:26212: $? = 0
# configure:26223: result: yes
# configure:26232: checking for select
# configure:26264: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26264: $? = 0
# configure:26272: result: yes
# configure:26278: checking for sys/select.h
# configure:26298: clang -c conftest.c >&5
# configure:26298: $? = 0
# configure:26305: result: yes
# configure:26312: checking for select declaration
# configure:26353: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'select'
# int select (unsigned int width, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval * timeout);
# ^
# /usr/include/sys/select.h:106:12: note: previous declaration is here
# extern int select (int __nfds, fd_set *__restrict __readfds,
# ^
# 1 error generated.
# configure:26353: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | /* end confdefs.h. */
# |
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #ifdef __BEOS__
# | #include
# | #endif
# | #include
# | #ifdef HAVE_SYS_SELECT_H
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int select (unsigned int width, fd_set * readfds, fd_set * writefds, fd_set * exceptfds, struct timeval * timeout);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26353: clang -c conftest.c >&5
# configure:26353: $? = 0
# configure:26377: result: install-shextern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);
# configure:26398: checking for reliable select()
# configure:26466: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26466: $? = 0
# configure:26466: ./conftest
# configure:26466: $? = 0
# configure:26477: result: yes
# configure:26488: checking netdb.h usability
# configure:26488: clang -c conftest.c >&5
# configure:26488: $? = 0
# configure:26488: result: yes
# configure:26488: checking netdb.h presence
# configure:26488: clang -E conftest.c
# configure:26488: $? = 0
# configure:26488: result: yes
# configure:26488: checking for netdb.h
# configure:26488: result: yes
# configure:26501: checking for connect
# configure:26501: result: yes
# configure:26511: checking for connect declaration
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, unsigned int namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, unsigned int namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, int namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, int namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, unsigned long namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, unsigned long namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, long namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, long namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, size_t namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, size_t namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, struct sockaddr * name, socklen_t namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, struct sockaddr * name, socklen_t namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, unsigned int namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, unsigned int namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, int namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, int namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, unsigned long namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, unsigned long namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, long namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, long namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, size_t namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, size_t namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# conftest.c:258:5: error: conflicting types for 'connect'
# int connect (int fd, void* name, socklen_t namelen);
# ^
# /usr/include/sys/socket.h:137:12: note: previous declaration is here
# extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len);
# ^
# 1 error generated.
# configure:26545: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int connect (int fd, void* name, socklen_t namelen);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26545: clang -c conftest.c >&5
# configure:26545: $? = 0
# configure:26570: result: install-shextern int connect (int, const struct sockaddr *, unsigned int);
# configure:26592: checking sys/un.h usability
# configure:26592: clang -c conftest.c >&5
# configure:26592: $? = 0
# configure:26592: result: yes
# configure:26592: checking sys/un.h presence
# configure:26592: clang -E conftest.c
# configure:26592: $? = 0
# configure:26592: result: yes
# configure:26592: checking for sys/un.h
# configure:26592: result: yes
# configure:26602: checking for sun_len in struct sockaddr_un
# configure:26619: clang -c conftest.c >&5
# conftest.c:255:35: error: no member named 'sun_len' in 'struct sockaddr_un'
# struct sockaddr_un unaddr; unaddr.sun_len;
# ~~~~~~ ^
# 1 error generated.
# configure:26619: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | /* end confdefs.h. */
# | #include /* NetBSD 1.0 needs this */
# | #include
# | int
# | main ()
# | {
# | struct sockaddr_un unaddr; unaddr.sun_len;
# | ;
# | return 0;
# | }
# configure:26626: result: no
# configure:26634: checking for IPv4 sockets
# configure:26652: clang -c conftest.c >&5
# configure:26652: $? = 0
# configure:26659: result: yes
# configure:26667: checking for IPv6 sockets
# configure:26685: clang -c conftest.c >&5
# configure:26685: $? = 0
# configure:26692: result: yes
# configure:26741: checking for inet_pton
# configure:26741: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26741: checking for inet_ntop
# configure:26741: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26741: checking for inet_addr
# configure:26741: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26741: checking for setsockopt
# configure:26741: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26741: checking for getsockopt
# configure:26741: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26741: $? = 0
# configure:26741: result: yes
# configure:26754: checking netinet/in.h usability
# configure:26754: clang -c conftest.c >&5
# configure:26754: $? = 0
# configure:26754: result: yes
# configure:26754: checking netinet/in.h presence
# configure:26754: clang -E conftest.c
# configure:26754: $? = 0
# configure:26754: result: yes
# configure:26754: checking for netinet/in.h
# configure:26754: result: yes
# configure:26754: checking arpa/inet.h usability
# configure:26754: clang -c conftest.c >&5
# configure:26754: $? = 0
# configure:26754: result: yes
# configure:26754: checking arpa/inet.h presence
# configure:26754: clang -E conftest.c
# configure:26754: $? = 0
# configure:26754: result: yes
# configure:26754: checking for arpa/inet.h
# configure:26754: result: yes
# configure:26765: checking for inet_addr declaration
# configure:26805: clang -c conftest.c >&5
# conftest.c:278:14: error: conflicting types for 'inet_addr'
# unsigned int inet_addr ( char *);
# ^
# /usr/include/arpa/inet.h:34:18: note: previous declaration is here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^
# 1 error generated.
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | unsigned int inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: clang -c conftest.c >&5
# conftest.c:278:5: error: conflicting types for 'inet_addr'
# int inet_addr ( char *);
# ^
# /usr/include/arpa/inet.h:34:18: note: previous declaration is here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^
# 1 error generated.
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: clang -c conftest.c >&5
# conftest.c:278:15: error: conflicting types for 'inet_addr'
# unsigned long inet_addr ( char *);
# ^
# /usr/include/arpa/inet.h:34:18: note: previous declaration is here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^
# 1 error generated.
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | unsigned long inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: clang -c conftest.c >&5
# conftest.c:278:6: error: conflicting types for 'inet_addr'
# long inet_addr ( char *);
# ^
# /usr/include/arpa/inet.h:34:18: note: previous declaration is here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^
# 1 error generated.
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | long inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: clang -c conftest.c >&5
# conftest.c:278:8: error: conflicting types for 'inet_addr'
# size_t inet_addr ( char *);
# ^
# /usr/include/arpa/inet.h:34:18: note: previous declaration is here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^
# 1 error generated.
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | size_t inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: clang -c conftest.c >&5
# conftest.c:278:11: error: conflicting types for 'inet_addr'
# socklen_t inet_addr ( char *);
# ^
# /usr/include/arpa/inet.h:34:18: note: previous declaration is here
# extern in_addr_t inet_addr (const char *__cp) __THROW;
# ^
# 1 error generated.
# configure:26805: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | /* end confdefs.h. */
# |
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | #include
# | #include
# | #ifdef HAVE_ARPA_INET_H
# | #include
# | #endif
# | #ifdef __BEOS__
# | #include
# | #include
# | #endif
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | socklen_t inet_addr ( char *);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26805: clang -c conftest.c >&5
# configure:26805: $? = 0
# configure:26828: result: install-shextern unsigned int inet_addr (const char*);
# configure:26853: checking for netinet/tcp.h
# configure:26853: clang -c conftest.c >&5
# configure:26853: $? = 0
# configure:26853: result: yes
# configure:26868: checking for setsockopt declaration
# configure:26899: clang -c conftest.c >&5
# conftest.c:272:5: error: conflicting types for 'setsockopt'
# int setsockopt (int, int, int, char*, unsigned int);
# ^
# /usr/include/sys/socket.h:226:12: note: previous declaration is here
# extern int setsockopt (int __fd, int __level, int __optname,
# ^
# 1 error generated.
# configure:26899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setsockopt (int, int, int, char*, unsigned int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26899: clang -c conftest.c >&5
# conftest.c:272:5: error: conflicting types for 'setsockopt'
# int setsockopt (int, int, int, const char*, unsigned int);
# ^
# /usr/include/sys/socket.h:226:12: note: previous declaration is here
# extern int setsockopt (int __fd, int __level, int __optname,
# ^
# 1 error generated.
# configure:26899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setsockopt (int, int, int, const char*, unsigned int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26899: clang -c conftest.c >&5
# conftest.c:272:5: error: conflicting types for 'setsockopt'
# int setsockopt (int, int, int, __const char*, unsigned int);
# ^
# /usr/include/sys/socket.h:226:12: note: previous declaration is here
# extern int setsockopt (int __fd, int __level, int __optname,
# ^
# 1 error generated.
# configure:26899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setsockopt (int, int, int, __const char*, unsigned int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26899: clang -c conftest.c >&5
# conftest.c:272:5: error: conflicting types for 'setsockopt'
# int setsockopt (int, int, int, void*, unsigned int);
# ^
# /usr/include/sys/socket.h:226:12: note: previous declaration is here
# extern int setsockopt (int __fd, int __level, int __optname,
# ^
# 1 error generated.
# configure:26899: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int setsockopt (int, int, int, void*, unsigned int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:26899: clang -c conftest.c >&5
# configure:26899: $? = 0
# configure:26924: result: install-shextern int setsockopt (int, int, int, const void*, unsigned int);
# configure:26957: checking for the code address range
# configure:26971: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:26971: $? = 0
# configure:26971: ./conftest
# configure:26971: $? = 0
# configure:26983: result: 0x0000000000000000
# configure:26991: checking for the malloc address range
# configure:27011: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27011: $? = 0
# configure:27011: ./conftest
# configure:27011: $? = 0
# configure:27023: result: 0x0000000001000000
# configure:27031: checking for the shared library address range
# configure:27071: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# /tmp/conftest-5e304d.o: In function `main':
# conftest.c:(.text+0xb4): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
# configure:27071: $? = 0
# configure:27071: ./conftest
# configure:27071: $? = 0
# configure:27083: result: 0x00007FC229000000
# configure:27092: checking for the stack address range
# configure:27107: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27107: $? = 0
# configure:27107: ./conftest
# configure:27107: $? = 0
# configure:27119: result: 0x00007FFC31000000
# configure:27128: checking for vadvise
# configure:27144: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:270:10: fatal error: 'sys/vadvise.h' file not found
# #include
# ^
# 1 error generated.
# configure:27144: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | /* end confdefs.h. */
# | #include
# | int
# | main ()
# | {
# | vadvise(0);
# | ;
# | return 0;
# | }
# configure:27152: result: no
# configure:27159: checking for vm_allocate
# configure:27175: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:274:1: warning: implicit declaration of function 'vm_allocate' is invalid in C99 [-Wimplicit-function-declaration]
# vm_allocate(); task_self();
# ^
# conftest.c:274:16: warning: implicit declaration of function 'task_self' is invalid in C99 [-Wimplicit-function-declaration]
# vm_allocate(); task_self();
# ^
# 2 warnings generated.
# /tmp/conftest-41ef78.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `vm_allocate'
# conftest.c:(.text+0x1c): undefined reference to `task_self'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:27175: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | /* end confdefs.h. */
# |
# | int
# | main ()
# | {
# | vm_allocate(); task_self();
# | ;
# | return 0;
# | }
# configure:27183: result: no
# configure:27191: checking for sys/mman.h
# configure:27191: result: yes
# configure:27199: checking for mmap
# configure:27199: result: yes
# configure:27209: checking for working mmap
# configure:27373: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:389:9: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# if (i_ok(i))
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:389:9: note: place parentheses around the '==' expression to silence this warning
# if (i_ok(i))
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:389:9: note: place parentheses around the & expression to evaluate it first
# if (i_ok(i))
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:401:39: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:401:39: note: place parentheses around the '==' expression to silence this warning
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:401:39: note: place parentheses around the & expression to evaluate it first
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:402:39: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:402:39: note: place parentheses around the '==' expression to silence this warning
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:402:39: note: place parentheses around the & expression to evaluate it first
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3 warnings generated.
# configure:27373: $? = 0
# configure:27373: ./conftest
# configure:27373: $? = 0
# configure:27478: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:389:9: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# if (i_ok(i))
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:389:9: note: place parentheses around the '==' expression to silence this warning
# if (i_ok(i))
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:389:9: note: place parentheses around the & expression to evaluate it first
# if (i_ok(i))
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:401:39: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:401:39: note: place parentheses around the '==' expression to silence this warning
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:401:39: note: place parentheses around the & expression to evaluate it first
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:402:39: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:402:39: note: place parentheses around the '==' expression to silence this warning
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:402:39: note: place parentheses around the & expression to evaluate it first
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:387:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3 warnings generated.
# configure:27478: $? = 0
# configure:27478: ./conftest
# configure:27478: $? = 0
# configure:27587: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:393:9: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# if (i_ok(i))
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:393:9: note: place parentheses around the '==' expression to silence this warning
# if (i_ok(i))
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:393:9: note: place parentheses around the & expression to evaluate it first
# if (i_ok(i))
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:405:39: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:405:39: note: place parentheses around the '==' expression to silence this warning
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:405:39: note: place parentheses around the & expression to evaluate it first
# for (i=my_low; i<=my_high; i++) if (i_ok(i)) { x(i) = y(i); }
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:406:39: warning: & has lower precedence than ==; == will be evaluated first [-Wparentheses]
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:406:39: note: place parentheses around the '==' expression to silence this warning
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# conftest.c:406:39: note: place parentheses around the & expression to evaluate it first
# for (i=my_high; i>=my_low; i--) if (i_ok(i)) { if (x(i) != y(i)) exit(1); }
# ^~~~~~~
# conftest.c:391:23: note: expanded from macro 'i_ok'
# #define i_ok(i) ((i) & (bits_to_avoid >> my_shift) == 0)
# ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# 3 warnings generated.
# configure:27587: $? = 0
# configure:27587: ./conftest
# configure:27587: $? = 0
# configure:27716: result: yes
# configure:27744: checking for munmap
# configure:27744: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27744: $? = 0
# configure:27744: result: yes
# configure:27756: checking for msync
# configure:27756: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27756: $? = 0
# configure:27756: result: yes
# configure:27767: checking for mprotect
# configure:27767: result: yes
# configure:27776: checking for working mprotect
# configure:27817: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27817: $? = 0
# configure:27817: ./conftest
# configure:27817: $? = 0
# configure:27927: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:27927: $? = 0
# configure:27927: ./conftest
# configure:27927: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if defined __MACH__ && defined __APPLE__
# | /* Avoid a crash on MacOS X. */
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | /* The exception port on which our thread listens. */
# | static mach_port_t our_exception_port;
# | /* The main function of the thread listening for exceptions of type
# | EXC_BAD_ACCESS. */
# | static void *
# | mach_exception_thread (void *arg)
# | {
# | /* Buffer for a message to be received. */
# | struct {
# | mach_msg_header_t head;
# | mach_msg_body_t msgh_body;
# | char data[1024];
# | } msg;
# | mach_msg_return_t retval;
# | /* Wait for a message on the exception port. */
# | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
# | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
# | if (retval != MACH_MSG_SUCCESS)
# | abort ();
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | mach_port_t self = mach_task_self ();
# | /* Allocate a port on which the thread shall listen for exceptions. */
# | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
# | == KERN_SUCCESS) {
# | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
# | if (mach_port_insert_right (self, our_exception_port, our_exception_port,
# | MACH_MSG_TYPE_MAKE_SEND)
# | == KERN_SUCCESS) {
# | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
# | for us. */
# | exception_mask_t mask = EXC_MASK_BAD_ACCESS;
# | /* Create the thread listening on the exception port. */
# | pthread_attr_t attr;
# | pthread_t thread;
# | if (pthread_attr_init (&attr) == 0
# | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
# | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
# | pthread_attr_destroy (&attr);
# | /* Replace the exception port info for these exceptions with our own.
# | Note that we replace the exception port for the entire task, not only
# | for a particular thread. This has the effect that when our exception
# | port gets the message, the thread specific exception port has already
# | been asked, and we don't need to bother about it.
# | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
# | task_set_exception_ports (self, mask, our_exception_port,
# | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
# | }
# | }
# | }
# | }
# | #else
# | /* Avoid a crash on POSIX systems. */
# | #include
# | /* A POSIX signal handler. */
# | static void
# | exception_handler (int sig)
# | {
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | #ifdef SIGSEGV
# | signal (SIGSEGV, exception_handler);
# | #endif
# | #ifdef SIGBUS
# | signal (SIGBUS, exception_handler);
# | #endif
# | }
# | #endif
# |
# | #include
# | /* declare malloc() */
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | /* declare getpagesize() and mprotect() */
# | #include
# | #ifndef HAVE_GETPAGESIZE
# | #include
# | #define getpagesize() PAGESIZE
# | #else
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int getpagesize (void);
# | #endif
# | char foo;
# | int main () {
# | unsigned long pagesize = getpagesize();
# | #define page_align(address) (char*)((unsigned long)(address) & -pagesize)
# |
# | char* area = (char*) malloc(6*pagesize);
# | char* fault_address = area + pagesize*7/2;
# |
# | nocrash_init();
# | if (mprotect(page_align(fault_address),pagesize,PROT_NONE) < 0) exit(0);
# | foo = *fault_address; /* this should cause an exception or signal */
# | exit(0); }
# configure:28032: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28032: $? = 0
# configure:28032: ./conftest
# configure:28032: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if defined __MACH__ && defined __APPLE__
# | /* Avoid a crash on MacOS X. */
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | /* The exception port on which our thread listens. */
# | static mach_port_t our_exception_port;
# | /* The main function of the thread listening for exceptions of type
# | EXC_BAD_ACCESS. */
# | static void *
# | mach_exception_thread (void *arg)
# | {
# | /* Buffer for a message to be received. */
# | struct {
# | mach_msg_header_t head;
# | mach_msg_body_t msgh_body;
# | char data[1024];
# | } msg;
# | mach_msg_return_t retval;
# | /* Wait for a message on the exception port. */
# | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
# | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
# | if (retval != MACH_MSG_SUCCESS)
# | abort ();
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | mach_port_t self = mach_task_self ();
# | /* Allocate a port on which the thread shall listen for exceptions. */
# | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
# | == KERN_SUCCESS) {
# | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
# | if (mach_port_insert_right (self, our_exception_port, our_exception_port,
# | MACH_MSG_TYPE_MAKE_SEND)
# | == KERN_SUCCESS) {
# | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
# | for us. */
# | exception_mask_t mask = EXC_MASK_BAD_ACCESS;
# | /* Create the thread listening on the exception port. */
# | pthread_attr_t attr;
# | pthread_t thread;
# | if (pthread_attr_init (&attr) == 0
# | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
# | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
# | pthread_attr_destroy (&attr);
# | /* Replace the exception port info for these exceptions with our own.
# | Note that we replace the exception port for the entire task, not only
# | for a particular thread. This has the effect that when our exception
# | port gets the message, the thread specific exception port has already
# | been asked, and we don't need to bother about it.
# | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
# | task_set_exception_ports (self, mask, our_exception_port,
# | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
# | }
# | }
# | }
# | }
# | #else
# | /* Avoid a crash on POSIX systems. */
# | #include
# | /* A POSIX signal handler. */
# | static void
# | exception_handler (int sig)
# | {
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | #ifdef SIGSEGV
# | signal (SIGSEGV, exception_handler);
# | #endif
# | #ifdef SIGBUS
# | signal (SIGBUS, exception_handler);
# | #endif
# | }
# | #endif
# |
# | #include
# | /* declare malloc() */
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | /* declare getpagesize() and mprotect() */
# | #include
# | #ifndef HAVE_GETPAGESIZE
# | #include
# | #define getpagesize() PAGESIZE
# | #else
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int getpagesize (void);
# | #endif
# | char foo;
# | int main () {
# | unsigned long pagesize = getpagesize();
# | #define page_align(address) (char*)((unsigned long)(address) & -pagesize)
# |
# | char* area = (char*) malloc(6*pagesize);
# | char* fault_address = area + pagesize*7/2;
# |
# | nocrash_init();
# | if (mprotect(page_align(fault_address),pagesize,PROT_NONE) < 0) exit(0);
# | *fault_address = 'z'; /* this should cause an exception or signal */
# | exit(0); }
# configure:28137: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28137: $? = 0
# configure:28137: ./conftest
# configure:28137: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | /* end confdefs.h. */
# |
# | #include
# | #if defined __MACH__ && defined __APPLE__
# | /* Avoid a crash on MacOS X. */
# | #include
# | #include
# | #include
# | #include
# | #include
# | #include
# | /* The exception port on which our thread listens. */
# | static mach_port_t our_exception_port;
# | /* The main function of the thread listening for exceptions of type
# | EXC_BAD_ACCESS. */
# | static void *
# | mach_exception_thread (void *arg)
# | {
# | /* Buffer for a message to be received. */
# | struct {
# | mach_msg_header_t head;
# | mach_msg_body_t msgh_body;
# | char data[1024];
# | } msg;
# | mach_msg_return_t retval;
# | /* Wait for a message on the exception port. */
# | retval = mach_msg (&msg.head, MACH_RCV_MSG | MACH_RCV_LARGE, 0, sizeof (msg),
# | our_exception_port, MACH_MSG_TIMEOUT_NONE, MACH_PORT_NULL);
# | if (retval != MACH_MSG_SUCCESS)
# | abort ();
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | mach_port_t self = mach_task_self ();
# | /* Allocate a port on which the thread shall listen for exceptions. */
# | if (mach_port_allocate (self, MACH_PORT_RIGHT_RECEIVE, &our_exception_port)
# | == KERN_SUCCESS) {
# | /* See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/mach_port_insert_right.html. */
# | if (mach_port_insert_right (self, our_exception_port, our_exception_port,
# | MACH_MSG_TYPE_MAKE_SEND)
# | == KERN_SUCCESS) {
# | /* The exceptions we want to catch. Only EXC_BAD_ACCESS is interesting
# | for us. */
# | exception_mask_t mask = EXC_MASK_BAD_ACCESS;
# | /* Create the thread listening on the exception port. */
# | pthread_attr_t attr;
# | pthread_t thread;
# | if (pthread_attr_init (&attr) == 0
# | && pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED) == 0
# | && pthread_create (&thread, &attr, mach_exception_thread, NULL) == 0) {
# | pthread_attr_destroy (&attr);
# | /* Replace the exception port info for these exceptions with our own.
# | Note that we replace the exception port for the entire task, not only
# | for a particular thread. This has the effect that when our exception
# | port gets the message, the thread specific exception port has already
# | been asked, and we don't need to bother about it.
# | See http://web.mit.edu/darwin/src/modules/xnu/osfmk/man/task_set_exception_ports.html. */
# | task_set_exception_ports (self, mask, our_exception_port,
# | EXCEPTION_DEFAULT, MACHINE_THREAD_STATE);
# | }
# | }
# | }
# | }
# | #else
# | /* Avoid a crash on POSIX systems. */
# | #include
# | /* A POSIX signal handler. */
# | static void
# | exception_handler (int sig)
# | {
# | exit (1);
# | }
# | static void
# | nocrash_init (void)
# | {
# | #ifdef SIGSEGV
# | signal (SIGSEGV, exception_handler);
# | #endif
# | #ifdef SIGBUS
# | signal (SIGBUS, exception_handler);
# | #endif
# | }
# | #endif
# |
# | #include
# | /* declare malloc() */
# | #include
# | #ifdef HAVE_UNISTD_H
# | #include
# | #endif
# | /* declare getpagesize() and mprotect() */
# | #include
# | #ifndef HAVE_GETPAGESIZE
# | #include
# | #define getpagesize() PAGESIZE
# | #else
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | int getpagesize (void);
# | #endif
# | char foo;
# | int main () {
# | unsigned long pagesize = getpagesize();
# | #define page_align(address) (char*)((unsigned long)(address) & -pagesize)
# |
# | char* area = (char*) malloc(6*pagesize);
# | char* fault_address = area + pagesize*7/2;
# |
# | nocrash_init();
# | if (mprotect(page_align(fault_address),pagesize,PROT_READ) < 0) exit(0);
# | *fault_address = 'z'; /* this should cause an exception or signal */
# | exit(0); }
# configure:28243: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28243: $? = 0
# configure:28243: ./conftest
# configure:28243: $? = 0
# configure:28260: result: yes
# configure:28270: checking for working shared memory
# configure:28299: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:287:55: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration]
# if ((shmid = shmget(IPC_PRIVATE,segsize,0400)) < 0) exit(1);
# ^
# conftest.c:287:55: note: include the header or explicitly provide a declaration for 'exit'
# 1 warning generated.
# configure:28299: $? = 0
# configure:28299: ./conftest
# configure:28299: $? = 0
# configure:28310: result: yes
# configure:28319: checking sys/sysmacros.h usability
# configure:28319: clang -c conftest.c >&5
# configure:28319: $? = 0
# configure:28319: result: yes
# configure:28319: checking sys/sysmacros.h presence
# configure:28319: clang -E conftest.c
# configure:28319: $? = 0
# configure:28319: result: yes
# configure:28319: checking for sys/sysmacros.h
# configure:28319: result: yes
# configure:28333: checking for attachability of removed shared memory
# configure:28375: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28375: $? = 0
# configure:28375: ./conftest
# configure:28375: $? = 0
# configure:28386: result: yes
# configure:28397: checking for dlfcn.h
# configure:28397: result: yes
# configure:28408: checking for library containing dlopen
# configure:28439: clang -o conftest conftest.c /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# /tmp/conftest-849b2b.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `dlopen'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28439: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | /* end confdefs.h. */
# |
# | /* Override any GCC internal prototype to avoid an error.
# | Use char because int might match the return type of a GCC
# | builtin and then its argument prototype would still apply. */
# | #ifdef __cplusplus
# | extern "C"
# | #endif
# | char dlopen ();
# | int
# | main ()
# | {
# | return dlopen ();
# | ;
# | return 0;
# | }
# configure:28439: clang -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28439: $? = 0
# configure:28456: result: -ldl
# configure:28467: checking for dlopen
# configure:28467: clang -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dlsym
# configure:28467: clang -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dlvsym
# configure:28467: clang -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dlerror
# configure:28467: clang -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dlclose
# configure:28467: clang -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28467: checking for dladdr
# configure:28467: clang -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28467: $? = 0
# configure:28467: result: yes
# configure:28480: checking for working fcntl.h
# configure:28552: result: yes
# configure:28574: ** checks for libraries
# configure:28592: checking for library containing tgetent
# configure:28623: clang -o conftest conftest.c -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# /tmp/conftest-d884d6.o: In function `main':
# conftest.c:(.text+0x12): undefined reference to `tgetent'
# clang-3.8: error: linker command failed with exit code 1 (use -v to see invocation)
# configure:28623: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 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:28623: clang -o conftest conftest.c -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:28623: $? = 0
# configure:28640: result: -lncurses
# configure:29136: checking readline/readline.h usability
# configure:29136: clang -c conftest.c >&5
# configure:29136: $? = 0
# configure:29136: result: yes
# configure:29136: checking readline/readline.h presence
# configure:29136: clang -E conftest.c
# configure:29136: $? = 0
# configure:29136: result: yes
# configure:29136: checking for readline/readline.h
# configure:29136: result: yes
# configure:29151: checking for readline
# configure:29151: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29151: $? = 0
# configure:29151: result: yes
# configure:29157: checking for rl_filename_completion_function
# configure:29157: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29157: $? = 0
# configure:29157: result: yes
# configure:29174: checking for filename_completion_function declaration
# configure:29201: clang -c conftest.c >&5
# conftest.c:301:7: error: conflicting types for 'rl_filename_completion_function'
# char* rl_filename_completion_function (char *, int);
# ^
# /usr/include/readline/readline.h:458:14: note: previous declaration is here
# extern char *rl_filename_completion_function PARAMS((const char *, int));
# ^
# 1 error generated.
# configure:29201: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | /* end confdefs.h. */
# |
# | #include
# | #include
# |
# | extern
# | #ifdef __cplusplus
# | "C"
# | #endif
# |
# | char* rl_filename_completion_function (char *, int);
# |
# | int
# | main ()
# | {
# |
# | ;
# | return 0;
# | }
# configure:29214: result: install-shextern char* rl_filename_completion_function(const char*, int);
# configure:29218: checking whether rl_already_prompted is declared
# configure:29218: clang -c conftest.c >&5
# configure:29218: $? = 0
# configure:29218: result: yes
# configure:29230: checking whether rl_readline_name is declared
# configure:29230: clang -c conftest.c >&5
# configure:29230: $? = 0
# configure:29230: result: yes
# configure:29242: checking whether rl_gnu_readline_p is declared
# configure:29242: clang -c conftest.c >&5
# configure:29242: $? = 0
# configure:29242: result: yes
# configure:29254: checking whether rl_deprep_term_function is declared
# configure:29254: clang -c conftest.c >&5
# configure:29254: $? = 0
# configure:29254: result: yes
# configure:29267: checking for a modern readline
# configure:29271: result: found a modern GNU readline
# configure:29304: ** checks for OS services
# configure:29306: checking for the valid characters in filenames
# configure:29415: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29415: $? = 0
# configure:29415: ./conftest
# configure:29415: $? = 0
# configure:29450: result: ((ch >= 1) && (ch != 47))
# configure:29459: ** checks for compiler characteristics (arithmetic data types)
# configure:29461: checking whether char is unsigned
# configure:29479: clang -c conftest.c >&5
# configure:29479: $? = 0
# configure:29486: result: no
# configure:29492: checking whether single-float divbyzero raises an exception
# configure:29518: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:306:7: error: redefinition of 'nan' as different kind of symbol
# float nan;
# ^
# conftest.c:306:7: note: previous definition is here
# conftest.c:312:18: error: non-object type 'double (const char *)' is not assignable
# z = x / y; nan = y / y;
# ~~~ ^
# 2 errors generated.
# configure:29518: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_DECL_RL_ALREADY_PROMPTED 1
# | #define HAVE_DECL_RL_READLINE_NAME 1
# | #define HAVE_DECL_RL_GNU_READLINE_P 1
# | #define HAVE_DECL_RL_DEPREP_TERM_FUNCTION 1
# | #define READLINE_FILE_COMPLETE rl_filename_completion_function
# | #define READLINE_CONST const
# | #define HAVE_READLINE /**/
# | #define VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))
# | /* end confdefs.h. */
# | #include
# | #include
# | static void sigfpe_handler (int sig) { exit (1); }
# | float x = 1;
# | float y = 0;
# | float z;
# | float nan;
# | int main () {
# | signal (SIGFPE, sigfpe_handler);
# | #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
# | signal (SIGTRAP, sigfpe_handler);
# | #endif
# | z = x / y; nan = y / y;
# | return 0;
# | }
# configure:29528: result: yes
# configure:29536: checking whether single-float overflow raises an exception
# configure:29562: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29562: $? = 0
# configure:29562: ./conftest
# configure:29562: $? = 0
# configure:29572: result: no
# configure:29580: checking whether single-float underflow raises an exception
# configure:29606: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29606: $? = 0
# configure:29606: ./conftest
# configure:29606: $? = 0
# configure:29616: result: no
# configure:29624: checking whether single-float inexact raises an exception
# configure:29649: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29649: $? = 0
# configure:29649: ./conftest
# configure:29649: $? = 0
# configure:29659: result: no
# configure:29667: checking whether double-float divbyzero raises an exception
# configure:29693: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# conftest.c:307:8: error: redefinition of 'nan' as different kind of symbol
# double nan;
# ^
# conftest.c:307:8: note: previous definition is here
# conftest.c:313:18: error: non-object type 'double (const char *)' is not assignable
# z = x / y; nan = y / y;
# ~~~ ^
# 2 errors generated.
# configure:29693: $? = 1
# configure: program exited with status 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_DECL_RL_ALREADY_PROMPTED 1
# | #define HAVE_DECL_RL_READLINE_NAME 1
# | #define HAVE_DECL_RL_GNU_READLINE_P 1
# | #define HAVE_DECL_RL_DEPREP_TERM_FUNCTION 1
# | #define READLINE_FILE_COMPLETE rl_filename_completion_function
# | #define READLINE_CONST const
# | #define HAVE_READLINE /**/
# | #define VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))
# | #define FLOAT_DIV0_EXCEPTION 1
# | /* end confdefs.h. */
# | #include
# | #include
# | static void sigfpe_handler (int sig) { exit (1); }
# | double x = 1;
# | double y = 0;
# | double z;
# | double nan;
# | int main () {
# | signal (SIGFPE, sigfpe_handler);
# | #if (defined (__sgi) || defined (_AIX)) && defined (SIGTRAP)
# | signal (SIGTRAP, sigfpe_handler);
# | #endif
# | z = x / y; nan = y / y;
# | return 0;
# | }
# configure:29703: result: yes
# configure:29711: checking whether double-float overflow raises an exception
# configure:29737: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29737: $? = 0
# configure:29737: ./conftest
# configure:29737: $? = 0
# configure:29747: result: no
# configure:29755: checking whether double-float underflow raises an exception
# configure:29781: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29781: $? = 0
# configure:29781: ./conftest
# configure:29781: $? = 0
# configure:29791: result: no
# configure:29799: checking whether double-float inexact raises an exception
# configure:29824: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:29824: $? = 0
# configure:29824: ./conftest
# configure:29824: $? = 0
# configure:29834: result: no
# configure:29842: checking whether byte ordering is bigendian
# configure:29857: clang -c conftest.c >&5
# conftest.c:303:9: error: unknown type name 'not'
# not a universal capable compiler
# ^
# conftest.c:303:14: error: expected ';' after top level declarator
# not a universal capable compiler
# ^
# ;
# 2 errors generated.
# configure:29857: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_DECL_RL_ALREADY_PROMPTED 1
# | #define HAVE_DECL_RL_READLINE_NAME 1
# | #define HAVE_DECL_RL_GNU_READLINE_P 1
# | #define HAVE_DECL_RL_DEPREP_TERM_FUNCTION 1
# | #define READLINE_FILE_COMPLETE rl_filename_completion_function
# | #define READLINE_CONST const
# | #define HAVE_READLINE /**/
# | #define VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))
# | #define FLOAT_DIV0_EXCEPTION 1
# | #define DOUBLE_DIV0_EXCEPTION 1
# | /* end confdefs.h. */
# | #ifndef __APPLE_CC__
# | not a universal capable compiler
# | #endif
# | typedef int dummy;
# |
# configure:29902: clang -c conftest.c >&5
# configure:29902: $? = 0
# configure:29920: clang -c conftest.c >&5
# conftest.c:309:4: error: use of undeclared identifier 'not'
# not big endian
# ^
# 1 error generated.
# configure:29920: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME "GNU CLISP"
# | #define PACKAGE_TARNAME "clisp"
# | #define PACKAGE_VERSION "2.49 (2010-07-07)"
# | #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# | #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# | #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# | #ifndef __x86_64__
# | #define __x86_64__ 1
# | #endif
# | #define STDC_HEADERS 1
# | #define HAVE_SYS_TYPES_H 1
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STDLIB_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_MEMORY_H 1
# | #define HAVE_STRINGS_H 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_DLFCN_H 1
# | #define LT_OBJDIR ".libs/"
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define restrict __restrict
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_LANGINFO_H 1
# | #define HAVE_SYS_MMAN_H 1
# | #define HAVE_STDDEF_H 1
# | #define HAVE_STDINT_H 1
# | #define HAVE_WCHAR_H 1
# | #define HAVE_STRING_H 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_WCTYPE_H 1
# | #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# | #define HAVE_GETTIMEOFDAY 1
# | #define HAVE_READLINK 1
# | #define HAVE_MBSINIT 1
# | #define HAVE_MBRTOWC 1
# | #define HAVE_MBSRTOWCS 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_MEMCHR 1
# | #define HAVE_NL_LANGINFO 1
# | #define HAVE_ISWCNTRL 1
# | #define HAVE_ISWBLANK 1
# | #define HAVE_LANGINFO_CODESET 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_DECL_GETC_UNLOCKED 1
# | #define HAVE_MBSTATE_T 1
# | #define HAVE_MAP_ANONYMOUS 1
# | #define HAVE__BOOL 1
# | #define HAVE_STDBOOL_H 1
# | #define HAVE_WCHAR_T 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNSIGNED_LONG_LONG_INT 1
# | #define HAVE_RAW_DECL_MEMMEM 1
# | #define HAVE_RAW_DECL_MEMPCPY 1
# | #define HAVE_RAW_DECL_MEMRCHR 1
# | #define HAVE_RAW_DECL_RAWMEMCHR 1
# | #define HAVE_RAW_DECL_STPCPY 1
# | #define HAVE_RAW_DECL_STPNCPY 1
# | #define HAVE_RAW_DECL_STRCHRNUL 1
# | #define HAVE_RAW_DECL_STRDUP 1
# | #define HAVE_RAW_DECL_STRNCAT 1
# | #define HAVE_RAW_DECL_STRNDUP 1
# | #define HAVE_RAW_DECL_STRNLEN 1
# | #define HAVE_RAW_DECL_STRPBRK 1
# | #define HAVE_RAW_DECL_STRSEP 1
# | #define HAVE_RAW_DECL_STRCASESTR 1
# | #define HAVE_RAW_DECL_STRTOK_R 1
# | #define HAVE_RAW_DECL_STRSIGNAL 1
# | #define HAVE_RAW_DECL_STRVERSCMP 1
# | #define HAVE_WINT_T 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_GETPAGESIZE 1
# | #define GNULIB_TEST_GETPAGESIZE 1
# | #define GETTIMEOFDAY_TIMEZONE struct timezone
# | #define GNULIB_TEST_GETTIMEOFDAY 1
# | #define HAVE_RAW_DECL_NL_LANGINFO 1
# | #define HAVE_LIBSIGSEGV 1
# | #define LINK_FOLLOWS_SYMLINKS 0
# | #define GNULIB_TEST_MBRTOWC 1
# | #define GNULIB_TEST_MBSINIT 1
# | #define GNULIB_TEST_MBSRTOWCS 1
# | #define GNULIB_TEST_MEMCHR 1
# | #define GNULIB_TEST_NL_LANGINFO 1
# | #define HAVE_RAW_DECL_CHOWN 1
# | #define HAVE_RAW_DECL_DUP2 1
# | #define HAVE_RAW_DECL_DUP3 1
# | #define HAVE_RAW_DECL_ENVIRON 1
# | #define HAVE_RAW_DECL_EUIDACCESS 1
# | #define HAVE_RAW_DECL_FACCESSAT 1
# | #define HAVE_RAW_DECL_FCHDIR 1
# | #define HAVE_RAW_DECL_FCHOWNAT 1
# | #define HAVE_RAW_DECL_FSYNC 1
# | #define HAVE_RAW_DECL_FTRUNCATE 1
# | #define HAVE_RAW_DECL_GETCWD 1
# | #define HAVE_RAW_DECL_GETDOMAINNAME 1
# | #define HAVE_RAW_DECL_GETDTABLESIZE 1
# | #define HAVE_RAW_DECL_GETGROUPS 1
# | #define HAVE_RAW_DECL_GETHOSTNAME 1
# | #define HAVE_RAW_DECL_GETLOGIN 1
# | #define HAVE_RAW_DECL_GETLOGIN_R 1
# | #define HAVE_RAW_DECL_GETPAGESIZE 1
# | #define HAVE_RAW_DECL_GETUSERSHELL 1
# | #define HAVE_RAW_DECL_SETUSERSHELL 1
# | #define HAVE_RAW_DECL_ENDUSERSHELL 1
# | #define HAVE_RAW_DECL_LCHOWN 1
# | #define HAVE_RAW_DECL_LINK 1
# | #define HAVE_RAW_DECL_LINKAT 1
# | #define HAVE_RAW_DECL_LSEEK 1
# | #define HAVE_RAW_DECL_PIPE2 1
# | #define HAVE_RAW_DECL_PREAD 1
# | #define HAVE_RAW_DECL_PWRITE 1
# | #define HAVE_RAW_DECL_READLINK 1
# | #define HAVE_RAW_DECL_READLINKAT 1
# | #define HAVE_RAW_DECL_RMDIR 1
# | #define HAVE_RAW_DECL_SLEEP 1
# | #define HAVE_RAW_DECL_SYMLINK 1
# | #define HAVE_RAW_DECL_SYMLINKAT 1
# | #define HAVE_RAW_DECL_TTYNAME_R 1
# | #define HAVE_RAW_DECL_UNLINK 1
# | #define HAVE_RAW_DECL_UNLINKAT 1
# | #define HAVE_RAW_DECL_USLEEP 1
# | #define HAVE_RAW_DECL_BTOWC 1
# | #define HAVE_RAW_DECL_WCTOB 1
# | #define HAVE_RAW_DECL_MBSINIT 1
# | #define HAVE_RAW_DECL_MBRTOWC 1
# | #define HAVE_RAW_DECL_MBRLEN 1
# | #define HAVE_RAW_DECL_MBSRTOWCS 1
# | #define HAVE_RAW_DECL_MBSNRTOWCS 1
# | #define HAVE_RAW_DECL_WCRTOMB 1
# | #define HAVE_RAW_DECL_WCSRTOMBS 1
# | #define HAVE_RAW_DECL_WCSNRTOMBS 1
# | #define HAVE_RAW_DECL_WCWIDTH 1
# | #define HAVE_ICONV 1
# | #define ICONV_CONST
# | #define ENABLE_NLS 1
# | #define HAVE_GETTEXT 1
# | #define HAVE_DCGETTEXT 1
# | #define HAVE_AVCALL_H 1
# | #define HAVE_CALLBACK_H 1
# | #define HAVE_LONG_LONG_INT 1
# | #define HAVE_UNISTD_H 1
# | #define HAVE_SYS_FILE_H 1
# | #define HAVE_TIME_H 1
# | #define HAVE_SYS_TIME_H 1
# | #define HAVE_SYS_UTSNAME_H 1
# | #define HAVE_SYS_SHM_H 1
# | #define HAVE_SYS_IPC_H 1
# | #define HAVE_TERMIOS_H 1
# | #define HAVE_TERMIO_H 1
# | #define HAVE_SGTTY_H 1
# | #define HAVE_TCGETATTR /**/
# | #define HAVE_TCSAFLUSH /**/
# | #define WINSIZE_NEED_SYS_IOCTL_H /**/
# | #define CADDR_T caddr_t
# | #define CLISP_SOCKLEN_T socklen_t
# | #define SIZEOF_OFF_T 8
# | #define SIZEOF_STRUCT_TIMEVAL 16
# | #define HAVE_ALLOCA_H 1
# | #define HAVE_ALLOCA 1
# | #define HAVE_SIGACTION 1
# | #define HAVE_SIGINTERRUPT 1
# | #define HAVE_STRERROR 1
# | #define HAVE_SYSCONF 1
# | #define HAVE_GETDTABLESIZE 1
# | #define HAVE_MEMSET 1
# | #define HAVE_SETSID 1
# | #define HAVE_SETPGID 1
# | #define HAVE_FCHMOD 1
# | #define HAVE_FSYNC 1
# | #define HAVE_FLOCK 1
# | #define HAVE_GETHOSTENT 1
# | #define HAVE_SHUTDOWN 1
# | #define HAVE_USLEEP 1
# | #define HAVE_UALARM 1
# | #define HAVE_SETITIMER 1
# | #define HAVE_NICE 1
# | #define HAVE_FTIME 1
# | #define HAVE_REALPATH 1
# | #define HAVE_GETRESUID 1
# | #define HAVE_SETRESUID 1
# | #define HAVE_GETRESGID 1
# | #define HAVE_SETRESGID 1
# | #define HAVE_SETREUID 1
# | #define HAVE_SETREGID 1
# | #define HAVE_GETHOSTNAME 1
# | #define HAVE_READLINK 1
# | #define HAVE_GETCWD 1
# | #define HAVE_UNAME 1
# | #define HAVE_READDIR_R 1
# | #define HAVE_RAND_R 1
# | #define HAVE_PUTENV 1
# | #define HAVE_SETENV 1
# | #define HAVE_UNSETENV 1
# | #define HAVE_DECL_ENVIRON 1
# | #define UNSETENV_POSIX 0
# | #define HAVE_LC_MESSAGES 1
# | #define HAVE_GETRLIMIT 1
# | #define HAVE_SETRLIMIT 1
# | #define SIZEOF_RLIM_T 8
# | #define RLIMIT_RESOURCE_T enum __rlimit_resource
# | #define SETRLIMIT_CONST const
# | #define HAVE_FORK 1
# | #define HAVE_VFORK 1
# | #define HAVE_WORKING_VFORK 1
# | #define HAVE_WORKING_FORK 1
# | #define PID_T pid_t
# | #define HAVE_SYS_RESOURCE_H 1
# | #define HAVE_SYS_TIMES_H 1
# | #define HAVE_GETRUSAGE /**/
# | #define RUSAGE_WHO_T int
# | #define HAVE_LSTAT /**/
# | #define HAVE_SYS_STAT_H 1
# | #define HAVE_STRUCT_STAT_ST_RDEV 1
# | #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# | #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# | #define SIZEOF_INO_T 8
# | #define SIZEOF_DEV_T 8
# | #define ELOOP_VALUE ELOOP
# | #define HAVE_IOCTL 1
# | #define IOCTL_REQUEST_T unsigned long
# | #define IOCTL_DOTS /**/
# | #define NEED_SYS_IOCTL_H /**/
# | #define HAVE_FIONREAD /**/
# | #define HAVE_RELIABLE_FIONREAD /**/
# | #define HAVE_POLL 1
# | #define HAVE_RELIABLE_POLL /**/
# | #define HAVE_SELECT 1
# | #define HAVE_SYS_SELECT_H /**/
# | #define SELECT_WIDTH_T int
# | #define SELECT_SET_T fd_set
# | #define SELECT_CONST
# | #define HAVE_RELIABLE_SELECT /**/
# | #define HAVE_NETDB_H 1
# | #define HAVE_GETHOSTBYNAME /**/
# | #define HAVE_CONNECT 1
# | #define CONNECT_CONST const
# | #define CONNECT_NAME_T struct sockaddr *
# | #define CONNECT_ADDRLEN_T unsigned int
# | #define HAVE_SYS_UN_H 1
# | #define HAVE_IPV4 /**/
# | #define HAVE_IPV6 /**/
# | #define HAVE_INET_PTON 1
# | #define HAVE_INET_NTOP 1
# | #define HAVE_INET_ADDR 1
# | #define HAVE_SETSOCKOPT 1
# | #define HAVE_GETSOCKOPT 1
# | #define HAVE_NETINET_IN_H 1
# | #define HAVE_ARPA_INET_H 1
# | #define RET_INET_ADDR_TYPE unsigned int
# | #define INET_ADDR_CONST const
# | #define INET_ADDR_SUFFIX /**/
# | #define HAVE_NETINET_TCP_H 1
# | #define SETSOCKOPT_CONST const
# | #define SETSOCKOPT_ARG_T void*
# | #define SETSOCKOPT_OPTLEN_T unsigned int
# | #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# | #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# | #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# | #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# | #define HAVE_MMAP /**/
# | #define HAVE_MMAP_ANON /**/
# | #define HAVE_MMAP_ANONYMOUS /**/
# | #define HAVE_MMAP_DEVZERO /**/
# | #define HAVE_MUNMAP 1
# | #define HAVE_MSYNC 1
# | #define HAVE_MPROTECT 1
# | #define HAVE_WORKING_MPROTECT /**/
# | #define HAVE_SHM /**/
# | #define HAVE_SYS_SYSMACROS_H 1
# | #define SHM_RMID_VALID /**/
# | #define HAVE_DLFCN_H 1
# | #define HAVE_DLOPEN 1
# | #define HAVE_DLSYM 1
# | #define HAVE_DLVSYM 1
# | #define HAVE_DLERROR 1
# | #define HAVE_DLCLOSE 1
# | #define HAVE_DLADDR 1
# | #define HAVE_WORKING_O_NOATIME 1
# | #define HAVE_WORKING_O_NOFOLLOW 1
# | #define HAVE_READLINE_READLINE_H 1
# | #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# | #define HAVE_DECL_RL_ALREADY_PROMPTED 1
# | #define HAVE_DECL_RL_READLINE_NAME 1
# | #define HAVE_DECL_RL_GNU_READLINE_P 1
# | #define HAVE_DECL_RL_DEPREP_TERM_FUNCTION 1
# | #define READLINE_FILE_COMPLETE rl_filename_completion_function
# | #define READLINE_CONST const
# | #define HAVE_READLINE /**/
# | #define VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))
# | #define FLOAT_DIV0_EXCEPTION 1
# | #define DOUBLE_DIV0_EXCEPTION 1
# | /* end confdefs.h. */
# | #include
# | #include
# |
# | int
# | main ()
# | {
# | #if BYTE_ORDER != BIG_ENDIAN
# | not big endian
# | #endif
# |
# | ;
# | return 0;
# | }
# configure:30048: result: no
# configure:30068: checking for integer types and behaviour
# configure:31150: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:31150: $? = 0
# configure:31150: ./conftest
# configure:31150: $? = 0
# configure:31151: result: created intparam.h
# configure:31175: checking for floating-point types and behaviour
# configure:31393: clang -o conftest conftest.c /usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a >&5
# configure:31393: $? = 0
# configure:31393: ./conftest
# configure:31393: $? = 0
# configure:31394: result: created floatparam.h
# configure:31416: ** output file generation
# configure:31488: updating cache config.cache
# configure:31594: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by GNU CLISP config.status 2.49 (2010-07-07), which was
# generated by GNU Autoconf 2.65. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on 5e725306d7c1
#
# config.status:1695: creating po/Makefile.in
# config.status:1695: creating gllib/Makefile
# config.status:1695: creating makemake
# config.status:1695: creating config.h
# config.status:1915: executing depfiles commands
# config.status:1915: executing libtool commands
# config.status:1915: executing po-directories commands
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_build=x86_64-unknown-linux-gnu
# ac_cv_c_bigendian=no
# ac_cv_c_char_unsigned=no
# ac_cv_c_compiler_gnu=yes
# ac_cv_c_inline=inline
# ac_cv_c_restrict=__restrict
# ac_cv_env_CC_set=set
# ac_cv_env_CC_value=clang
# 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_XMKMF_set=
# ac_cv_env_XMKMF_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=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__setjmp=no
# ac_cv_func_alloca_works=yes
# ac_cv_func_connect=yes
# ac_cv_func_dladdr=yes
# ac_cv_func_dlclose=yes
# ac_cv_func_dlerror=yes
# ac_cv_func_dlopen=yes
# ac_cv_func_dlsym=yes
# ac_cv_func_dlvsym=yes
# ac_cv_func_fchmod=yes
# ac_cv_func_flock=yes
# ac_cv_func_fork=yes
# ac_cv_func_fork_works=yes
# ac_cv_func_fsync=yes
# ac_cv_func_ftime=yes
# ac_cv_func_getcwd=yes
# ac_cv_func_getdtablesize=yes
# ac_cv_func_gethostbyname=yes
# ac_cv_func_gethostent=yes
# ac_cv_func_gethostname=yes
# ac_cv_func_getpagesize=yes
# ac_cv_func_getresgid=yes
# ac_cv_func_getresuid=yes
# ac_cv_func_getrlimit=yes
# ac_cv_func_getsockopt=yes
# ac_cv_func_gettimeofday=yes
# ac_cv_func_inet_addr=yes
# ac_cv_func_inet_ntop=yes
# ac_cv_func_inet_pton=yes
# ac_cv_func_ioctl=yes
# ac_cv_func_iswblank=yes
# ac_cv_func_iswcntrl=yes
# ac_cv_func_mbrtowc=yes
# ac_cv_func_mbsinit=yes
# ac_cv_func_mbsrtowcs=yes
# ac_cv_func_memchr=yes
# ac_cv_func_memset=yes
# ac_cv_func_mmap=yes
# ac_cv_func_mprotect=yes
# ac_cv_func_msync=yes
# ac_cv_func_munmap=yes
# ac_cv_func_nice=yes
# ac_cv_func_nl_langinfo=yes
# ac_cv_func_poll=yes
# ac_cv_func_putenv=yes
# ac_cv_func_rand_r=yes
# ac_cv_func_readdir_r=yes
# ac_cv_func_readline=yes
# ac_cv_func_readlink=yes
# ac_cv_func_realpath=yes
# ac_cv_func_remove=yes
# ac_cv_func_rl_filename_completion_function=yes
# ac_cv_func_select=yes
# ac_cv_func_setenv=yes
# ac_cv_func_setitimer=yes
# ac_cv_func_setpgid=yes
# ac_cv_func_setregid=yes
# ac_cv_func_setresgid=yes
# ac_cv_func_setresuid=yes
# ac_cv_func_setreuid=yes
# ac_cv_func_setrlimit=yes
# ac_cv_func_setsid=yes
# ac_cv_func_setsockopt=yes
# ac_cv_func_shmat=yes
# ac_cv_func_shutdown=yes
# ac_cv_func_sigaction=yes
# ac_cv_func_siginterrupt=yes
# ac_cv_func_strerror=yes
# ac_cv_func_sysconf=yes
# ac_cv_func_ualarm=yes
# ac_cv_func_uname=yes
# ac_cv_func_unsetenv=yes
# ac_cv_func_usleep=yes
# ac_cv_func_vfork=yes
# ac_cv_func_vfork_works=yes
# ac_cv_gnu_library_2_1=yes
# ac_cv_have_decl_btowc=yes
# ac_cv_have_decl_chown=yes
# ac_cv_have_decl_dup2=yes
# ac_cv_have_decl_dup3=yes
# ac_cv_have_decl_endusershell=yes
# ac_cv_have_decl_environ=yes
# ac_cv_have_decl_euidaccess=yes
# ac_cv_have_decl_faccessat=yes
# ac_cv_have_decl_fchdir=yes
# ac_cv_have_decl_fchownat=yes
# ac_cv_have_decl_fsync=yes
# ac_cv_have_decl_ftruncate=yes
# ac_cv_have_decl_getc_unlocked=yes
# ac_cv_have_decl_getcwd=yes
# ac_cv_have_decl_getdomainname=yes
# ac_cv_have_decl_getdtablesize=yes
# ac_cv_have_decl_getgroups=yes
# ac_cv_have_decl_gethostname=yes
# ac_cv_have_decl_getlogin=yes
# ac_cv_have_decl_getlogin_r=yes
# ac_cv_have_decl_getpagesize=yes
# ac_cv_have_decl_gettimeofday=yes
# ac_cv_have_decl_getusershell=yes
# ac_cv_have_decl_lchown=yes
# ac_cv_have_decl_link=yes
# ac_cv_have_decl_linkat=yes
# ac_cv_have_decl_lseek=yes
# ac_cv_have_decl_mbrlen=yes
# ac_cv_have_decl_mbrtowc=yes
# ac_cv_have_decl_mbsinit=yes
# ac_cv_have_decl_mbsnrtowcs=yes
# ac_cv_have_decl_mbsrtowcs=yes
# ac_cv_have_decl_memmem=yes
# ac_cv_have_decl_mempcpy=yes
# ac_cv_have_decl_memrchr=yes
# ac_cv_have_decl_nl_langinfo=yes
# ac_cv_have_decl_pipe2=yes
# ac_cv_have_decl_pread=yes
# ac_cv_have_decl_pwrite=yes
# ac_cv_have_decl_rawmemchr=yes
# ac_cv_have_decl_readlink=yes
# ac_cv_have_decl_readlinkat=yes
# ac_cv_have_decl_rl_already_prompted=yes
# ac_cv_have_decl_rl_deprep_term_function=yes
# ac_cv_have_decl_rl_gnu_readline_p=yes
# ac_cv_have_decl_rl_readline_name=yes
# ac_cv_have_decl_rmdir=yes
# ac_cv_have_decl_setusershell=yes
# ac_cv_have_decl_sleep=yes
# ac_cv_have_decl_stpcpy=yes
# ac_cv_have_decl_stpncpy=yes
# ac_cv_have_decl_strcasestr=yes
# ac_cv_have_decl_strchrnul=yes
# ac_cv_have_decl_strdup=yes
# ac_cv_have_decl_strncat=yes
# ac_cv_have_decl_strndup=yes
# ac_cv_have_decl_strnlen=yes
# ac_cv_have_decl_strpbrk=yes
# ac_cv_have_decl_strsep=yes
# ac_cv_have_decl_strsignal=yes
# ac_cv_have_decl_strtok_r=yes
# ac_cv_have_decl_strverscmp=yes
# ac_cv_have_decl_symlink=yes
# ac_cv_have_decl_symlinkat=yes
# ac_cv_have_decl_ttyname_r=yes
# ac_cv_have_decl_unlink=yes
# ac_cv_have_decl_unlinkat=yes
# ac_cv_have_decl_usleep=yes
# ac_cv_have_decl_wcrtomb=yes
# ac_cv_have_decl_wcsnrtombs=yes
# ac_cv_have_decl_wcsrtombs=yes
# ac_cv_have_decl_wctob=yes
# ac_cv_have_decl_wcwidth=yes
# ac_cv_have_readline=yes
# ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
# ac_cv_header_arpa_inet_h=yes
# ac_cv_header_avcall_h=yes
# ac_cv_header_callback_h=yes
# ac_cv_header_dlfcn_h=yes
# ac_cv_header_inttypes_h=yes
# ac_cv_header_langinfo_h=yes
# ac_cv_header_lightning_h=no
# ac_cv_header_memory_h=yes
# ac_cv_header_minix_config_h=no
# ac_cv_header_netdb_h=yes
# ac_cv_header_netinet_in_h=yes
# ac_cv_header_netinet_tcp_h=yes
# ac_cv_header_readline_readline_h=yes
# ac_cv_header_sgtty_h=yes
# ac_cv_header_stdbool_h=yes
# ac_cv_header_stdc=yes
# ac_cv_header_stddef_h=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_file_h=yes
# ac_cv_header_sys_inttypes_h=no
# ac_cv_header_sys_ipc_h=yes
# ac_cv_header_sys_mman_h=yes
# ac_cv_header_sys_resource_h=yes
# ac_cv_header_sys_shm_h=yes
# ac_cv_header_sys_stat_h=yes
# ac_cv_header_sys_sysmacros_h=yes
# ac_cv_header_sys_termio_h=no
# ac_cv_header_sys_time_h=yes
# ac_cv_header_sys_times_h=yes
# ac_cv_header_sys_types_h=yes
# ac_cv_header_sys_un_h=yes
# ac_cv_header_sys_utsname_h=yes
# ac_cv_header_termio_h=yes
# ac_cv_header_termios_h=yes
# ac_cv_header_time_h=yes
# ac_cv_header_unistd_h=yes
# ac_cv_header_vfork_h=no
# ac_cv_header_wchar_h=yes
# ac_cv_header_wctype_h=yes
# ac_cv_host=x86_64-unknown-linux-gnu
# ac_cv_lib_ICE_IceConnectionNumber=yes
# ac_cv_libavcall_cppflags=
# ac_cv_libavcall_libs=/usr/lib/libavcall.a
# ac_cv_libavcall_ltlibs='-L/usr/lib -lavcall'
# ac_cv_libavcall_prefix=
# ac_cv_libcallback_cppflags=
# ac_cv_libcallback_libs=/usr/lib/libcallback.a
# ac_cv_libcallback_ltlibs='-L/usr/lib -lcallback'
# ac_cv_libcallback_prefix=
# ac_cv_libsigsegv=yes
# ac_cv_member_struct_dirent_d_namlen=no
# ac_cv_member_struct_stat_st_blksize=yes
# ac_cv_member_struct_stat_st_blocks=yes
# ac_cv_member_struct_stat_st_rdev=yes
# ac_cv_objext=o
# ac_cv_path_EGREP='/usr/bin/grep -E'
# ac_cv_path_FGREP='/usr/bin/grep -F'
# ac_cv_path_GMSGFMT=/usr/bin/msgfmt
# ac_cv_path_GREP=/usr/bin/grep
# ac_cv_path_MSGFMT=/usr/bin/msgfmt
# ac_cv_path_MSGMERGE=/usr/bin/msgmerge
# ac_cv_path_SED=/usr/bin/sed
# ac_cv_path_XGETTEXT=/usr/bin/xgettext
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_path_mkdir=/usr/bin/mkdir
# ac_cv_prog_AWK=gawk
# ac_cv_prog_CC=clang
# ac_cv_prog_COMPRESS=gzip
# ac_cv_prog_CPP='clang -E'
# ac_cv_prog_GROFF=groff
# ac_cv_prog_OBJDUMP=objdump
# ac_cv_prog_PS2PDF=ps2pdf
# ac_cv_prog_RANLIB=ranlib
# ac_cv_prog_STRIP=strip
# ac_cv_prog_ac_ct_AR=ar
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_ac_ct_STRIP=strip
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_clang_c_o=yes
# ac_cv_prog_cc_g=yes
# ac_cv_prog_make_make_set=yes
# ac_cv_safe_to_define___extensions__=yes
# ac_cv_search___builtin_avcall='none required'
# ac_cv_search_dlopen=-ldl
# ac_cv_search_tgetent=-lncurses
# ac_cv_search_trampoline_r_data0='none required'
# ac_cv_sizeof_dev_t=8
# ac_cv_sizeof_ino_t=8
# ac_cv_sizeof_off_t=8
# ac_cv_sizeof_rlim_t=8
# ac_cv_sizeof_struct_timeval=16
# ac_cv_sys_file_offset_bits=no
# ac_cv_sys_largefile_CC=no
# ac_cv_type__Bool=yes
# ac_cv_type_long_long_int=yes
# ac_cv_type_mbstate_t=yes
# ac_cv_type_pid_t=yes
# ac_cv_type_unsigned_long_long_int=yes
# ac_cv_use_readline=yes
# ac_cv_working_alloca_h=yes
# acl_cv_hardcode_direct=no
# acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
# acl_cv_hardcode_libdir_separator=
# acl_cv_hardcode_minus_L=no
# acl_cv_libext=a
# acl_cv_libname_spec='lib$name'
# acl_cv_library_names_spec='$libname$shrext'
# acl_cv_path_LD='/usr/bin/ld -m elf_x86_64'
# acl_cv_prog_gnu_ld=yes
# acl_cv_rpath=done
# acl_cv_shlibext=so
# acl_cv_wl=-Wl,
# am_cv_CC_dependencies_compiler_type=gcc3
# am_cv_func_iconv=yes
# am_cv_func_iconv_works=yes
# am_cv_langinfo_codeset=yes
# am_cv_lib_iconv=no
# am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
# am_cv_proto_iconv_arg1=
# cl_cv_address_code=0x0000000000000000
# cl_cv_address_malloc=0x0000000001000000
# cl_cv_address_shlib=0x00007FC229000000
# cl_cv_address_stack=0x00007FFC31000000
# cl_cv_builtin_strlen=no
# cl_cv_cc_double_divbyzero=yes
# cl_cv_cc_double_inexact=no
# cl_cv_cc_double_overflow=no
# cl_cv_cc_double_underflow=no
# cl_cv_cc_float_divbyzero=yes
# cl_cv_cc_float_inexact=no
# cl_cv_cc_float_overflow=no
# cl_cv_cc_float_underflow=no
# cl_cv_decl_ELOOP=ELOOP
# cl_cv_decl_FIONREAD_1=no
# cl_cv_decl_FIONREAD_1_sys_filio_h=no
# cl_cv_decl_FIONREAD_1_sys_ioctl_h=yes
# cl_cv_decl_FIONREAD_reliable=yes
# cl_cv_decl_TCSAFLUSH=yes
# cl_cv_decl_eloop=yes
# cl_cv_decolonize='echo $x'
# cl_cv_file_floatparam_h=1
# cl_cv_file_intparam_h=1
# cl_cv_func_closedir_retval=yes
# cl_cv_func_getrusage=yes
# cl_cv_func_getrusage_works=yes
# cl_cv_func_lstat=yes
# cl_cv_func_mmap_anon=yes
# cl_cv_func_mmap_anonymous=yes
# cl_cv_func_mmap_devzero=yes
# cl_cv_func_mmap_works=yes
# cl_cv_func_mprotect_works=yes
# cl_cv_func_poll=yes
# cl_cv_func_poll_reliable=yes
# cl_cv_func_select_reliable=yes
# cl_cv_func_shmctl_attachable=yes
# cl_cv_func_signal_reinstall=no
# cl_cv_func_tcgetattr=yes
# cl_cv_func_vadvise=no
# cl_cv_func_vm=no
# cl_cv_have_ffcall=yes
# cl_cv_header_sys_select_h=yes
# cl_cv_host_x86_64=yes
# cl_cv_lib_nsl=no
# cl_cv_lib_socket=no
# cl_cv_os_valid_filename_char='((ch >= 1) && (ch != 47))'
# cl_cv_os_valid_filename_charset=8-bit
# cl_cv_prog_LN=ln
# cl_cv_prog_LN_S_works=yes
# cl_cv_prog_as_underscore=no
# cl_cv_prog_cc_cplusplus=no
# cl_cv_prog_cc_ema=yes
# cl_cv_prog_cc_gcc=yes
# cl_cv_prog_cc_sunpro=no
# cl_cv_prog_cc_works=yes
# cl_cv_prog_hln=hln
# cl_cv_proto_connect='extern int connect (int, const struct sockaddr *, unsigned int);'
# cl_cv_proto_connect_arg2a=const
# cl_cv_proto_connect_arg2b='struct sockaddr *'
# cl_cv_proto_connect_arg3='unsigned int'
# cl_cv_proto_filename_completion_function='extern char* rl_filename_completion_function(const char*, int);'
# cl_cv_proto_getrlimit='extern int getrlimit (enum __rlimit_resource, struct rlimit *);'
# cl_cv_proto_getrlimit_arg1='enum __rlimit_resource'
# cl_cv_proto_getrusage='extern int getrusage (int, struct rusage *);'
# cl_cv_proto_getrusage_arg1=int
# cl_cv_proto_inet_addr='extern unsigned int inet_addr (const char*);'
# cl_cv_proto_inet_addr_arg1=const
# cl_cv_proto_inet_addr_ret='unsigned int'
# cl_cv_proto_ioctl='extern int ioctl (int, unsigned long, ...);'
# cl_cv_proto_ioctl_arg2='unsigned long'
# cl_cv_proto_ioctl_args='int, unsigned long, ...'
# cl_cv_proto_ioctl_dots=yes
# cl_cv_proto_readline_const=const
# cl_cv_proto_select='extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *);'
# cl_cv_proto_select_arg1=int
# cl_cv_proto_select_arg2=fd_set
# cl_cv_proto_select_arg5=
# cl_cv_proto_setrlimit='extern int setrlimit (enum __rlimit_resource, const struct rlimit *);'
# cl_cv_proto_setrlimit_arg2=const
# cl_cv_proto_setsockopt='extern int setsockopt (int, int, int, const void*, unsigned int);'
# cl_cv_proto_setsockopt_arg_t='void*'
# cl_cv_proto_setsockopt_const=const
# cl_cv_proto_setsockopt_optlen_t='unsigned int'
# cl_cv_proto_unsetenv_posix=0
# cl_cv_proto_unsetenv_ret=void
# cl_cv_proto_waitpid='extern pid_t waitpid (pid_t, int*, int);'
# cl_cv_proto_waitpid_arg1=pid_t
# cl_cv_socket_ipv4=yes
# cl_cv_socket_ipv6=yes
# cl_cv_struct_sockaddr_sun_len=no
# cl_cv_struct_winsize=no
# cl_cv_struct_winsize_ioctl=yes
# cl_cv_sys_shm_works=yes
# cl_cv_test_nt=yes
# cl_cv_type_caddr_t=yes
# cl_cv_type_socklen_t=yes
# gl_cv_c_multiarch=no
# gl_cv_decl_null_works=yes
# gl_cv_func_gettimeofday_clobber=no
# gl_cv_func_gettimeofday_posix_signature=almost
# gl_cv_func_iswcntrl_works=yes
# gl_cv_func_link_follows_symlink=no
# gl_cv_func_mbrtowc_incomplete_state='guessing yes'
# gl_cv_func_mbrtowc_nul_retval='guessing yes'
# gl_cv_func_mbrtowc_null_arg='guessing yes'
# gl_cv_func_mbrtowc_retval='guessing yes'
# gl_cv_func_mbrtowc_sanitycheck='guessing yes'
# gl_cv_func_mbsrtowcs_works='guessing yes'
# gl_cv_func_memchr_works=yes
# gl_cv_have_include_next=yes
# gl_cv_have_raw_decl_btowc=yes
# gl_cv_have_raw_decl_chown=yes
# gl_cv_have_raw_decl_dup2=yes
# gl_cv_have_raw_decl_dup3=yes
# gl_cv_have_raw_decl_endusershell=yes
# gl_cv_have_raw_decl_environ=yes
# gl_cv_have_raw_decl_euidaccess=yes
# gl_cv_have_raw_decl_faccessat=yes
# gl_cv_have_raw_decl_fchdir=yes
# gl_cv_have_raw_decl_fchownat=yes
# gl_cv_have_raw_decl_fsync=yes
# gl_cv_have_raw_decl_ftruncate=yes
# gl_cv_have_raw_decl_getcwd=yes
# gl_cv_have_raw_decl_getdomainname=yes
# gl_cv_have_raw_decl_getdtablesize=yes
# gl_cv_have_raw_decl_getgroups=yes
# gl_cv_have_raw_decl_gethostname=yes
# gl_cv_have_raw_decl_getlogin=yes
# gl_cv_have_raw_decl_getlogin_r=yes
# gl_cv_have_raw_decl_getpagesize=yes
# gl_cv_have_raw_decl_gettimeofday=yes
# gl_cv_have_raw_decl_getusershell=yes
# gl_cv_have_raw_decl_lchown=yes
# gl_cv_have_raw_decl_link=yes
# gl_cv_have_raw_decl_linkat=yes
# gl_cv_have_raw_decl_lseek=yes
# gl_cv_have_raw_decl_mbrlen=yes
# gl_cv_have_raw_decl_mbrtowc=yes
# gl_cv_have_raw_decl_mbsinit=yes
# gl_cv_have_raw_decl_mbsnrtowcs=yes
# gl_cv_have_raw_decl_mbsrtowcs=yes
# gl_cv_have_raw_decl_memmem=yes
# gl_cv_have_raw_decl_mempcpy=yes
# gl_cv_have_raw_decl_memrchr=yes
# gl_cv_have_raw_decl_nl_langinfo=yes
# gl_cv_have_raw_decl_pipe2=yes
# gl_cv_have_raw_decl_pread=yes
# gl_cv_have_raw_decl_pwrite=yes
# gl_cv_have_raw_decl_rawmemchr=yes
# gl_cv_have_raw_decl_readlink=yes
# gl_cv_have_raw_decl_readlinkat=yes
# gl_cv_have_raw_decl_rmdir=yes
# gl_cv_have_raw_decl_setusershell=yes
# gl_cv_have_raw_decl_sleep=yes
# gl_cv_have_raw_decl_stpcpy=yes
# gl_cv_have_raw_decl_stpncpy=yes
# gl_cv_have_raw_decl_strcasestr=yes
# gl_cv_have_raw_decl_strchrnul=yes
# gl_cv_have_raw_decl_strdup=yes
# gl_cv_have_raw_decl_strncat=yes
# gl_cv_have_raw_decl_strndup=yes
# gl_cv_have_raw_decl_strnlen=yes
# gl_cv_have_raw_decl_strpbrk=yes
# gl_cv_have_raw_decl_strsep=yes
# gl_cv_have_raw_decl_strsignal=yes
# gl_cv_have_raw_decl_strtok_r=yes
# gl_cv_have_raw_decl_strverscmp=yes
# gl_cv_have_raw_decl_symlink=yes
# gl_cv_have_raw_decl_symlinkat=yes
# gl_cv_have_raw_decl_ttyname_r=yes
# gl_cv_have_raw_decl_unlink=yes
# gl_cv_have_raw_decl_unlinkat=yes
# gl_cv_have_raw_decl_usleep=yes
# gl_cv_have_raw_decl_wcrtomb=yes
# gl_cv_have_raw_decl_wcsnrtombs=yes
# gl_cv_have_raw_decl_wcsrtombs=yes
# gl_cv_have_raw_decl_wctob=yes
# gl_cv_have_raw_decl_wcwidth=yes
# gl_cv_header_langinfo_codeset=yes
# gl_cv_header_langinfo_era=yes
# gl_cv_header_wchar_h_correct_inline=yes
# gl_cv_header_working_fcntl_h=yes
# gl_cv_header_working_stdint_h=yes
# gl_cv_lib_sigsegv=yes
# gl_cv_next_langinfo_h=''
# gl_cv_next_stdint_h=''
# gl_cv_next_string_h=''
# gl_cv_next_sys_time_h=''
# gl_cv_next_unistd_h=''
# gl_cv_next_wchar_h=''
# gl_cv_next_wctype_h=''
# gl_cv_rpl_alloca=yes
# gl_cv_sys_struct_timeval=yes
# gt_cv_c_wchar_t=yes
# gt_cv_c_wint_t=yes
# gt_cv_func_CFLocaleCopyCurrent=no
# gt_cv_func_CFPreferencesCopyAppValue=no
# gt_cv_func_gnugettext2_libc=yes
# gt_cv_locale_fr_utf8=none
# gt_cv_locale_ja=none
# gt_cv_locale_zh_CN=none
# gt_cv_val_LC_MESSAGES=yes
# lt_cv_archive_cmds_need_lc=no
# lt_cv_deplibs_check_method=pass_all
# lt_cv_file_magic_cmd='$MAGIC_CMD'
# lt_cv_file_magic_test_file=
# lt_cv_ld_reload_flag=-r
# lt_cv_nm_interface='BSD nm'
# lt_cv_objdir=.libs
# lt_cv_path_LD=/usr/bin/ld
# lt_cv_path_NM='/usr/bin/nm -B'
# lt_cv_prog_compiler_c_o=yes
# lt_cv_prog_compiler_pic_works=yes
# lt_cv_prog_compiler_rtti_exceptions=yes
# lt_cv_prog_compiler_static_works=yes
# lt_cv_prog_gnu_ld=yes
# lt_cv_shlibpath_overrides_runpath=no
# lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
# lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
# lt_cv_sys_max_cmd_len=1572864
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# ACLOCAL='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run aclocal-1.11'
# ALLOCA=''
# ALLOCA_H='alloca.h'
# AMDEPBACKSLASH='\'
# AMDEP_FALSE='#'
# AMDEP_TRUE=''
# AMTAR='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run tar'
# APPLE_UNIVERSAL_BUILD='0'
# AR='ar'
# AS='as'
# AS_UNDERSCORE='false'
# AUTOCONF='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run autoconf'
# AUTOHEADER='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run autoheader'
# AUTOMAKE='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run automake-1.11'
# AWK='gawk'
# BITSIZEOF_PTRDIFF_T=''
# BITSIZEOF_SIG_ATOMIC_T=''
# BITSIZEOF_SIZE_T=''
# BITSIZEOF_WCHAR_T=''
# BITSIZEOF_WINT_T=''
# CC='clang'
# CCDEPMODE='depmode=gcc3'
# CC_CPLUSPLUS='false'
# CC_GCC='true'
# CC_NEED_DEEMA='false'
# CC_SUNPRO='false'
# CFLAGS=''
# CLISP_DECOLONIZE='echo $x'
# COMPRESS='gzip'
# CPP='clang -E'
# CPPFLAGS=' '
# CYGPATH_W='echo'
# DEFS='-DHAVE_CONFIG_H'
# DEPDIR='.deps'
# DLLTOOL='dlltool'
# DSYMUTIL=''
# DUMPBIN=''
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP='/usr/bin/grep -E'
# EXEEXT=''
# FGREP='/usr/bin/grep -F'
# GCC_X_NONE='-x none'
# GETTEXT_MACRO_VERSION='0.18'
# GLIBC21='yes'
# GL_COND_LIBTOOL_FALSE=''
# GL_COND_LIBTOOL_TRUE='#'
# GMSGFMT='/usr/bin/msgfmt'
# GMSGFMT_015='/usr/bin/msgfmt'
# GNULIB_BTOWC='0'
# GNULIB_CHOWN='0'
# GNULIB_CLOSE='0'
# GNULIB_DUP2='0'
# GNULIB_DUP3='0'
# GNULIB_ENVIRON='0'
# GNULIB_EUIDACCESS='0'
# GNULIB_FACCESSAT='0'
# GNULIB_FCHDIR='0'
# GNULIB_FCHOWNAT='0'
# GNULIB_FSYNC='0'
# GNULIB_FTRUNCATE='0'
# GNULIB_GETCWD='0'
# GNULIB_GETDOMAINNAME='0'
# GNULIB_GETDTABLESIZE='0'
# GNULIB_GETGROUPS='0'
# GNULIB_GETHOSTNAME='0'
# GNULIB_GETLOGIN='0'
# GNULIB_GETLOGIN_R='0'
# GNULIB_GETPAGESIZE='1'
# GNULIB_GETTIMEOFDAY='1'
# GNULIB_GETUSERSHELL='0'
# GNULIB_LCHOWN='0'
# GNULIB_LINK='0'
# GNULIB_LINKAT='0'
# GNULIB_LSEEK='0'
# GNULIB_MBRLEN='0'
# GNULIB_MBRTOWC='1'
# GNULIB_MBSCASECMP='0'
# GNULIB_MBSCASESTR='0'
# GNULIB_MBSCHR='0'
# GNULIB_MBSCSPN='0'
# GNULIB_MBSINIT='1'
# GNULIB_MBSLEN='0'
# GNULIB_MBSNCASECMP='0'
# GNULIB_MBSNLEN='0'
# GNULIB_MBSNRTOWCS='0'
# GNULIB_MBSPBRK='0'
# GNULIB_MBSPCASECMP='0'
# GNULIB_MBSRCHR='0'
# GNULIB_MBSRTOWCS='1'
# GNULIB_MBSSEP='0'
# GNULIB_MBSSPN='0'
# GNULIB_MBSSTR='0'
# GNULIB_MBSTOK_R='0'
# GNULIB_MEMCHR='1'
# GNULIB_MEMMEM='0'
# GNULIB_MEMPCPY='0'
# GNULIB_MEMRCHR='0'
# GNULIB_NL_LANGINFO='1'
# GNULIB_PIPE2='0'
# GNULIB_PREAD='0'
# GNULIB_PWRITE='0'
# GNULIB_RAWMEMCHR='0'
# GNULIB_READLINK='0'
# GNULIB_READLINKAT='0'
# GNULIB_RMDIR='0'
# GNULIB_SLEEP='0'
# GNULIB_STPCPY='0'
# GNULIB_STPNCPY='0'
# GNULIB_STRCASESTR='0'
# GNULIB_STRCHRNUL='0'
# GNULIB_STRDUP='0'
# GNULIB_STRERROR='0'
# GNULIB_STRNCAT='0'
# GNULIB_STRNDUP='0'
# GNULIB_STRNLEN='0'
# GNULIB_STRPBRK='0'
# GNULIB_STRSEP='0'
# GNULIB_STRSIGNAL='0'
# GNULIB_STRSTR='0'
# GNULIB_STRTOK_R='0'
# GNULIB_STRVERSCMP='0'
# GNULIB_SYMLINK='0'
# GNULIB_SYMLINKAT='0'
# GNULIB_TTYNAME_R='0'
# GNULIB_UNISTD_H_GETOPT='0'
# GNULIB_UNISTD_H_SIGPIPE='0'
# GNULIB_UNLINK='0'
# GNULIB_UNLINKAT='0'
# GNULIB_USLEEP='0'
# GNULIB_WCRTOMB='0'
# GNULIB_WCSNRTOMBS='0'
# GNULIB_WCSRTOMBS='0'
# GNULIB_WCTOB='0'
# GNULIB_WCWIDTH='0'
# GNULIB_WRITE='0'
# GNU_MAKE_FALSE='#'
# GNU_MAKE_TRUE=''
# GREP='/usr/bin/grep'
# GROFF='groff'
# HAVE_BTOWC='1'
# HAVE_CHOWN='1'
# HAVE_DECL_ENVIRON='1'
# HAVE_DECL_GETLOGIN_R='1'
# HAVE_DECL_GETPAGESIZE='1'
# HAVE_DECL_GETUSERSHELL='1'
# HAVE_DECL_MEMMEM='1'
# HAVE_DECL_MEMRCHR='1'
# HAVE_DECL_STRDUP='1'
# HAVE_DECL_STRNDUP='1'
# HAVE_DECL_STRNLEN='1'
# HAVE_DECL_STRSIGNAL='1'
# HAVE_DECL_STRTOK_R='1'
# HAVE_DECL_WCTOB='1'
# HAVE_DECL_WCWIDTH='1'
# HAVE_DUP2='1'
# HAVE_DUP3='1'
# HAVE_EUIDACCESS='1'
# HAVE_FACCESSAT='1'
# HAVE_FCHDIR='1'
# HAVE_FCHOWNAT='1'
# HAVE_FSYNC='1'
# HAVE_FTRUNCATE='1'
# HAVE_GETDOMAINNAME='1'
# HAVE_GETDTABLESIZE='1'
# HAVE_GETGROUPS='1'
# HAVE_GETHOSTNAME='1'
# HAVE_GETLOGIN='1'
# HAVE_GETPAGESIZE='1'
# HAVE_GETTIMEOFDAY='1'
# HAVE_INTTYPES_H='1'
# HAVE_ISWBLANK='1'
# HAVE_ISWCNTRL='1'
# HAVE_LANGINFO_CODESET='1'
# HAVE_LANGINFO_ERA='1'
# HAVE_LANGINFO_H='1'
# HAVE_LCHOWN='1'
# HAVE_LIBSIGSEGV='yes'
# HAVE_LINK='1'
# HAVE_LINKAT='1'
# HAVE_LONG_LONG_INT='1'
# HAVE_MBRLEN='1'
# HAVE_MBRTOWC='1'
# HAVE_MBSINIT='1'
# HAVE_MBSLEN='0'
# HAVE_MBSNRTOWCS='1'
# HAVE_MBSRTOWCS='1'
# HAVE_MEMCHR='1'
# HAVE_MEMPCPY='1'
# HAVE_NL_LANGINFO='1'
# HAVE_OS_H='0'
# HAVE_PIPE2='1'
# HAVE_PREAD='1'
# HAVE_PWRITE='1'
# HAVE_RAWMEMCHR='1'
# HAVE_READLINK='1'
# HAVE_READLINKAT='1'
# HAVE_SIGNED_SIG_ATOMIC_T=''
# HAVE_SIGNED_WCHAR_T=''
# HAVE_SIGNED_WINT_T=''
# HAVE_SLEEP='1'
# HAVE_STDINT_H='1'
# HAVE_STPCPY='1'
# HAVE_STPNCPY='1'
# HAVE_STRCASESTR='1'
# HAVE_STRCHRNUL='1'
# HAVE_STRPBRK='1'
# HAVE_STRSEP='1'
# HAVE_STRUCT_TIMEVAL='1'
# HAVE_STRVERSCMP='1'
# HAVE_SYMLINK='1'
# HAVE_SYMLINKAT='1'
# HAVE_SYS_BITYPES_H=''
# HAVE_SYS_INTTYPES_H=''
# HAVE_SYS_PARAM_H='0'
# HAVE_SYS_TIME_H='1'
# HAVE_SYS_TYPES_H='1'
# HAVE_TTYNAME_R='1'
# HAVE_UNISTD_H='1'
# HAVE_UNLINKAT='1'
# HAVE_UNSIGNED_LONG_LONG_INT='1'
# HAVE_USLEEP='1'
# HAVE_WCHAR_H='1'
# HAVE_WCHAR_T='1'
# HAVE_WCRTOMB='1'
# HAVE_WCSNRTOMBS='1'
# HAVE_WCSRTOMBS='1'
# HAVE_WCTYPE_H='1'
# HAVE_WINT_T='1'
# HAVE__BOOL='1'
# HLN='hln'
# INCLUDE_NEXT='include_next'
# INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next'
# INCTERMCAP=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
# INTLLIBS=''
# INTL_MACOSX_LIBS=''
# LD='/usr/bin/ld -m elf_x86_64'
# LDFLAGS=''
# LIBAVCALL='/usr/lib/libavcall.a'
# LIBAVCALL_PREFIX=''
# LIBCALLBACK='/usr/lib/libcallback.a'
# LIBCALLBACK_PREFIX=''
# LIBGNU_LIBDEPS=''
# LIBGNU_LTLIBDEPS=''
# LIBICONV=''
# LIBINTL=''
# LIBOBJS=''
# LIBS='/usr/lib/libreadline.so -Wl,-rpath -Wl,/usr/lib -lncurses -ldl /usr/lib/libavcall.a /usr/lib/libcallback.a'
# LIBSIGSEGV='/usr/lib/libsigsegv.so -Wl,-rpath -Wl,/usr/lib'
# LIBSIGSEGV_PREFIX=''
# LIBTERMCAP=''
# LIBTOOL='$(SHELL) $(top_builddir)/libtool'
# LIBTOOL_DEPS='build-aux/ltmain.sh'
# LIBUNISTRING_COMPILE_UNINAME_UNINAME_FALSE='#'
# LIBUNISTRING_COMPILE_UNINAME_UNINAME_TRUE=''
# LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_FALSE='#'
# LIBUNISTRING_COMPILE_UNIWIDTH_WIDTH_TRUE=''
# LIBUNISTRING_UNINAME_H='uniname.h'
# LIBUNISTRING_UNITYPES_H='unitypes.h'
# LIBUNISTRING_UNIWIDTH_H='uniwidth.h'
# LIPO=''
# LN='ln'
# LN_S='ln -s'
# LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/src/gllib"'
# LOCALE_FR_UTF8='none'
# LOCALE_JA='none'
# LOCALE_ZH_CN='none'
# LTLIBAVCALL='-L/usr/lib -lavcall'
# LTLIBCALLBACK='-L/usr/lib -lcallback'
# LTLIBICONV=''
# LTLIBINTL=''
# LTLIBOBJS=''
# LTLIBSIGSEGV='-L/usr/lib -lsigsegv -R/usr/lib'
# MAKEINFO='${SHELL} /tmp/clisp/src/clisp-2.49/src/build-aux/missing --run makeinfo'
# MKDIR_P='/usr/bin/mkdir -p'
# MSGFMT='/usr/bin/msgfmt'
# MSGFMT_015='/usr/bin/msgfmt'
# MSGMERGE='/usr/bin/msgmerge'
# NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDDEF_H=''
# NEXT_AS_FIRST_DIRECTIVE_STDINT_H=''
# NEXT_AS_FIRST_DIRECTIVE_STRING_H=''
# NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H=''
# NEXT_AS_FIRST_DIRECTIVE_UNISTD_H=''
# NEXT_AS_FIRST_DIRECTIVE_WCHAR_H=''
# NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H=''
# NEXT_LANGINFO_H=''
# NEXT_STDDEF_H=''
# NEXT_STDINT_H=''
# NEXT_STRING_H=''
# NEXT_SYS_TIME_H=''
# NEXT_UNISTD_H=''
# NEXT_WCHAR_H=''
# NEXT_WCTYPE_H=''
# NM='/usr/bin/nm -B'
# NMEDIT=''
# NO_CXX=''
# OBJDUMP='objdump'
# OBJEXT='o'
# OTOOL64=''
# OTOOL=''
# PACKAGE='clisp'
# PACKAGE_BUGREPORT='http://clisp.cons.org/'
# PACKAGE_NAME='GNU CLISP'
# PACKAGE_STRING='GNU CLISP 2.49 (2010-07-07)'
# PACKAGE_TARNAME='clisp'
# PACKAGE_URL='http://www.gnu.org/software/clisp/'
# PACKAGE_VERSION='2.49 (2010-07-07)'
# PATH_SEPARATOR=':'
# POSUB='po'
# PRAGMA_SYSTEM_HEADER='#pragma GCC system_header'
# PS2PDF='ps2pdf'
# PTRDIFF_T_SUFFIX=''
# RANLIB='ranlib'
# REPLACE_BTOWC='0'
# REPLACE_CHOWN='0'
# REPLACE_CLOSE='0'
# REPLACE_DUP2='0'
# REPLACE_DUP='0'
# REPLACE_FCHOWNAT='0'
# REPLACE_GETCWD='0'
# REPLACE_GETGROUPS='0'
# REPLACE_GETPAGESIZE='0'
# REPLACE_GETTIMEOFDAY='0'
# REPLACE_ISWCNTRL='0'
# REPLACE_LCHOWN='0'
# REPLACE_LINK='0'
# REPLACE_LINKAT='0'
# REPLACE_LSEEK='0'
# REPLACE_MBRLEN='0'
# REPLACE_MBRTOWC='0'
# REPLACE_MBSINIT='0'
# REPLACE_MBSNRTOWCS='0'
# REPLACE_MBSRTOWCS='0'
# REPLACE_MBSTATE_T='0'
# REPLACE_MEMCHR='0'
# REPLACE_MEMMEM='0'
# REPLACE_NL_LANGINFO='0'
# REPLACE_NULL='0'
# REPLACE_PREAD='0'
# REPLACE_PWRITE='0'
# REPLACE_READLINK='0'
# REPLACE_RMDIR='0'
# REPLACE_SLEEP='0'
# REPLACE_STPNCPY='0'
# REPLACE_STRCASESTR='0'
# REPLACE_STRDUP='0'
# REPLACE_STRERROR='0'
# REPLACE_STRNCAT='0'
# REPLACE_STRNDUP='0'
# REPLACE_STRNLEN='0'
# REPLACE_STRSIGNAL='0'
# REPLACE_STRSTR='0'
# REPLACE_STRTOK_R='0'
# REPLACE_SYMLINK='0'
# REPLACE_TTYNAME_R='0'
# REPLACE_UNLINK='0'
# REPLACE_UNLINKAT='0'
# REPLACE_USLEEP='0'
# REPLACE_WCRTOMB='0'
# REPLACE_WCSNRTOMBS='0'
# REPLACE_WCSRTOMBS='0'
# REPLACE_WCTOB='0'
# REPLACE_WCWIDTH='0'
# REPLACE_WRITE='0'
# SED='/usr/bin/sed'
# SET_MAKE=''
# SHELL='/bin/sh'
# SIG_ATOMIC_T_SUFFIX=''
# SIZE_T_SUFFIX=''
# STDBOOL_H=''
# STDDEF_H=''
# STDINT_H=''
# STRIP='strip'
# TEST_NT='yes'
# UNDEFINE_STRTOK_R='0'
# UNISTD_H_HAVE_WINSOCK2_H='0'
# UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0'
# USE_NLS='yes'
# VERSION='2.49 (2010-07-07)'
# WCHAR_T_SUFFIX=''
# WINT_T_SUFFIX=''
# XGETTEXT='/usr/bin/xgettext'
# XGETTEXT_015='/usr/bin/xgettext'
# XGETTEXT_EXTRA_OPTIONS=''
# XMKMF=''
# X_CFLAGS=''
# X_EXTRA_LIBS=''
# X_LIBS=''
# X_PRE_LIBS=' -lSM -lICE'
# ac_ct_CC=''
# ac_ct_DUMPBIN=''
# am__EXEEXT_FALSE=''
# am__EXEEXT_TRUE='#'
# am__fastdepCC_FALSE='#'
# am__fastdepCC_TRUE=''
# am__include='include'
# am__isrc=''
# am__leading_dot='.'
# am__quote=''
# am__tar='${AMTAR} chof - "$$tardir"'
# am__untar='${AMTAR} 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_TARNAME}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# gl_LIBOBJS=''
# gl_LTLIBOBJS=''
# gltests_LIBOBJS=''
# gltests_LTLIBOBJS=''
# gltests_WITNESS='IN_CLISP_GNULIB_TESTS'
# 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/clisp/src/clisp-2.49/src/build-aux/install-sh'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# mkdir_p='/usr/bin/mkdir -p'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME "GNU CLISP"
# #define PACKAGE_TARNAME "clisp"
# #define PACKAGE_VERSION "2.49 (2010-07-07)"
# #define PACKAGE_STRING "GNU CLISP 2.49 (2010-07-07)"
# #define PACKAGE_BUGREPORT "http://clisp.cons.org/"
# #define PACKAGE_URL "http://www.gnu.org/software/clisp/"
# #ifndef __x86_64__
# #define __x86_64__ 1
# #endif
# #define STDC_HEADERS 1
# #define HAVE_SYS_TYPES_H 1
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STDLIB_H 1
# #define HAVE_STRING_H 1
# #define HAVE_MEMORY_H 1
# #define HAVE_STRINGS_H 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_DLFCN_H 1
# #define LT_OBJDIR ".libs/"
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define restrict __restrict
# #define HAVE_SYS_TIME_H 1
# #define HAVE_LANGINFO_H 1
# #define HAVE_SYS_MMAN_H 1
# #define HAVE_STDDEF_H 1
# #define HAVE_STDINT_H 1
# #define HAVE_WCHAR_H 1
# #define HAVE_STRING_H 1
# #define HAVE_UNISTD_H 1
# #define HAVE_WCTYPE_H 1
# #define HAVE_RAW_DECL_GETTIMEOFDAY 1
# #define HAVE_GETTIMEOFDAY 1
# #define HAVE_READLINK 1
# #define HAVE_MBSINIT 1
# #define HAVE_MBRTOWC 1
# #define HAVE_MBSRTOWCS 1
# #define HAVE_MPROTECT 1
# #define HAVE_MEMCHR 1
# #define HAVE_NL_LANGINFO 1
# #define HAVE_ISWCNTRL 1
# #define HAVE_ISWBLANK 1
# #define HAVE_LANGINFO_CODESET 1
# #define HAVE_WORKING_O_NOATIME 1
# #define HAVE_WORKING_O_NOFOLLOW 1
# #define HAVE_DECL_GETC_UNLOCKED 1
# #define HAVE_MBSTATE_T 1
# #define HAVE_MAP_ANONYMOUS 1
# #define HAVE__BOOL 1
# #define HAVE_STDBOOL_H 1
# #define HAVE_WCHAR_T 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_UNSIGNED_LONG_LONG_INT 1
# #define HAVE_RAW_DECL_MEMMEM 1
# #define HAVE_RAW_DECL_MEMPCPY 1
# #define HAVE_RAW_DECL_MEMRCHR 1
# #define HAVE_RAW_DECL_RAWMEMCHR 1
# #define HAVE_RAW_DECL_STPCPY 1
# #define HAVE_RAW_DECL_STPNCPY 1
# #define HAVE_RAW_DECL_STRCHRNUL 1
# #define HAVE_RAW_DECL_STRDUP 1
# #define HAVE_RAW_DECL_STRNCAT 1
# #define HAVE_RAW_DECL_STRNDUP 1
# #define HAVE_RAW_DECL_STRNLEN 1
# #define HAVE_RAW_DECL_STRPBRK 1
# #define HAVE_RAW_DECL_STRSEP 1
# #define HAVE_RAW_DECL_STRCASESTR 1
# #define HAVE_RAW_DECL_STRTOK_R 1
# #define HAVE_RAW_DECL_STRSIGNAL 1
# #define HAVE_RAW_DECL_STRVERSCMP 1
# #define HAVE_WINT_T 1
# #define HAVE_ALLOCA 1
# #define HAVE_GETPAGESIZE 1
# #define GNULIB_TEST_GETPAGESIZE 1
# #define GETTIMEOFDAY_TIMEZONE struct timezone
# #define GNULIB_TEST_GETTIMEOFDAY 1
# #define HAVE_RAW_DECL_NL_LANGINFO 1
# #define HAVE_LIBSIGSEGV 1
# #define LINK_FOLLOWS_SYMLINKS 0
# #define GNULIB_TEST_MBRTOWC 1
# #define GNULIB_TEST_MBSINIT 1
# #define GNULIB_TEST_MBSRTOWCS 1
# #define GNULIB_TEST_MEMCHR 1
# #define GNULIB_TEST_NL_LANGINFO 1
# #define HAVE_RAW_DECL_CHOWN 1
# #define HAVE_RAW_DECL_DUP2 1
# #define HAVE_RAW_DECL_DUP3 1
# #define HAVE_RAW_DECL_ENVIRON 1
# #define HAVE_RAW_DECL_EUIDACCESS 1
# #define HAVE_RAW_DECL_FACCESSAT 1
# #define HAVE_RAW_DECL_FCHDIR 1
# #define HAVE_RAW_DECL_FCHOWNAT 1
# #define HAVE_RAW_DECL_FSYNC 1
# #define HAVE_RAW_DECL_FTRUNCATE 1
# #define HAVE_RAW_DECL_GETCWD 1
# #define HAVE_RAW_DECL_GETDOMAINNAME 1
# #define HAVE_RAW_DECL_GETDTABLESIZE 1
# #define HAVE_RAW_DECL_GETGROUPS 1
# #define HAVE_RAW_DECL_GETHOSTNAME 1
# #define HAVE_RAW_DECL_GETLOGIN 1
# #define HAVE_RAW_DECL_GETLOGIN_R 1
# #define HAVE_RAW_DECL_GETPAGESIZE 1
# #define HAVE_RAW_DECL_GETUSERSHELL 1
# #define HAVE_RAW_DECL_SETUSERSHELL 1
# #define HAVE_RAW_DECL_ENDUSERSHELL 1
# #define HAVE_RAW_DECL_LCHOWN 1
# #define HAVE_RAW_DECL_LINK 1
# #define HAVE_RAW_DECL_LINKAT 1
# #define HAVE_RAW_DECL_LSEEK 1
# #define HAVE_RAW_DECL_PIPE2 1
# #define HAVE_RAW_DECL_PREAD 1
# #define HAVE_RAW_DECL_PWRITE 1
# #define HAVE_RAW_DECL_READLINK 1
# #define HAVE_RAW_DECL_READLINKAT 1
# #define HAVE_RAW_DECL_RMDIR 1
# #define HAVE_RAW_DECL_SLEEP 1
# #define HAVE_RAW_DECL_SYMLINK 1
# #define HAVE_RAW_DECL_SYMLINKAT 1
# #define HAVE_RAW_DECL_TTYNAME_R 1
# #define HAVE_RAW_DECL_UNLINK 1
# #define HAVE_RAW_DECL_UNLINKAT 1
# #define HAVE_RAW_DECL_USLEEP 1
# #define HAVE_RAW_DECL_BTOWC 1
# #define HAVE_RAW_DECL_WCTOB 1
# #define HAVE_RAW_DECL_MBSINIT 1
# #define HAVE_RAW_DECL_MBRTOWC 1
# #define HAVE_RAW_DECL_MBRLEN 1
# #define HAVE_RAW_DECL_MBSRTOWCS 1
# #define HAVE_RAW_DECL_MBSNRTOWCS 1
# #define HAVE_RAW_DECL_WCRTOMB 1
# #define HAVE_RAW_DECL_WCSRTOMBS 1
# #define HAVE_RAW_DECL_WCSNRTOMBS 1
# #define HAVE_RAW_DECL_WCWIDTH 1
# #define HAVE_ICONV 1
# #define ICONV_CONST
# #define ENABLE_NLS 1
# #define HAVE_GETTEXT 1
# #define HAVE_DCGETTEXT 1
# #define HAVE_AVCALL_H 1
# #define HAVE_CALLBACK_H 1
# #define HAVE_LONG_LONG_INT 1
# #define HAVE_UNISTD_H 1
# #define HAVE_SYS_FILE_H 1
# #define HAVE_TIME_H 1
# #define HAVE_SYS_TIME_H 1
# #define HAVE_SYS_UTSNAME_H 1
# #define HAVE_SYS_SHM_H 1
# #define HAVE_SYS_IPC_H 1
# #define HAVE_TERMIOS_H 1
# #define HAVE_TERMIO_H 1
# #define HAVE_SGTTY_H 1
# #define HAVE_TCGETATTR /**/
# #define HAVE_TCSAFLUSH /**/
# #define WINSIZE_NEED_SYS_IOCTL_H /**/
# #define CADDR_T caddr_t
# #define CLISP_SOCKLEN_T socklen_t
# #define SIZEOF_OFF_T 8
# #define SIZEOF_STRUCT_TIMEVAL 16
# #define HAVE_ALLOCA_H 1
# #define HAVE_ALLOCA 1
# #define HAVE_SIGACTION 1
# #define HAVE_SIGINTERRUPT 1
# #define HAVE_STRERROR 1
# #define HAVE_SYSCONF 1
# #define HAVE_GETDTABLESIZE 1
# #define HAVE_MEMSET 1
# #define HAVE_SETSID 1
# #define HAVE_SETPGID 1
# #define HAVE_FCHMOD 1
# #define HAVE_FSYNC 1
# #define HAVE_FLOCK 1
# #define HAVE_GETHOSTENT 1
# #define HAVE_SHUTDOWN 1
# #define HAVE_USLEEP 1
# #define HAVE_UALARM 1
# #define HAVE_SETITIMER 1
# #define HAVE_NICE 1
# #define HAVE_FTIME 1
# #define HAVE_REALPATH 1
# #define HAVE_GETRESUID 1
# #define HAVE_SETRESUID 1
# #define HAVE_GETRESGID 1
# #define HAVE_SETRESGID 1
# #define HAVE_SETREUID 1
# #define HAVE_SETREGID 1
# #define HAVE_GETHOSTNAME 1
# #define HAVE_READLINK 1
# #define HAVE_GETCWD 1
# #define HAVE_UNAME 1
# #define HAVE_READDIR_R 1
# #define HAVE_RAND_R 1
# #define HAVE_PUTENV 1
# #define HAVE_SETENV 1
# #define HAVE_UNSETENV 1
# #define HAVE_DECL_ENVIRON 1
# #define UNSETENV_POSIX 0
# #define HAVE_LC_MESSAGES 1
# #define HAVE_GETRLIMIT 1
# #define HAVE_SETRLIMIT 1
# #define SIZEOF_RLIM_T 8
# #define RLIMIT_RESOURCE_T enum __rlimit_resource
# #define SETRLIMIT_CONST const
# #define HAVE_FORK 1
# #define HAVE_VFORK 1
# #define HAVE_WORKING_VFORK 1
# #define HAVE_WORKING_FORK 1
# #define PID_T pid_t
# #define HAVE_SYS_RESOURCE_H 1
# #define HAVE_SYS_TIMES_H 1
# #define HAVE_GETRUSAGE /**/
# #define RUSAGE_WHO_T int
# #define HAVE_LSTAT /**/
# #define HAVE_SYS_STAT_H 1
# #define HAVE_STRUCT_STAT_ST_RDEV 1
# #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
# #define HAVE_STRUCT_STAT_ST_BLOCKS 1
# #define SIZEOF_INO_T 8
# #define SIZEOF_DEV_T 8
# #define ELOOP_VALUE ELOOP
# #define HAVE_IOCTL 1
# #define IOCTL_REQUEST_T unsigned long
# #define IOCTL_DOTS /**/
# #define NEED_SYS_IOCTL_H /**/
# #define HAVE_FIONREAD /**/
# #define HAVE_RELIABLE_FIONREAD /**/
# #define HAVE_POLL 1
# #define HAVE_RELIABLE_POLL /**/
# #define HAVE_SELECT 1
# #define HAVE_SYS_SELECT_H /**/
# #define SELECT_WIDTH_T int
# #define SELECT_SET_T fd_set
# #define SELECT_CONST
# #define HAVE_RELIABLE_SELECT /**/
# #define HAVE_NETDB_H 1
# #define HAVE_GETHOSTBYNAME /**/
# #define HAVE_CONNECT 1
# #define CONNECT_CONST const
# #define CONNECT_NAME_T struct sockaddr *
# #define CONNECT_ADDRLEN_T unsigned int
# #define HAVE_SYS_UN_H 1
# #define HAVE_IPV4 /**/
# #define HAVE_IPV6 /**/
# #define HAVE_INET_PTON 1
# #define HAVE_INET_NTOP 1
# #define HAVE_INET_ADDR 1
# #define HAVE_SETSOCKOPT 1
# #define HAVE_GETSOCKOPT 1
# #define HAVE_NETINET_IN_H 1
# #define HAVE_ARPA_INET_H 1
# #define RET_INET_ADDR_TYPE unsigned int
# #define INET_ADDR_CONST const
# #define INET_ADDR_SUFFIX /**/
# #define HAVE_NETINET_TCP_H 1
# #define SETSOCKOPT_CONST const
# #define SETSOCKOPT_ARG_T void*
# #define SETSOCKOPT_OPTLEN_T unsigned int
# #define CODE_ADDRESS_RANGE 0x0000000000000000UL
# #define MALLOC_ADDRESS_RANGE 0x0000000001000000UL
# #define SHLIB_ADDRESS_RANGE 0x00007FC229000000UL
# #define STACK_ADDRESS_RANGE 0x00007FFC31000000UL
# #define HAVE_MMAP /**/
# #define HAVE_MMAP_ANON /**/
# #define HAVE_MMAP_ANONYMOUS /**/
# #define HAVE_MMAP_DEVZERO /**/
# #define HAVE_MUNMAP 1
# #define HAVE_MSYNC 1
# #define HAVE_MPROTECT 1
# #define HAVE_WORKING_MPROTECT /**/
# #define HAVE_SHM /**/
# #define HAVE_SYS_SYSMACROS_H 1
# #define SHM_RMID_VALID /**/
# #define HAVE_DLFCN_H 1
# #define HAVE_DLOPEN 1
# #define HAVE_DLSYM 1
# #define HAVE_DLVSYM 1
# #define HAVE_DLERROR 1
# #define HAVE_DLCLOSE 1
# #define HAVE_DLADDR 1
# #define HAVE_WORKING_O_NOATIME 1
# #define HAVE_WORKING_O_NOFOLLOW 1
# #define HAVE_READLINE_READLINE_H 1
# #define HAVE_RL_FILENAME_COMPLETION_FUNCTION 1
# #define HAVE_DECL_RL_ALREADY_PROMPTED 1
# #define HAVE_DECL_RL_READLINE_NAME 1
# #define HAVE_DECL_RL_GNU_READLINE_P 1
# #define HAVE_DECL_RL_DEPREP_TERM_FUNCTION 1
# #define READLINE_FILE_COMPLETE rl_filename_completion_function
# #define READLINE_CONST const
# #define HAVE_READLINE /**/
# #define VALID_FILENAME_CHAR ((ch >= 1) && (ch != 47))
# #define FLOAT_DIV0_EXCEPTION 1
# #define DOUBLE_DIV0_EXCEPTION 1
#
# configure: exit 0