Skip to content

Commit 26e95e3

Browse files
chrstphrchvzeserte
authored andcommitted
myConfig: add ability to define HAVE_INTTYPES_H
1 parent 98cd112 commit 26e95e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

myConfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ $macro[1]->{WINARCH} = $win_arch;
6666
#
6767

6868
$define{'USE_PROTOTYPE'} = 1 if ($Config{'prototype'});
69+
$define{'HAVE_INTTYPES_H'} = 1 if ($Config{'i_inttypes'});
6970
$define{'HAVE_UNISTD_H'} = 1 if ($Config{'i_unistd'});
7071
$define{'HAVE_SYS_SELECT_H'} = 1 if ($Config{'i_sysselct'});
7172
$define{'NO_STDLIB_H'} = 1 unless ($Config{'i_stdlib'});

0 commit comments

Comments
 (0)