| 123456789101112131415161718 |
- #ifndef _CFG_HTTP_H_
- #define _CFG_HTTP_H_
- /*!
- * \file cfg/http.h
- * \brief HTTP configuration.
- *
- * When using the Configurator, a file with the same name may be created in the
- * build tree, which replaces this file.
- *
- * \verbatim
- *
- * $Id: http.h 2154 2008-07-08 13:28:44Z haraldkipp $
- *
- * \endverbatim
- */
- #endif
|