dev_sign_config.h 264 B

1234567891011
  1. #ifndef _DEV_SIGN_CONFIG_H_
  2. #define _DEV_SIGN_CONFIG_H_
  3. #define DEV_SIGN_SOURCE_MAXLEN (200)
  4. #define DEV_SIGN_HOSTNAME_MAXLEN (128)
  5. #define DEV_SIGN_CLIENT_ID_MAXLEN (200)
  6. #define DEV_SIGN_USERNAME_MAXLEN (64)
  7. #define DEV_SIGN_PASSWORD_MAXLEN (65)
  8. #endif