DDraceNetwork Documentation
Loading...
Searching...
No Matches
detect.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CONF_FAMILY_STRING   "unknown"
 
#define PLATFORM_STRING   "unknown"
 
#define STRINGIFY2(x)   #x
 
#define STRINGIFY(x)   STRINGIFY2(x)
 
#define CONF_PLATFORM_STRING   PLATFORM_STRING
 
#define CONF_ARCH_STRING   "unknown"
 

Macro Definition Documentation

◆ CONF_ARCH_STRING

#define CONF_ARCH_STRING   "unknown"

◆ CONF_FAMILY_STRING

#define CONF_FAMILY_STRING   "unknown"

◆ CONF_PLATFORM_STRING

#define CONF_PLATFORM_STRING   PLATFORM_STRING

◆ PLATFORM_STRING

#define PLATFORM_STRING   "unknown"

◆ STRINGIFY

#define STRINGIFY (   x)    STRINGIFY2(x)

◆ STRINGIFY2

#define STRINGIFY2 (   x)    #x