Files
rtems/cpukit/httpd/webrom.c
Joel Sherrill c1cdaa0ce8 Patch from Emmanuel Raguet <raguet@crf.canon.fr> and Eric Valette
<valette@crf.canon.fr> 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@goahead.com> on
26 Oct 1999 about this port and got verbal approval to include
it in RTEMS distributions.
1999-10-27 12:50:33 +00:00

13 lines
282 B
C

/*
* webrom.c -- Compiled Web Pages
*
* Copyright (c) Go Ahead Software Inc., 1995-1999. All Rights Reserved.
* See the file "license.txt" for usage and redistribution license requirements
*/
#include "wsIntrn.h"
websRomPageIndexType websRomPageIndex[] = {
{ 0, 0, 0 },
};