Defines

config-all.h File Reference

#include "ace/config-lite.h"
#include "ace/Trace.h"
#include "ace/OS_main.h"
Include dependency graph for config-all.h:

Go to the source code of this file.

Defines

#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_HAS_TRACE
#define ACE_TRACE(X)   ACE_TRACE_IMPL(X)
#define ACE_OS_NTRACE   1
#define ACE_OS_TRACE(X)
#define ACE_HAS_MONITOR_FRAMEWORK   1
#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 <schmidt@cs.wustl.edu>
Jesper S. M|ller<stophph@diku.dk>
and a cast of thousands...

Definition in file config-all.h.


Define Documentation

#define ACE_HAS_MONITOR_FRAMEWORK   1

Definition at line 76 of file config-all.h.

#define ACE_HAS_MONITOR_POINTS   0

Definition at line 84 of file config-all.h.

#define ACE_HAS_SENDFILE   0

Definition at line 80 of file config-all.h.

#define ACE_HAS_TRACE

Definition at line 52 of file config-all.h.

#define ACE_NOTSUP   do { errno = ENOTSUP; return; } while (0)

Definition at line 36 of file config-all.h.

#define ACE_NOTSUP_RETURN (   FAILVALUE  )     do { errno = ENOTSUP ; return FAILVALUE; } while (0)

Definition at line 35 of file config-all.h.

#define ACE_NTRACE   1

Definition at line 45 of file config-all.h.

#define ACE_OS_NTRACE   1

Definition at line 62 of file config-all.h.

#define ACE_OS_TRACE (   X  ) 

Definition at line 66 of file config-all.h.

#define ACE_TRACE (   X  )     ACE_TRACE_IMPL(X)

Definition at line 54 of file config-all.h.

#define ACE_TRACE_IMPL (   X  )     ACE_Trace ____ (ACE_TEXT (X), __LINE__, ACE_TEXT (__FILE__))

Definition at line 41 of file config-all.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines