summaryrefslogtreecommitdiff
path: root/ACE/ace/config-win32-common.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-08-21 16:59:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-08-21 16:59:07 +0000
commit46c2acf3d0824e66948aae68ceeb12ec6403d614 (patch)
treee407b3a5fd69a9c55dd0addadb3098c1d9da4323 /ACE/ace/config-win32-common.h
parentced463949b8894bb4b283c2bc6b767dd8f0b7c19 (diff)
downloadATCD-46c2acf3d0824e66948aae68ceeb12ec6403d614.tar.gz
iTue Aug 21 16:55:13 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/os_include/sys/os_time.h: Introduced new ACE_LACKS_CLOCKID_T which is used to determine whether we need to define clockid_t in ACE. Moved CLOCK_MONOTONIC and CLOCK_REALTIME to file below * ace/os_include/sys/os_types.h: Added CLOCK_MONOTONIC and CLOCK_REALTIME here and introduced new ACE_LACKS_CLOCK_REALTIME and ACE_LACKS_CLOCK_MONOTONIC because on for example HPUX CLOCK_REALTIME is not a define but part of an enum * ace/config-win32-common.h: Added ACE_LACKS_CLOCKID_T
Diffstat (limited to 'ACE/ace/config-win32-common.h')
-rw-r--r--ACE/ace/config-win32-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/config-win32-common.h b/ACE/ace/config-win32-common.h
index dfdc6d56c1e..a86b063f997 100644
--- a/ACE/ace/config-win32-common.h
+++ b/ACE/ace/config-win32-common.h
@@ -247,6 +247,8 @@
#define ACE_LACKS_SEEKDIR
#define ACE_LACKS_TELLDIR
+# define ACE_LACKS_CLOCKID_T
+
/* LACKS gid/pid/sid/uid facilities */
#define ACE_LACKS_GETPGID
#define ACE_LACKS_GETPPID