vendor_global.h 165 B

123456
  1. #ifndef __VENDOR_GLOBAL_H__
  2. #define __VENDOR_GLOBAL_H__
  3. #define VENDOR_MAX_PATH_SIZE 256
  4. #define VENDOR_RUN_PATH_ENV "DAS_CONFIG_DIR"
  5. #endif // __VENDOR_GLOBAL_H__