forked from Imagelibrary/rtems
<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.
13 lines
282 B
C
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 },
|
|
};
|