Loading...
Searching...
No Matches
Go to the documentation of this file. 1#ifndef __HASHA_INTERNAL_FEATURE_H
2#define __HASHA_INTERNAL_FEATURE_H
6#define ha_feature(Name) ha_has_feature(Name)
7#define ha_has_feature(Name) __HA_FEATURE(Name)
8#define __HA_FEATURE(Name) __HA_FEATURE__##Name
11#ifndef __HA_FEATURE__NEVP
12#define __HA_FEATURE__NEVP 0
16#ifndef __HA_FEATURE__EVP
17#define __HA_FEATURE__EVP 1
21#ifndef __HA_FEATURE__IO
22#define __HA_FEATURE__IO 1