Vault
4.1
|
#include "vconfigure.h"
#include <unistd.h>
#include <CoreFoundation/CFString.h>
#include <AvailabilityMacros.h>
Go to the source code of this file.
Defines | |
#define | VPLATFORM_MAC |
#define | VAULT_CORE_FOUNDATION_SUPPORT |
#define | V_HAVE_REENTRANT_TIME |
#define | VCOMPILER_32BIT |
#define | V_MIN(a, b) std::min(a, b) |
Macro for getting min of compatible values using standard function template. | |
#define | V_MAX(a, b) std::max(a, b) |
Macro for getting max of compatible values using standard function template. | |
#define | V_ABS(a) std::abs(a) |
Macro for getting abs of an integer value using standard function template. | |
#define | V_FABS(a) std::fabs(a) |
Macro for getting abs of a floating point value using standard function template. | |
#define | V_EFFICIENT_SPRINTF |
Definition in file vtypes_platform.h.