summaryrefslogtreecommitdiff
path: root/ace/config-hpux-11.00.h
diff options
context:
space:
mode:
authorkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-31 16:58:41 +0000
committerkitty <kitty@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-31 16:58:41 +0000
commitd2e90fc02af6a53fa8b29bf6d1d482174ae56d23 (patch)
treea1169eb8c55ad57a6d25cceff6353fa6eb21c6a1 /ace/config-hpux-11.00.h
parent1a5f239a357679bf17574b9a7aa44838ba5a91a8 (diff)
downloadATCD-d2e90fc02af6a53fa8b29bf6d1d482174ae56d23.tar.gz
ChangeLogTag: Fri Aug 31 11:53:05 2001 Krishnakumar B <kitty@cs.wustl.edu>
Diffstat (limited to 'ace/config-hpux-11.00.h')
-rw-r--r--ace/config-hpux-11.00.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/ace/config-hpux-11.00.h b/ace/config-hpux-11.00.h
index fd28673a939..9d3c9c3a8ba 100644
--- a/ace/config-hpux-11.00.h
+++ b/ace/config-hpux-11.00.h
@@ -57,7 +57,7 @@
# define volatile
#else // aC++ definitions
-
+
// Parts of TAO (at least) use __HP_aCC to detect this compiler, but the
// macro is not set until A.03.13. If it's not set, set it - it won't be an
// HP-advertised value, but we don't check the value/version - just whether
@@ -321,12 +321,6 @@
// Platform lacks a typedef for timespec_t, but has struct timespec
#define ACE_LACKS_TIMESPEC_T
-// Platform needs a timer skew value. It *may* vary by processor, but this
-// one works. You can override it in your config.h file if needed.
-// It's in units of microseconds. This value is 10 msec.
-#if !defined (ACE_TIMER_SKEW)
-# define ACE_TIMER_SKEW 10 * 1000
-#endif /* ACE_TIMER_SKEW */
// Shared library name/path components
#define ACE_DLL_SUFFIX ".sl"