Home
last modified time | relevance | path

Searched refs:CAN_FLOCK (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Storable/t/
Dlock.t24 unless (&Storable::CAN_FLOCK) {
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.pm269 unless (CAN_FLOCK) {
413 unless (CAN_FLOCK) {
DChangeLog103 - moved CAN_FLOCK detection into XS to simplify the build process.
342 - compute CAN_FLOCK at compile-time
749 - Added CAN_FLOCK to determine whether we can flock() or not,
DStorable.xs78 #define CAN_FLOCK &PL_sv_yes macro
80 #define CAN_FLOCK &PL_sv_no macro
7744 newCONSTSUB(stash, "CAN_FLOCK", CAN_FLOCK);