diff options
author | maximius <none@none> | 2009-10-17 15:35:07 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-10-17 15:35:07 -0700 |
commit | 26b5e033ffde3d161382fc9addbfa99738379641 (patch) | |
tree | a344f369ca32945f787a02dee35c3dbe342bed7e /dep/ACE_wrappers/ace/config-win32-interix.h | |
parent | f21f47005dcb6b76e1abc9f35fbcd03eed191bff (diff) |
*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand)
*Fix a possible crash in Spell::DoAllEffectOnTarget
--HG--
branch : trunk
Diffstat (limited to 'dep/ACE_wrappers/ace/config-win32-interix.h')
-rw-r--r-- | dep/ACE_wrappers/ace/config-win32-interix.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dep/ACE_wrappers/ace/config-win32-interix.h b/dep/ACE_wrappers/ace/config-win32-interix.h index 71f521af45a..58b7bf74fc5 100644 --- a/dep/ACE_wrappers/ace/config-win32-interix.h +++ b/dep/ACE_wrappers/ace/config-win32-interix.h @@ -1,14 +1,11 @@ // -*- C++ -*- // $Id: config-win32-interix.h 80826 2008-03-04 14:51:23Z wotte $ - // The following configuration file is designed to work for Interix // platforms using GNU g++ (Interix == Microsoft's Services for Unix) - #ifndef ACE_CONFIG_WIN32_INTERIX_H #define ACE_CONFIG_WIN32_INTERIX_H #include /**/ "ace/pre.h" #include <arpa/inet.h> - # define ACE_LACKS_SENDMSG # define ACE_LACKS_RECVMSG # define ACE_LACKS_STDINT_H @@ -26,11 +23,8 @@ # define ACE_HAS_NONCONST_SELECT_TIMEVAL # define ACE_HAS_SIGWAIT # define ACE_HAS_SIGINFO_T - #include "ace/config-g++-common.h" - #define ACE_HAS_NEW_NOTHROW // Need to know 'new's failure semantics. - #if defined (ACE_HAS_THREADS) #define ACE_HAS_THREADS #define ACE_HAS_PTHREADS @@ -42,14 +36,11 @@ #else error "You need to enable threads for this Interix port." #endif /* ACE_HAS_THREADS */ - // INTERIX has the following, just an issue with porting for the moment #define ACE_LACKS_ACCESS // END INTERIX has the following.... - #define ACE_SIZEOF_LONG_DOUBLE 12 #define ACE_PAGE_SIZE 4096 - #define ACE_HAS_SYSV_IPC #define ACE_HAS_SVR4_SIGNAL_T #define ACE_HAS_CONSISTENT_SIGNAL_PROTOTYPES @@ -70,12 +61,10 @@ #define ACE_HAS_UALARM #define ACE_HAS_TERMIOS #define ACE_HAS_SIGWAIT - // Turns off the tracing feature. #if !defined (ACE_NTRACE) #define ACE_NTRACE 1 #endif /* ACE_NTRACE */ - // NOTE: In debugging some of the test apps they would all memory fault in using // ACE_Errno_Guard. Upon inspection of that code it uses TSS to save ERRNO in // a TSS pointer. Access to that pointer caused the fault. The work around here @@ -86,10 +75,8 @@ // however while many test programs that use TSS pass the TSS_Test program fails. #define ACE_HAS_THREAD_SPECIFIC_STORAGE // We need thread specific storage even though... #define ACE_HAS_TSS_EMULATION // It would appear to be broken in Interix! - #include /**/ "ace/post.h" #endif /* ACE_CONFIG_WIN32_INTERIX_H */ - /* The following tests do not run. Dynamic_Priority_Test.log ACE_HAS_TIMED_MESSAGE_BLOCKS @@ -98,4 +85,3 @@ IOStream_Test.log ACE_IOSTREAM not supported on this platform */ - |