We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cd112 commit 26e95e3Copy full SHA for 26e95e3
myConfig
@@ -66,6 +66,7 @@ $macro[1]->{WINARCH} = $win_arch;
66
#
67
68
$define{'USE_PROTOTYPE'} = 1 if ($Config{'prototype'});
69
+$define{'HAVE_INTTYPES_H'} = 1 if ($Config{'i_inttypes'});
70
$define{'HAVE_UNISTD_H'} = 1 if ($Config{'i_unistd'});
71
$define{'HAVE_SYS_SELECT_H'} = 1 if ($Config{'i_sysselct'});
72
$define{'NO_STDLIB_H'} = 1 unless ($Config{'i_stdlib'});
0 commit comments