diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-20 15:35:39 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-10-20 15:35:39 +0000 |
commit | 07c6335008f53d7d7b84026c084ca9d14c456d62 (patch) | |
tree | 03246bc0db4e95ddf6cfb1a1af9393f23af4b9c7 /ace/config-dgux-4.x-ghs.h | |
parent | ed13c3359f3203a87b536709b5f480d9e99549e8 (diff) | |
download | ATCD-07c6335008f53d7d7b84026c084ca9d14c456d62.tar.gz |
removed ACE_HAS_SVR4_TIME because it is no longer used
Diffstat (limited to 'ace/config-dgux-4.x-ghs.h')
-rw-r--r-- | ace/config-dgux-4.x-ghs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ace/config-dgux-4.x-ghs.h b/ace/config-dgux-4.x-ghs.h index 51d424d2ca3..63478b5d786 100644 --- a/ace/config-dgux-4.x-ghs.h +++ b/ace/config-dgux-4.x-ghs.h @@ -7,6 +7,8 @@ #ifndef ACE_CONFIG_H #define ACE_CONFIG_H +#define ACE_DGUX + // Static objects do not get initialized correctly, so this is needed. #define ACE_HAS_NONSTATIC_OBJECT_MANAGER @@ -63,7 +65,6 @@ // Platform supports POSIX timers via timestruc_t. #define ACE_HAS_POSIX_TIME -#define ACE_HAS_SVR4_TIME // Platform supports the /proc file system. #define ACE_HAS_PROC_FS @@ -128,7 +129,7 @@ /* Turn off the following four defines if you want to disable threading. */ // Compile using multi-thread libraries. #if !defined (ACE_MT_SAFE) -#define ACE_MT_SAFE 1 +# define ACE_MT_SAFE 1 #endif // Platform supports threads. @@ -207,7 +208,7 @@ #endif #if !defined (IP_DROP_MEMBERSHIP) -#define IP_DROP_MEMBERSHIP 0x14 +# define IP_DROP_MEMBERSHIP 0x14 #endif // Header files lack t_errno for ACE_TLI. @@ -216,5 +217,4 @@ // Optimize ACE_Handle_Set for select(). #define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT -#define ACE_DGUX #endif /* ACE_CONFIG_H */ |