From db1deaaf3446c2b1b44f39e67f4bba917e2809a5 Mon Sep 17 00:00:00 2001
From: schmidt <douglascraigschmidt@users.noreply.github.com>
Date: Sat, 22 Aug 1998 01:03:34 +0000
Subject: *** empty log message ***

---
 ace/config-hpux-10.x.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'ace/config-hpux-10.x.h')

diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h
index dc40fc662b8..61b2dc74a13 100644
--- a/ace/config-hpux-10.x.h
+++ b/ace/config-hpux-10.x.h
@@ -226,6 +226,9 @@ extern int h_errno;     /* This isn't declared in a header file on HP-UX */
 // Without threads being compiled in, the fd_set/int thing is not an issue.
 #  define _CMA_NOWRAPPERS_
 
+#else
+// If threading is disabled, then timespec_t does not get defined.
+#  define ACE_LACKS_TIMESPEC_T
 #endif /* ACE_HAS_THREADS */
 
 // Turns off the tracing feature.
-- 
cgit v1.2.1