http.h 325 B

123456789101112131415161718
  1. #ifndef _CFG_HTTP_H_
  2. #define _CFG_HTTP_H_
  3. /*!
  4. * \file cfg/http.h
  5. * \brief HTTP 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. *
  12. * $Id: http.h 2154 2008-07-08 13:28:44Z haraldkipp $
  13. *
  14. * \endverbatim
  15. */
  16. #endif