The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
%config = (
            'Define' => [
                          '__CHAR_BIT__=8',
                          '__DBL_DIG__=16',
                          '__DBL_EPSILON__=2.77555756156289135e-17',
                          '__DBL_MANT_DIG__=56',
                          '__DBL_MAX_10_EXP__=38',
                          '__DBL_MAX_EXP__=127',
                          '__DBL_MAX__=1.70141183460469229e+38',
                          '__DBL_MIN_10_EXP__=(-38)',
                          '__DBL_MIN_EXP__=(-127)',
                          '__DBL_MIN__=2.93873587705571877e-39',
                          '__DECIMAL_DIG__=18',
                          '__FLT_DIG__=6',
                          '__FLT_EPSILON__=1.19209290e-7F',
                          '__FLT_EVAL_METHOD__=0',
                          '__FLT_MANT_DIG__=24',
                          '__FLT_MAX_10_EXP__=38',
                          '__FLT_MAX_EXP__=127',
                          '__FLT_MAX__=1.70141173e+38F',
                          '__FLT_MIN_10_EXP__=(-38)',
                          '__FLT_MIN_EXP__=(-127)',
                          '__FLT_MIN__=2.93873588e-39F',
                          '__FLT_RADIX__=2',
                          '__GNUC_MINOR__=3',
                          '__GNUC_PATCHLEVEL__=0',
                          '__GNUC__=3',
                          '__INT_MAX__=2147483647',
                          '__LDBL_DIG__=16',
                          '__LDBL_EPSILON__=2.77555756156289135e-17L',
                          '__LDBL_MANT_DIG__=56',
                          '__LDBL_MAX_10_EXP__=38',
                          '__LDBL_MAX_EXP__=127',
                          '__LDBL_MAX__=1.70141183460469229e+38L',
                          '__LDBL_MIN_10_EXP__=(-38)',
                          '__LDBL_MIN_EXP__=(-127)',
                          '__LDBL_MIN__=2.93873587705571877e-39L',
                          '__LONG_LONG_MAX__=9223372036854775807LL',
                          '__LONG_MAX__=2147483647L',
                          '__NO_INLINE__=1',
                          '__PTRDIFF_TYPE__=int',
                          '__SCHAR_MAX__=127',
                          '__SHRT_MAX__=32767',
                          '__SIZE_TYPE__=unsigned int',
                          '__WCHAR_TYPE__=unsigned int',
                          '__WINT_TYPE__=unsigned int',
                          '__bsd4_2=1',
                          '__bsd4_2__=1',
                          '__builtin_va_list=int',
                          '__ultrix=1',
                          '__ultrix__=1',
                          '__unix=1',
                          '__unix__=1',
                          '__vax=1',
                          '__vax__=1',
                          'bsd4_2=1',
                          'ultrix=1',
                          'unix=1',
                          'vax=1'
                        ],
            'ByteOrder' => 'LittleEndian',
            'LongSize' => 4,
            'IntSize' => 4,
            'ShortSize' => 2,
            'Assert' => [
                          'cpu(vax)',
                          'machine(vax)',
                          'system(bsd)',
                          'system(unix)'
                        ],
            'UnsignedChars' => 0,
            'DoubleSize' => 8,
            'PointerSize' => 4,
            'EnumSize' => 4,
            'FloatSize' => 4,
            'DisabledKeywords' => [
                                    'restrict'
                                  ],
            'LongLongSize' => 8,
            'Alignment' => 4,
            'LongDoubleSize' => 8,
            'KeywordMap' => {
                              '__imag__' => undef,
                              '__inline' => 'inline',
                              '__volatile' => 'volatile',
                              '__complex__' => undef,
                              '__real' => undef,
                              '__imag' => undef,
                              '__restrict' => 'restrict',
                              '__inline__' => 'inline',
                              '__asm' => 'asm',
                              '__bounded__' => undef,
                              '__volatile__' => 'volatile',
                              '__unbounded' => undef,
                              '__extension__' => undef,
                              '__signed' => 'signed',
                              '__unbounded__' => undef,
                              '__const' => 'const',
                              '__const__' => 'const',
                              '__signed__' => 'signed',
                              '__bounded' => undef,
                              '__real__' => undef,
                              '__complex' => undef,
                              '__restrict__' => 'restrict',
                              '__asm__' => 'asm'
                            },
            'HasCPPComments' => 1,
            'CompoundAlignment' => 1
          );