smtp.h 251 B

1234567891011121314151617
  1. #ifndef _INCLUDE_CFG_SMTP_H_
  2. #define _INCLUDE_CFG_SMTP_H_
  3. /*
  4. * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
  5. */
  6. #ifndef MAX_MAIL_RCPTS
  7. #define MAX_MAIL_RCPTS 4
  8. #endif
  9. #ifndef SMTP_BUFSIZ
  10. #define SMTP_BUFSIZ 256
  11. #endif
  12. #endif