summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/misc/p5-net-fastcgi/t/lib/myconfig.pm
blob: 1d4f63482f6f9fd5bb7f669a63cc53f434d1f4d2 (plain)
1
2
3
4
5
6
7
8
9
package myconfig;

use strict;

BEGIN {
    $ENV{NET_FASTCGI_PP} = 0 + !(-e "XS.xs" || -e "../XS.xs");
}

1;