From e0192d29a4fbeb668eb2a35be0f46e2676c9d045 Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周日, 08 12月 2019 18:40:59 +0800 Subject: [PATCH] fix possible return value --- src/templates/licensecc_properties.h.in | 9 +-------- 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/src/templates/licensecc_properties.h.in b/src/templates/licensecc_properties.h.in index 8c92c93..1b18b8d 100644 --- a/src/templates/licensecc_properties.h.in +++ b/src/templates/licensecc_properties.h.in @@ -2,20 +2,13 @@ #define BUILD_PROPERTIES_H_ #define LCC_PROJECT_NAME "@LCC_PROJECT_NAME@" -#define PROJECT_INT_VERSION @LICENSECC_INT_VERSION@ -#define PROJECT_VERSION "@LICENSECC_VERSION@" //License retrieval configuration #define FIND_LICENSE_NEAR_MODULE 1 -#define FIND_LICENSE_WITH_ENV_VAR 1 +#define FIND_LICENSE_WITH_ENV_VAR 0 #define LICENSE_LOCATION_ENV_VAR "LICENSE_LOCATION" #define LICENSE_DATA_ENV_VAR "LICENSE_DATA" - -//define api structure sizes -#define PC_IDENTIFIER_SIZE 18 -#define PROPRIETARY_DATA_SIZE 16 -#define AUDIT_EVENT_NUM 5 //Internal data structures limits #define MAX_LICENSE_LENGTH 256*1024 -- Gitblit v1.9.1