Ordo  0.3.4
Symmetric Cryptography Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
sys.h
Go to the documentation of this file.
1 /*===-- internal/sys.h -------------------------------*- INTERNAL -*- H -*-===*/
12 /*===----------------------------------------------------------------------===*/
13 
14 #ifndef ORDO_SYS_H
15 #define ORDO_SYS_H
16 
18 #include "ordo/common/interface.h"
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 /*===----------------------------------------------------------------------===*/
26 
27 #if !(defined(ORDO_INTERNAL_ACCESS) && defined(ORDO_STATIC_LIB))
28  #if !(defined(BUILDING_ORDO) || defined(BUILDING_ordo))
29  #error "This header is internal to the Ordo library."
30  #endif
31 #endif
32 
33 /*===----------------------------------------------------------------------===*/
34 
35 #ifdef __cplusplus
36 }
37 #endif
38 
39 #endif