#include "ace/config-lite.h"
#include "ace/Trace.h"
#include "ace/OS_main.h"
Detailed Description
- Id:
- config-all.h 84216 2009-01-22 18:34:40Z johnnyw 
- Author:
- (Originally in OS.h)Doug Schmidt <schmidt@cs.wustl.edu> 
- 
Jesper S. M|ller<stophph@diku.dk> 
- 
and a cast of thousands... 
Define Documentation
      
        
          | #define ACE_HAS_MONITOR_POINTS   0 | 
      
 
 
      
        
          | #define ACE_HAS_SENDFILE   0 | 
      
 
 
      
        
          | #define ACE_NOTSUP   do { errno = ENOTSUP; return; } while (0) | 
      
 
 
      
        
          | #define ACE_NOTSUP_RETURN | ( |  | FAILVALUE | ) | do { errno = ENOTSUP ; return FAILVALUE; } while (0) | 
      
 
 
      
        
          | #define ACE_OS_TRACE | ( |  | X | ) |  | 
      
 
 
      
        
          | #define ACE_TRACE | ( |  | X | ) | ACE_TRACE_IMPL(X) | 
      
 
 
      
        
          | #define ACE_TRACE_IMPL | ( |  | X | ) | ACE_Trace ____ (ACE_TEXT (X), __LINE__, ACE_TEXT (__FILE__)) |