postgresql/src/template/freebsd

7 lines
187 B
Plaintext
Raw Normal View History

2010-09-20 22:08:53 +02:00
# src/template/freebsd
# Prefer unnamed POSIX semaphores if available, unless user overrides choice
if test x"$PREFERRED_SEMAPHORES" = x"" ; then
PREFERRED_SEMAPHORES=UNNAMED_POSIX
fi