| 1234567891011121314151617 |
- #ifndef _INCLUDE_CFG_SMTP_H_
- #define _INCLUDE_CFG_SMTP_H_
- /*
- * Do not edit! Automatically generated on Thu Feb 4 13:47:09 2016
- */
- #ifndef MAX_MAIL_RCPTS
- #define MAX_MAIL_RCPTS 4
- #endif
- #ifndef SMTP_BUFSIZ
- #define SMTP_BUFSIZ 256
- #endif
- #endif
|