diff options
author | Steve Huston <shuston@riverace.com> | 1997-06-14 00:30:38 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-06-14 00:30:38 +0000 |
commit | 1b8ec9db57a6ca534fe2bc6fca61c8f09c0c8f08 (patch) | |
tree | 7d7a1f94fe2020261198a68d5de85a4cf7191dbc /ace/config-hpux-10.x.h | |
parent | 7546a262bf9c12f6d84aa2b3838b358c58cd988d (diff) | |
download | ATCD-1b8ec9db57a6ca534fe2bc6fca61c8f09c0c8f08.tar.gz |
Removed some extraneous comments.
Diffstat (limited to 'ace/config-hpux-10.x.h')
-rw-r--r-- | ace/config-hpux-10.x.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ace/config-hpux-10.x.h b/ace/config-hpux-10.x.h index 06c9a4268d4..8d6f4830bca 100644 --- a/ace/config-hpux-10.x.h +++ b/ace/config-hpux-10.x.h @@ -10,17 +10,6 @@ #error "You need to use a compiler-specific .h file - they include this file" #endif -// These should be removed. - -// Fixes a problem with HP/UX not wrapping the mmap(2) header files -// with extern "C". -// #define ACE_HAS_BROKEN_MMAP_H - -// Header files lack t_errno for ACE_TLI. -// #define ACE_LACKS_T_ERRNO - - - // Compiling for HPUX. #if !defined (HPUX) #define HPUX |