ACE  6.1.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros
config-all.h File Reference
#include "ace/config-lite.h"
#include "ace/OS_main.h"

Macros

#define ACE_NOTSUP_RETURN(FAILVALUE)   do { errno = ENOTSUP ; return FAILVALUE; } while (0)
 
#define ACE_NOTSUP   do { errno = ENOTSUP; return; } while (0)
 
#define ACE_TRACE_IMPL(X)   ACE_Trace ____ (ACE_TEXT (X), __LINE__, ACE_TEXT (__FILE__))
 
#define ACE_NTRACE   1
 
#define ACE_TRACE(X)
 
#define ACE_OS_NTRACE   1
 
#define ACE_OS_TRACE(X)
 
#define ACE_HAS_SENDFILE   0
 
#define ACE_HAS_MONITOR_POINTS   0
 

Detailed Description

Id:
config-all.h 84216 2009-01-22 18:34:40Z johnnyw
Author
(Originally in OS.h)Doug Schmidt schmi.nosp@m.dt@c.nosp@m.s.wus.nosp@m.tl.e.nosp@m.du
Jesper S. M|llerstoph.nosp@m.ph@d.nosp@m.iku.d.nosp@m.k
and a cast of thousands...

Macro Definition 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_NTRACE   1
#define ACE_OS_NTRACE   1
#define ACE_OS_TRACE (   X)
#define ACE_TRACE (   X)
#define ACE_TRACE_IMPL (   X)    ACE_Trace ____ (ACE_TEXT (X), __LINE__, ACE_TEXT (__FILE__))