diff options
author | Steve Huston <shuston@riverace.com> | 1999-03-16 16:29:18 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-03-16 16:29:18 +0000 |
commit | 2270cf6fcfd2ea0ad2b5e9aa8d8e94d29446b591 (patch) | |
tree | c860ae74951a1451071ac98d4a34c8cbcc6c1c98 /ace/config-aix-4.1.x.h | |
parent | 5967356e1226ed52d43da4d1ea96b91b52c5f432 (diff) | |
download | ATCD-2270cf6fcfd2ea0ad2b5e9aa8d8e94d29446b591.tar.gz |
Just include config-aix-4.x.h for all AIX 4.x versions.
Diffstat (limited to 'ace/config-aix-4.1.x.h')
-rw-r--r-- | ace/config-aix-4.1.x.h | 140 |
1 files changed, 1 insertions, 139 deletions
diff --git a/ace/config-aix-4.1.x.h b/ace/config-aix-4.1.x.h index 52f1c1c22be..0f74d39a0c1 100644 --- a/ace/config-aix-4.1.x.h +++ b/ace/config-aix-4.1.x.h @@ -1,142 +1,4 @@ /* -*- C++ -*- */ // $Id$ -// The following configuration file is designed to work for OS -// platforms running AIX 4.1.x using the IBM C++ compiler or g++. - -#ifndef ACE_CONFIG_H -#define ACE_CONFIG_H - -// Compiling for AIX. -#define AIX - -// Grab appropriate settings for compiler in use -#ifdef __GNUG__ -# include "ace/config-g++-common.h" -#else -# define ACE_HAS_EXCEPTIONS -// Compiler supports the ssize_t typedef. -# define ACE_HAS_SSIZE_T -# define ACE_TEMPLATES_REQUIRE_PRAGMA -#endif - -// Use BSD 4.4 socket definitions -#define _BSD 44 - - -// Platform supports IP multicast -#define ACE_HAS_IP_MULTICAST -#define ACE_HAS_DIRENT - -#define ACE_HAS_AIX_BROKEN_SOCKET_HEADER -#define ACE_HAS_AIX_HI_RES_TIMER -#define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000) -#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS -#define ACE_HAS_2_PARAM_ASCTIME_R_AND_CTIME_R -#define ACE_HAS_UNION_WAIT -// Optimize ACE_Handle_Set for select(). -#define ACE_HAS_HANDLE_SET_OPTIMIZED_FOR_SELECT - -#define ACE_LACKS_RLIMIT -#define ACE_LACKS_TIMESPEC_T -#define ACE_HAS_SIGWAIT -#define ACE_HAS_H_ERRNO -#define ACE_LACKS_SETSCHED -#define ACE_LACKS_TCP_H -#define ACE_LACKS_THREAD_PROCESS_SCOPING -#define ACE_LACKS_THREAD_STACK_ADDR -// If ACE doesn't compile due to the lack of these methods, please -// send email to schmidt@cs.wustl.edu reporting this. -// #define ACE_LACKS_CONDATTR_PSHARED -// #define ACE_LACKS_MUTEXATTR_PSHARED -#define ACE_HAS_SIN_LEN -#define ACE_HAS_SYSV_IPC -#define ACE_HAS_STRUCT_NETDB_DATA -#define ACE_HAS_ALLOCA -#define ACE_HAS_REENTRANT_FUNCTIONS -#define ACE_HAS_SYSV_IPC -#define ACE_HAS_TLI -#define ACE_HAS_TLI_PROTOTYPES -#define ACE_HAS_TIUSER_H -#define ACE_HAS_THREAD_SPECIFIC_STORAGE -#define ACE_HAS_AUTOMATIC_INIT_FINI -#define ACE_HAS_CHARPTR_DL -#define ACE_HAS_POSIX_TIME -#define ACE_HAS_THREADS -#if !defined (ACE_MT_SAFE) -# define ACE_MT_SAFE 1 -#endif -#define ACE_HAS_UTIME -#define ACE_HAS_SELECT_H -#define ACE_NEEDS_DEV_IO_CONVERSION - -#define ACE_HAS_MSG -#define ACE_LACKS_MSG_ACCRIGHTS - -// The following two #defines may require OS patches. If you -// have trouble building ACE, try commenting them out. -#define ACE_HAS_AIX_BROKEN_SOCKET_HEADER -#define ACE_HAS_SVR4_DYNAMIC_LINKING - -// This environment requires this thing -#define _BSD_INCLUDES - -// Compiler supports the getrusage() system call -#define ACE_HAS_GETRUSAGE - -// 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 - -// 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 - -// Compiler supports stropts.h -#define ACE_HAS_STREAMS -// #define ACE_HAS_STREAM_PIPES - -// Defines the page size of the system. -#define ACE_PAGE_SIZE 4096 - -// Compiler/platform supports strerror (). -#define ACE_HAS_STRERROR - -// EYE the include file is there - -// AIX bzero() -#define ACE_HAS_STRINGS - -// ??? has the berkeley stuff -// #define ACE_HAS_SUNOS4_GETTIMEOFDAY -#define ACE_HAS_SVR4_GETTIMEOFDAY - -// Note, this only works if the flag is set above! -#define ACE_HAS_GETRUSAGE - -// EYE assume it does for now. -#define ACE_HAS_SIGTHREADMASK -#define ACE_HAS_PTHREADS -#define ACE_HAS_PTHREADS_DRAFT7 -#define ACE_LACKS_RWLOCK_T -#define ACE_PTHREADS_MAP - -// include there -#define ACE_HAS_TIMOD_H -#define ACE_HAS_TIUSER_H - -#if !defined (ACE_NTRACE) -#define ACE_NTRACE 1 -#endif /* ACE_NTRACE */ -#define ACE_HAS_STRBUF_T - -#define ACE_HAS_UALARM - -#endif /* ACE_CONFIG_H */ +#include "ace/config-aix-4.x.h" |