hpux needs _REENTRANT

This commit is contained in:
Thies C. Arntzen 2000-04-15 17:06:21 +00:00
parent 5097f64256
commit 38c2b8ec63

View File

@ -45,6 +45,8 @@ AC_DEFUN(PTHREADS_FLAGS,[
PTHREAD_FLAGS="-D_THREAD_SAFE";;
*irix*)
PTHREAD_FLAGS="-D_POSIX_THREAD_SAFE_FUNCTIONS";;
*hpux*)
PTHREAD_FLAGS="-D_REENTRANT";;
esac
if test -n "$PTHREAD_FLAGS"; then