source: rtems/cpukit/httpd/webrom.c @ 9b05600

4.104.114.84.95
Last change on this file since 9b05600 was c1cdaa0, checked in by Joel Sherrill <joel.sherrill@…>, on 10/27/99 at 12:50:33

Patch from Emmanuel Raguet <raguet@…> and Eric Valette
<valette@…> to add a port of the GoAhead? web server
(httpd) to the RTEMS build tree. They have successfully used
this BSP on i386/pc386 and PowerPC/mcp750.

Mark and Joel spoke with Nick Berliner <nickb@…> on
26 Oct 1999 about this port and got verbal approval to include
it in RTEMS distributions.

  • Property mode set to 100644
File size: 282 bytes
Line 
1/*
2 * webrom.c -- Compiled Web Pages
3 *
4 * Copyright (c) Go Ahead Software Inc., 1995-1999. All Rights Reserved.
5 * See the file "license.txt" for usage and redistribution license requirements
6 */
7
8#include "wsIntrn.h"
9
10websRomPageIndexType websRomPageIndex[] = {
11  { 0, 0, 0 },
12};
Note: See TracBrowser for help on using the repository browser.