summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/webrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/httpd/webrom.c')
-rw-r--r--cpukit/httpd/webrom.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/httpd/webrom.c b/cpukit/httpd/webrom.c
new file mode 100644
index 0000000000..225d8bbf22
--- /dev/null
+++ b/cpukit/httpd/webrom.c
@@ -0,0 +1,12 @@
+/*
+ * 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 },
+};