pop3.h 273 B

12345678910111213141516
  1. #ifndef _CFG_POP3_H_
  2. #define _CFG_POP3_H_
  3. /*!
  4. * \file cfg/pop3.h
  5. * \brief POP3 configuration.
  6. *
  7. * When using the Configurator, a file with the same name may be created in the
  8. * build tree, which replaces this file.
  9. *
  10. * \verbatim
  11. * $Id$
  12. * \endverbatim
  13. */
  14. #endif