p4raw-id: //depot/perl@15830
ccflags="$ccflags -DPTHREAD_H_FIRST"
# First column on purpose.
pthread_h_first="$define"
+ # Avoid the poisonous conflicting (and irrelevant)
+ # prototypes of setkey().
+ i_crypt="$undef"
# CMA redefines select to cma_select, and cma_select
# expects int * instead of fd_set * (just like 9.X)