| 123456789101112131415161718 |
- #ifndef _CFG_SMTP_H_
- #define _CFG_SMTP_H_
- /*!
- * \file cfg/smtp.h
- * \brief SMTP configuration.
- *
- * When using the Configurator, a file with the same name may be created in the
- * build tree, which replaces this file.
- *
- * \verbatim
- *
- * $Id$
- *
- * \endverbatim
- */
- #endif
|