diff options
author | Steve Huston <shuston@riverace.com> | 1998-10-13 23:21:50 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1998-10-13 23:21:50 +0000 |
commit | ab8e7850564cbd7327f178801855c3373c1728ba (patch) | |
tree | 88a36bbf066b5f91c1a6507ef3f683aafb2f0397 | |
parent | b9be588e6a5368d33720bd83ab23fdfda0af449f (diff) | |
download | ATCD-ab8e7850564cbd7327f178801855c3373c1728ba.tar.gz |
Clean up extra spaces and trailing tabs.
-rw-r--r-- | ace/config-aix-4.2.x.h | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/ace/config-aix-4.2.x.h b/ace/config-aix-4.2.x.h index f99254631cb..fa6cbc8e3ed 100644 --- a/ace/config-aix-4.2.x.h +++ b/ace/config-aix-4.2.x.h @@ -36,9 +36,9 @@ # endif /* _REENTRANT */ # endif /* !ACE_MT_SAFE */ -#else /* ! _AIX && ! __GNUG__ */ +#else /* ! __xlC__ && ! __GNUG__ */ # error unsupported compiler in ace/config-aix-4.2.x.h -#endif /* ! _AIX && ! __GNUG__ */ +#endif /* ! __xlC__ && ! __GNUG__ */ // Compiling for AIX. @@ -123,13 +123,14 @@ #define ACE_HAS_SVR4_GETTIMEOFDAY -#define ACE_HAS_SYSV_IPC +#define ACE_HAS_SYSV_IPC #define ACE_HAS_TIMOD_H #define ACE_HAS_TIUSER_H #define ACE_HAS_TLI #define ACE_HAS_TLI_PROTOTYPES #define ACE_TLI_TCP_DEVICE "/dev/xti/tcp" +#define ACE_HAS_UALARM #define ACE_HAS_UCONTEXT_T #define ACE_HAS_UNION_WAIT #define ACE_HAS_UTIME @@ -164,17 +165,13 @@ #define ACE_HAS_PTHREADS #define ACE_HAS_PTHREADS_DRAFT7 #define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS -#define ACE_HAS_REENTRANT_FUNCTIONS +#define ACE_HAS_REENTRANT_FUNCTIONS #define ACE_HAS_SIGTHREADMASK #define ACE_HAS_SIGWAIT #define ACE_HAS_THREAD_SPECIFIC_STORAGE -// ACE_HAS_THREAD_SELF has been defined in the past... it is apparently not -// needed. However, if someone comes across a need for it, here it is. -//#define ACE_HAS_THREAD_SELF - // If ACE doesn't compile due to the lack of these methods, please -// send email to ace-users@cs.wustl.edu reporting this. +// send email to ace-users@cs.wustl.edu reporting this. // #define ACE_LACKS_CONDATTR_PSHARED // #define ACE_LACKS_MUTEXATTR_PSHARED #define ACE_LACKS_RWLOCK_T @@ -187,5 +184,5 @@ #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 #endif /* ACE_NTRACE */ -#define ACE_HAS_UALARM + #endif /* ACE_CONFIG_H */ |