diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-06 16:27:21 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2001-07-06 16:27:21 +0000 |
commit | e2451fa4646ff5282303e9bdb49cc430d844cd04 (patch) | |
tree | 17c0606e593cb504384036bea86fcd7d0fe21c4d /ace/config-macosx.h | |
parent | b6b064b0a3cf697b930d547eddaa386d22fd051c (diff) | |
download | ATCD-e2451fa4646ff5282303e9bdb49cc430d844cd04.tar.gz |
ChangeLogTag:Fri Jul 06 11:39:41 2001 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ace/config-macosx.h')
-rw-r--r-- | ace/config-macosx.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/ace/config-macosx.h b/ace/config-macosx.h index 5636b4927bb..b9398186825 100644 --- a/ace/config-macosx.h +++ b/ace/config-macosx.h @@ -5,7 +5,6 @@ #ifndef ACE_CONFIG_H #define ACE_CONFIG_H - #if ! defined (__ACE_INLINE__) #define __ACE_INLINE__ #endif /* ! __ACE_INLINE__ */ @@ -31,9 +30,8 @@ #define ACE_HAS_GPERF //#define ACE_HAS_POSIX_SEM -#define ACE_HAS_SVR4_TLI +//#define ACE_HAS_SVR4_TLI -//#define ACE_HAS_CLOCK_GETTIME #define ACE_HAS_MEMCHR // Compiler/platform defines the sig_atomic_t typedef. @@ -48,7 +46,8 @@ //Platform supports sigsuspend() #define ACE_HAS_SIGSUSPEND -//Platform/compiler has macros for sig{empty,fill,add,del}set (e.g., SCO and FreeBSD) +// Platform/compiler has macros for sig{empty,fill,add,del}set (e.g., +// SCO and FreeBSD) #define ACE_HAS_SIG_MACROS //#define ACE_HAS_RECURSIVE_THR_EXIT_SEMANTICS @@ -160,12 +159,9 @@ #define ACE_HAS_THREAD_SPECIFIC_STORAGE #define ACE_HAS_DIRENT - #define ACE_LACKS_SETSCHED -//#define ACE_HAS_TANDEM_SIGNALS //#define ACE_HAS_RECURSIVE_MUTEXES - #define ACE_HAS_TERM_IOCTLS #define ACE_USES_HIGH_BAUD_RATES #define TCGETS TIOCGETA |