diff options
author | Steve Huston <shuston@riverace.com> | 1998-08-17 18:05:37 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-08-17 18:05:37 +0000 |
commit | d098dc24f9165c6e1099289ff5b38bd202662ffe (patch) | |
tree | 228a8231b405d29538bbe493dc246ade490bce54 /ace/config-hpux-10.x-g++.h | |
parent | 151dbb0a6ccf59acb24da6342ab304420442b1ca (diff) | |
download | ATCD-d098dc24f9165c6e1099289ff5b38bd202662ffe.tar.gz |
Changed to use common config-hpux-10.x.h config file.
Diffstat (limited to 'ace/config-hpux-10.x-g++.h')
-rw-r--r-- | ace/config-hpux-10.x-g++.h | 108 |
1 files changed, 3 insertions, 105 deletions
diff --git a/ace/config-hpux-10.x-g++.h b/ace/config-hpux-10.x-g++.h index dcc505f31d2..3a23357cd39 100644 --- a/ace/config-hpux-10.x-g++.h +++ b/ace/config-hpux-10.x-g++.h @@ -9,117 +9,15 @@ #include "ace/config-g++-common.h" -// Compiling for HPUX. -#if !defined (HPUX) -#define HPUX -#endif /* HPUX */ -#define HPUX_10 +// These are apparantly some things which are special to g++ on HP? They are +// compiler-related settings, but not in config-g++-common.h #define ACE_HAS_BROKEN_CONVERSIONS -#define ACE_HAS_STREAMS #define ACE_HAS_STRING_CLASS - -// They forgot a const in the prototype of putmsg and putpmsg... -#define ACE_LACKS_CONST_STRBUF_PTR - -// Platform defines struct timespec, but not timespec_t -#define ACE_LACKS_TIMESPEC_T - -#define ACE_LACKS_SYSCALL -#define ACE_HAS_POSIX_TIME -#define ACE_HAS_CLOCK_GETTIME - -// Compiler/platform supports struct strbuf. -#define ACE_HAS_STRBUF_T -#define ACE_HAS_STREAM_PIPES -#define ACE_HAS_STREAMS - -// Platform supports getpagesize() call. -#define ACE_HAS_GETPAGESIZE - -// Platform supports reentrant functions (i.e., all the POSIX *_r -// functions). -#define ACE_HAS_REENTRANT_FUNCTIONS - -// Platform supports the tid_t type (e.g., AIX and Irix 6.2) -#define ACE_HAS_TID_T - -// Platform supports System V IPC (most versions of UNIX, but not Win32) -#define ACE_HAS_SYSV_IPC -#define ACE_HAS_IP_MULTICAST - -// Platform supports recvmsg and sendmsg. -#define ACE_HAS_MSG - -// Compiler/platform contains the <sys/syscall.h> file. -#define ACE_HAS_SYSCALL_H - -// Fixes a problem with HP/UX not wrapping the mmap(2) header files -// with extern "C". -#define ACE_HAS_BROKEN_MMAP_H - -// Prototypes for both signal() and struct sigaction are consistent. -#define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES - -// Compiler/platform has correctly prototyped header files. -#define ACE_HAS_CPLUSPLUS_HEADERS - -// Header files lack t_errno for ACE_TLI. -#define ACE_LACKS_T_ERRNO - -// Compiler/platform supports poll(). -#define ACE_HAS_POLL - -// Platform supports POSIX O_NONBLOCK semantics. -#define ACE_HAS_POSIX_NONBLOCK - -// Compiler/platform defines the sig_atomic_t typedef -#define ACE_HAS_SIG_ATOMIC_T - -// ACE supports POSIX Pthreads. -//#define ACE_HAS_DCETHREADS //changed by Afara 09/24/96 - // Compiler supports the ssize_t typedef. #define ACE_HAS_SSIZE_T - -// Defines the page size of the system. -#define ACE_PAGE_SIZE 4096 - -// Compiler/platform supports strerror (). -#define ACE_HAS_STRERROR - -// ??? -#define ACE_HAS_SUNOS4_GETTIMEOFDAY - -// HP/UX has an undefined syscall for GETRUSAGE... -#define ACE_HAS_SYSCALL_GETRUSAGE - -// Note, this only works if the flag is set above! -#define ACE_HAS_GETRUSAGE - -#define ACE_HAS_SIGINFO_T -#define ACE_HAS_UCONTEXT_T #define _CLOCKID_T -#define ACE_LACKS_SI_ADDR - -// Platform has the XLI version of ACE_TLI. -// #define ACE_HAS_XLI - -// Platform supports ACE_TLI tiuser header. -#define ACE_HAS_TIUSER_H - -// Platform provides ACE_TLI function prototypes. -#define ACE_HAS_TLI_PROTOTYPES - -// Platform supports ACE_TLI. -#define ACE_HAS_TLI -// Optimize ACE_Handle_Set for select(). -#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT +#include "ace/config-hpux-10.x.h" -// Turns off the tracing feature. -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ -#define ACE_HAS_UALARM #endif /* ACE_CONFIG_H */ |