config.h 245 B

1234567891011
  1. #ifndef INFER_SERVER_CONFIG_H_
  2. #define INFER_SERVER_CONFIG_H_
  3. // CNIS version definition
  4. #define CNIS_VERSION_MAJOR 1
  5. #define CNIS_VERSION_MINOR 0
  6. #define CNIS_VERSION_PATCH 0
  7. /* #undef CNIS_USE_MAGICMIND */
  8. #endif // INFER_SERVER_CONFIG_H_