aboutsummaryrefslogtreecommitdiff
path: root/lib/libsm
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2010-03-04 05:53:06 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2010-03-04 05:53:06 +0000
commitf37de12bbb422622bbed25c9e052b32e65884f7f (patch)
tree47d1a732f635ae242e9ed9f357d3c70deb024df2 /lib/libsm
parentcefb7b77f8726bd524532a249adeab09b60444fc (diff)
downloadsrc-f37de12bbb422622bbed25c9e052b32e65884f7f.tar.gz
src-f37de12bbb422622bbed25c9e052b32e65884f7f.zip
Enable the use of nanosleep() instead of using pause() and signals.
This Makefile change can be removed when the next version of sendmail is imported as it will have this built in to the FreeBSD conf.h section. Submitted by: John Marshall MFC after: 3 days
Notes
Notes: svn path=/head/; revision=204691
Diffstat (limited to 'lib/libsm')
-rw-r--r--lib/libsm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile
index ae76e91ccd1c..ce590d71f058 100644
--- a/lib/libsm/Makefile
+++ b/lib/libsm/Makefile
@@ -7,6 +7,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
CFLAGS+=-I${SENDMAIL_DIR}/src -I${SENDMAIL_DIR}/include -I.
CFLAGS+=-DNEWDB -DNIS -DMAP_REGEX -DNOT_SENDMAIL
+CFLAGS+=-DHAVE_NANOSLEEP
.if ${MK_INET6_SUPPORT} != "no"
CFLAGS+=-DNETINET6