#!/SDK/Local/C/sh

# This script is designed to provide a handy summary of the configuration
# information being used to build perl. This is especially useful if you
# are requesting help from comp.lang.perl.misc on usenet or via mail.

# Note that the text lines /^Summary of/ .. /^\s*$/ are copied into Config.pm.
cat <<'!NO!SUBS!'
Summary of my perl5 (revision 5 version 8 subversion 5) configuration:
  Platform:
    osname=amigaos, osvers=4.0, archname=ppc-amigaos
    uname='amigaos localhost 4.0 51.19 ppc g4 '
    config_args=''
    hint=previous, useposix=true, d_sigaction=undef
    usethreads=undef use5005threads=undef useithreads=define usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='gcc', ccflags =' -DAMIGAOS -fno-strict-aliasing  -D__USE_INLINE__ -DPERL_NO_DEV_RANDOM -DAUTOINIT',
    optimize='-O2 -fomit-frame-pointer -g',
    cppflags='-DAMIGAOS -fno-strict-aliasing  -DDEBUGGING -D__USE_INLINE__ -DPERL_NO_DEV_RANDOM -DAUTOINIT '
    ccversion='', gccversion='3.4.2 (Amiga, Inc. build 20040910)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
    ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=4
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='gcc', ldflags =' -mcrt=clib2-ts -L /SDK/Local/clib2/lib'
    libpth=/lib /SDK/clib2/lib.threadsafe /SDK/Local/clib2/lib
    libs=-lm -lunix -lnet -lauto -lpthread
    perllibs=-lm -lunix -lnet -lauto -lpthread
    libc=/SDK/clib2/lib.threadsafe/libc.a, so=none, useshrplib=false, libperl=libperl.a
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_amiga.xs, dlext=pmod, d_dlsymun=undef, ccdlflags=''
    cccdlflags='-DAMIGAOS_DYN_LINKING -DPERL_NO_GET_CONTEXT', lddlflags='-shared -mcrt=clib2-ts -L /SDK/Local/clib2/lib -s'

!NO!SUBS!
