ConOpSys V2970  P004.07
ANVILEX control operating system
Macros
smtp_opts.h File Reference
#include "lwip/opt.h"
Include dependency graph for smtp_opts.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SMTP_BODYDH   0
 
#define SMTP_DEBUG   LWIP_DBG_OFF
 
#define SMTP_MAX_SERVERNAME_LEN   256
 
#define SMTP_MAX_USERNAME_LEN   32
 
#define SMTP_MAX_PASS_LEN   32
 
#define SMTP_COPY_AUTHDATA   1
 
#define SMTP_CHECK_DATA   1
 
#define SMTP_SUPPORT_AUTH_PLAIN   1
 
#define SMTP_SUPPORT_AUTH_LOGIN   1
 
#define SMTP_STATE_MALLOC(size)   mem_malloc(size)
 
#define SMTP_STATE_FREE(ptr)   mem_free(ptr)