summaryrefslogtreecommitdiff
path: root/hints/hpux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r--hints/hpux.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index f354c0ffde..05f73d602e 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -483,6 +483,8 @@ EOM
# tell perl.h to include <pthread.h> before other
# include files
ccflags="$ccflags -DPTHREAD_H_FIRST"
+# First column on purpose.
+pthread_h_first="$define"
# CMA redefines select to cma_select, and cma_select
# expects int * instead of fd_set * (just like 9.X)