diff options
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh index 05f73d602e..3392c77df9 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -485,6 +485,9 @@ EOM 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) |