summaryrefslogtreecommitdiff
path: root/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2001-02-28 00:29:03 +0000
committerSteve Huston <shuston@riverace.com>2001-02-28 00:29:03 +0000
commit90a61280aaef75dc8bb7829f69cec7b75f1bc6ed (patch)
treea740b696899a040e1d08f8bbf90021d896373d1f /ace/config-hpux-11.00.h
parent1583d0ad7fd4a98e15f0e327a0d4eb45cb405fa0 (diff)
downloadATCD-90a61280aaef75dc8bb7829f69cec7b75f1bc6ed.tar.gz
ChangeLogTag:Tue Feb 27 17:31:48 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-hpux-11.00.h')
-rw-r--r--ace/config-hpux-11.00.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/config-hpux-11.00.h b/ace/config-hpux-11.00.h
index 9af7e1303db..39ef2c9ab5b 100644
--- a/ace/config-hpux-11.00.h
+++ b/ace/config-hpux-11.00.h
@@ -248,6 +248,8 @@
// Platform supports reentrant functions (all the POSIX *_r functions).
#define ACE_HAS_REENTRANT_FUNCTIONS
+// ctime_r and asctime_r conform to POSIX.1c (2 param version)
+#define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R
// HP-UX 11 has reentrant netdb functions. The catch is that the old
// functions (gethostbyname, etc.) are thread-safe and the _r versions are