summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/perl-5.20.0/config.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl-5.20.0/config.sh b/meta/recipes-devtools/perl/perl-5.20.0/config.sh
index 2532c8d413..1ac1355829 100644
--- a/meta/recipes-devtools/perl/perl-5.20.0/config.sh
+++ b/meta/recipes-devtools/perl/perl-5.20.0/config.sh
@@ -1104,3 +1104,10 @@ usekernprocpathname='undef'
1104usensgetexecutablepath='undef' 1104usensgetexecutablepath='undef'
1105st_ino_sign='1' 1105st_ino_sign='1'
1106st_ino_size='4' 1106st_ino_size='4'
1107
1108# for Time-HiRes
1109d_clock_nanosleep='define'
1110d_clock_gettime='define'
1111d_clock_getres='define'
1112d_clock='define'
1113d_nanosleep='define'