summaryrefslogtreecommitdiffstats
path: root/src/template/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'src/template/freebsd')
-rw-r--r--src/template/freebsd9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/template/freebsd b/src/template/freebsd
new file mode 100644
index 0000000..41fa4a1
--- /dev/null
+++ b/src/template/freebsd
@@ -0,0 +1,9 @@
+# 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
+
+# Extra CFLAGS for code that will go into a shared library
+CFLAGS_SL="-fPIC -DPIC"