The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
%config = (
            'Define' => [
                          '_LP64=1',
                          '_PA_RISC2_0=1',
                          '__CHAR_BIT__=8',
                          '__DBL_DIG__=15',
                          '__DBL_EPSILON__=2.2204460492503131e-16',
                          '__DBL_MANT_DIG__=53',
                          '__DBL_MAX_10_EXP__=308',
                          '__DBL_MAX_EXP__=1024',
                          '__DBL_MAX__=1.7976931348623157e+308',
                          '__DBL_MIN_10_EXP__=(-307)',
                          '__DBL_MIN_EXP__=(-1021)',
                          '__DBL_MIN__=2.2250738585072014e-308',
                          '__DECIMAL_DIG__=36',
                          '__ELF__=1',
                          '__FLT_DIG__=6',
                          '__FLT_EPSILON__=1.19209290e-7F',
                          '__FLT_EVAL_METHOD__=0',
                          '__FLT_MANT_DIG__=24',
                          '__FLT_MAX_10_EXP__=38',
                          '__FLT_MAX_EXP__=128',
                          '__FLT_MAX__=3.40282347e+38F',
                          '__FLT_MIN_10_EXP__=(-37)',
                          '__FLT_MIN_EXP__=(-125)',
                          '__FLT_MIN__=1.17549435e-38F',
                          '__FLT_RADIX__=2',
                          '__GNUC_MINOR__=3',
                          '__GNUC_PATCHLEVEL__=0',
                          '__GNUC__=3',
                          '__INT_MAX__=2147483647',
                          '__LDBL_DIG__=33',
                          '__LDBL_EPSILON__=1.92592994438723585305597794258492732e-34L',
                          '__LDBL_MANT_DIG__=113',
                          '__LDBL_MAX_10_EXP__=4932',
                          '__LDBL_MAX_EXP__=16384',
                          '__LDBL_MAX__=1.18973149535723176508575932662800702e+4932L',
                          '__LDBL_MIN_10_EXP__=(-4931)',
                          '__LDBL_MIN_EXP__=(-16381)',
                          '__LDBL_MIN__=3.36210314311209350626267781732175260e-4932L',
                          '__LONG_LONG_MAX__=9223372036854775807LL',
                          '__LONG_MAX__=9223372036854775807L',
                          '__LP64__=1',
                          '__NO_INLINE__=1',
                          '__PTRDIFF_TYPE__=long int',
                          '__SCHAR_MAX__=127',
                          '__SHRT_MAX__=32767',
                          '__SIZE_TYPE__=long unsigned int',
                          '__WCHAR_TYPE__=unsigned int',
                          '__WINT_TYPE__=unsigned int',
                          '__builtin_va_list=int',
                          '__gnu_linux__=1',
                          '__hppa=1',
                          '__hppa__=1',
                          '__linux=1',
                          '__linux__=1',
                          '__unix=1',
                          '__unix__=1',
                          'linux=1',
                          'unix=1'
                        ],
            'IntSize' => 4,
            'LongSize' => 8,
            'ByteOrder' => 'BigEndian',
            'ShortSize' => 2,
            'Assert' => [
                          'cpu(hppa)',
                          'machine(bigendian)',
                          'machine(hppa)',
                          'system(posix)',
                          'system(unix)'
                        ],
            'UnsignedChars' => 0,
            'DoubleSize' => 8,
            'EnumSize' => 4,
            'PointerSize' => 8,
            'FloatSize' => 4,
            'DisabledKeywords' => [
                                    'restrict'
                                  ],
            'LongLongSize' => 8,
            'Alignment' => 8,
            'LongDoubleSize' => 16,
            'KeywordMap' => {
                              '__imag__' => undef,
                              '__inline' => 'inline',
                              '__complex__' => undef,
                              '__volatile' => 'volatile',
                              '__real' => undef,
                              '__imag' => undef,
                              '__restrict' => 'restrict',
                              '__inline__' => 'inline',
                              '__bounded__' => undef,
                              '__asm' => 'asm',
                              '__volatile__' => 'volatile',
                              '__unbounded' => undef,
                              '__extension__' => undef,
                              '__signed' => 'signed',
                              '__unbounded__' => undef,
                              '__const' => 'const',
                              '__const__' => 'const',
                              '__signed__' => 'signed',
                              '__real__' => undef,
                              '__bounded' => undef,
                              '__restrict__' => 'restrict',
                              '__complex' => undef,
                              '__asm__' => 'asm'
                            },
            'HasCPPComments' => 1,
            'CompoundAlignment' => 1
          );