NCBI C++ ToolKit
Macros
ncbiconf_impl.h File Reference

Configuration macros. More...

#include <common/ncbi_skew_guard.h>
+ Include dependency graph for ncbiconf_impl.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Go to the SVN repository for this file.

Macros

#define NCBI_WIN32_THREADS
 
#define NCBI_THREADS
 
#define NCBI_HAS_CPP_ATTRIBUTE(x)   0
 
#define NCBI_HAS_C_ATTRIBUTE(x)   0
 
#define NCBI_HAS_SCOPED_C_ATTRIBUTE(x)   NCBI_HAS_C_ATTRIBUTE(x)
 
#define NCBI_HAS_SCOPED_ATTRIBUTE(x)   NCBI_HAS_SCOPED_C_ATTRIBUTE(x)
 
#define NCBI_HAS_ATTRIBUTE(x)   NCBI_HAS_C_ATTRIBUTE(x)
 
#define NCBI_HAS_STD_ATTRIBUTE(x)   (NCBI_HAS_C_ATTRIBUTE(x) >= 201904L)
 
#define __has_attribute(x)   0
 
#define NCBI_RESTRICT
 
#define NCBI_LEGACY_DEPRECATED_0
 
#define NCBI_LEGACY_DEPRECATED_1(msg)
 
#define NCBI_STD_DEPRECATED_0   NCBI_LEGACY_DEPRECATED_0
 
#define NCBI_STD_DEPRECATED_1(message)   NCBI_LEGACY_DEPRECATED_1(message)
 
#define NCBI_STD_DEPRECATED(message)   NCBI_STD_DEPRECATED_1(message)
 
#define NCBI_DEPRECATED   NCBI_LEGACY_DEPRECATED_0
 
#define NCBI_WARN_UNUSED_RESULT
 
#define NCBI_FALLTHROUGH
 
#define NCBI_PACKED
 
#define NCBI_UNUSED
 
#define HAVE_THREAD_LOCAL   1
 

Detailed Description

Configuration macros.

Definition in file ncbiconf_impl.h.

Modified on Fri Sep 20 14:57:26 2024 by modify_doxy.py rev. 669887