NCBI C++ ToolKit
Macros
ncbi_package_ver.h File Reference
+ 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_PACKAGE_NAME   "unknown"
 
#define NCBI_PACKAGE_VERSION_MAJOR   0
 
#define NCBI_PACKAGE_VERSION_MINOR   0
 
#define NCBI_PACKAGE_VERSION_PATCH   0
 
#define NCBI_PACKAGE_CONFIG   ""
 
#define NCBI_PACKAGE_VERSION_STRINGIFY(x)   #x
 
#define NCBI_PACKAGE_VERSION_COMPOSE_STR(a, b, c)
 
#define NCBI_PACKAGE_VERSION
 

Macro Definition Documentation

◆ NCBI_PACKAGE_CONFIG

#define NCBI_PACKAGE_CONFIG   ""

Definition at line 52 of file ncbi_package_ver.h.

◆ NCBI_PACKAGE_NAME

#define NCBI_PACKAGE_NAME   "unknown"

Definition at line 48 of file ncbi_package_ver.h.

◆ NCBI_PACKAGE_VERSION

#define NCBI_PACKAGE_VERSION
Value:
NCBI_PACKAGE_VERSION_MINOR, \
NCBI_PACKAGE_VERSION_PATCH)
#define NCBI_PACKAGE_VERSION_COMPOSE_STR(a, b, c)
#define NCBI_PACKAGE_VERSION_MAJOR

Definition at line 62 of file ncbi_package_ver.h.

◆ NCBI_PACKAGE_VERSION_COMPOSE_STR

#define NCBI_PACKAGE_VERSION_COMPOSE_STR (   a,
  b,
 
)
Value:
NCBI_PACKAGE_VERSION_STRINGIFY(b) "." \
NCBI_PACKAGE_VERSION_STRINGIFY(c)
unsigned int a
Definition: ncbi_localip.c:102
#define NCBI_PACKAGE_VERSION_STRINGIFY(x)

Definition at line 56 of file ncbi_package_ver.h.

◆ NCBI_PACKAGE_VERSION_MAJOR

#define NCBI_PACKAGE_VERSION_MAJOR   0

Definition at line 49 of file ncbi_package_ver.h.

◆ NCBI_PACKAGE_VERSION_MINOR

#define NCBI_PACKAGE_VERSION_MINOR   0

Definition at line 50 of file ncbi_package_ver.h.

◆ NCBI_PACKAGE_VERSION_PATCH

#define NCBI_PACKAGE_VERSION_PATCH   0

Definition at line 51 of file ncbi_package_ver.h.

◆ NCBI_PACKAGE_VERSION_STRINGIFY

#define NCBI_PACKAGE_VERSION_STRINGIFY (   x)    #x

Definition at line 55 of file ncbi_package_ver.h.

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