1# src/template/freebsd
2
3# Prefer unnamed POSIX semaphores if available, unless user overrides choice
4if test x"$PREFERRED_SEMAPHORES" = x"" ; then
5  PREFERRED_SEMAPHORES=UNNAMED_POSIX
6fi
7
8# Extra CFLAGS for code that will go into a shared library
9CFLAGS_SL="-fPIC -DPIC"
10