summaryrefslogtreecommitdiff
path: root/ace/config-freebsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/config-freebsd.h')
-rw-r--r--ace/config-freebsd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/config-freebsd.h b/ace/config-freebsd.h
index fdcf7f612b5..8596d91a86b 100644
--- a/ace/config-freebsd.h
+++ b/ace/config-freebsd.h
@@ -219,6 +219,10 @@ extern "C" { char * cuserid (char *s); }
#define ACE_HAS_PTHREADS_UNIX98_EXT
#endif
+#ifndef ACE_HAS_SNPRINTF
+#define ACE_HAS_SNPRINTF
+#endif
+
// Note, on FreeBSD 5, POSIX aio is now an optional kernel module which
// must be loaded.
// Read the aio(4) man page for what to do, otherwise any aio_* call