56 #ifndef SBG_CONFIG_UNALIGNED_ACCESS_AUTH 
   57 #define SBG_CONFIG_UNALIGNED_ACCESS_AUTH                (0) 
   65 #ifndef SBG_CONFIG_BIG_ENDIAN 
   66 #define SBG_CONFIG_BIG_ENDIAN                           (0) 
   73 #ifndef SBG_CONFIG_ENABLE_LOG_ERROR 
   74 #define SBG_CONFIG_ENABLE_LOG_ERROR                     (1) 
   81 #ifndef SBG_CONFIG_ENABLE_LOG_WARNING 
   82 #define SBG_CONFIG_ENABLE_LOG_WARNING                   (1) 
   89 #ifndef SBG_CONFIG_ENABLE_LOG_INFO 
   90 #define SBG_CONFIG_ENABLE_LOG_INFO                      (1) 
   97 #ifndef SBG_CONFIG_ENABLE_LOG_DEBUG 
   98 #define SBG_CONFIG_ENABLE_LOG_DEBUG                     (1) 
  105 #ifndef SBG_CONFIG_LOG_MAX_SIZE 
  106 #define SBG_CONFIG_LOG_MAX_SIZE                         ((size_t)(1024)) 
  113 #ifndef SBG_CONFIG_PATH_MAX_SIZE 
  114 #define SBG_CONFIG_PATH_MAX_SIZE                        ((size_t)(256)) 
Header file used to configure the framework.
 
Define and handle error logging for the SBG Systems common C library.
 
Header file that contains all common definitions.
 
Header file that defines all error codes for SBG Systems libraries.
 
Header file that defines all scalar types.