mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-06 02:27:15 +00:00
httpd: regenerate example fs (fsdata.c) with current makefsdata
This commit is contained in:
parent
ec24a2a4e8
commit
c3912e35f6
@ -5,8 +5,29 @@
|
|||||||
#define file_NULL (struct fsdata_file *) NULL
|
#define file_NULL (struct fsdata_file *) NULL
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef FS_FILE_FLAGS_HEADER_INCLUDED
|
||||||
|
#define FS_FILE_FLAGS_HEADER_INCLUDED 1
|
||||||
|
#endif
|
||||||
|
#ifndef FS_FILE_FLAGS_HEADER_PERSISTENT
|
||||||
|
#define FS_FILE_FLAGS_HEADER_PERSISTENT 0
|
||||||
|
#endif
|
||||||
|
/* FSDATA_FILE_ALIGNMENT: 0=off, 1=by variable, 2=by include */
|
||||||
|
#ifndef FSDATA_FILE_ALIGNMENT
|
||||||
|
#define FSDATA_FILE_ALIGNMENT 0
|
||||||
|
#endif
|
||||||
|
#ifndef FSDATA_ALIGN_PRE
|
||||||
|
#define FSDATA_ALIGN_PRE
|
||||||
|
#endif
|
||||||
|
#ifndef FSDATA_ALIGN_POST
|
||||||
|
#define FSDATA_ALIGN_POST
|
||||||
|
#endif
|
||||||
|
#if FSDATA_FILE_ALIGNMENT==2
|
||||||
|
#include "fsdata_alignment.h"
|
||||||
|
#endif
|
||||||
|
#if FSDATA_FILE_ALIGNMENT==1
|
||||||
static const unsigned int dummy_align__img_sics_gif = 0;
|
static const unsigned int dummy_align__img_sics_gif = 0;
|
||||||
static const unsigned char data__img_sics_gif[] = {
|
#endif
|
||||||
|
static const unsigned char FSDATA_ALIGN_PRE data__img_sics_gif[] FSDATA_ALIGN_POST = {
|
||||||
/* /img/sics.gif (14 chars) */
|
/* /img/sics.gif (14 chars) */
|
||||||
0x2f,0x69,0x6d,0x67,0x2f,0x73,0x69,0x63,0x73,0x2e,0x67,0x69,0x66,0x00,0x00,0x00,
|
0x2f,0x69,0x6d,0x67,0x2f,0x73,0x69,0x63,0x73,0x2e,0x67,0x69,0x66,0x00,0x00,0x00,
|
||||||
|
|
||||||
@ -15,16 +36,21 @@ static const unsigned char data__img_sics_gif[] = {
|
|||||||
" (17 bytes) */
|
" (17 bytes) */
|
||||||
0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x30,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
|
0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x30,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
|
||||||
0x0a,
|
0x0a,
|
||||||
/* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
|
/* "Server: lwIP/2.0.3d (http://savannah.nongnu.org/projects/lwip)
|
||||||
" (63 bytes) */
|
" (64 bytes) */
|
||||||
0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
|
0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x32,0x2e,0x30,
|
||||||
0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
|
0x2e,0x33,0x64,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,
|
||||||
0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
|
0x6e,0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,
|
||||||
0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
|
0x70,0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
|
||||||
/* "Content-type: image/gif
|
|
||||||
|
/* "Content-Length: 724
|
||||||
|
" (18+ bytes) */
|
||||||
|
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
|
||||||
|
0x37,0x32,0x34,0x0d,0x0a,
|
||||||
|
/* "Content-Type: image/gif
|
||||||
|
|
||||||
" (27 bytes) */
|
" (27 bytes) */
|
||||||
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x69,0x6d,
|
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x54,0x79,0x70,0x65,0x3a,0x20,0x69,0x6d,
|
||||||
0x61,0x67,0x65,0x2f,0x67,0x69,0x66,0x0d,0x0a,0x0d,0x0a,
|
0x61,0x67,0x65,0x2f,0x67,0x69,0x66,0x0d,0x0a,0x0d,0x0a,
|
||||||
/* raw file data (724 bytes) */
|
/* raw file data (724 bytes) */
|
||||||
0x47,0x49,0x46,0x38,0x39,0x61,0x46,0x00,0x22,0x00,0xa5,0x00,0x00,0xd9,0x2b,0x39,
|
0x47,0x49,0x46,0x38,0x39,0x61,0x46,0x00,0x22,0x00,0xa5,0x00,0x00,0xd9,0x2b,0x39,
|
||||||
@ -74,8 +100,10 @@ static const unsigned char data__img_sics_gif[] = {
|
|||||||
0x82,0x0c,0x36,0xe8,0xe0,0x83,0x10,0x46,0x28,0xe1,0x84,0x14,0x56,0x68,0xa1,0x10,
|
0x82,0x0c,0x36,0xe8,0xe0,0x83,0x10,0x46,0x28,0xe1,0x84,0x14,0x56,0x68,0xa1,0x10,
|
||||||
0x41,0x00,0x00,0x3b,};
|
0x41,0x00,0x00,0x3b,};
|
||||||
|
|
||||||
|
#if FSDATA_FILE_ALIGNMENT==1
|
||||||
static const unsigned int dummy_align__404_html = 1;
|
static const unsigned int dummy_align__404_html = 1;
|
||||||
static const unsigned char data__404_html[] = {
|
#endif
|
||||||
|
static const unsigned char FSDATA_ALIGN_PRE data__404_html[] FSDATA_ALIGN_POST = {
|
||||||
/* /404.html (10 chars) */
|
/* /404.html (10 chars) */
|
||||||
0x2f,0x34,0x30,0x34,0x2e,0x68,0x74,0x6d,0x6c,0x00,0x00,0x00,
|
0x2f,0x34,0x30,0x34,0x2e,0x68,0x74,0x6d,0x6c,0x00,0x00,0x00,
|
||||||
|
|
||||||
@ -84,16 +112,21 @@ static const unsigned char data__404_html[] = {
|
|||||||
" (29 bytes) */
|
" (29 bytes) */
|
||||||
0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x30,0x20,0x34,0x30,0x34,0x20,0x46,0x69,0x6c,
|
0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x30,0x20,0x34,0x30,0x34,0x20,0x46,0x69,0x6c,
|
||||||
0x65,0x20,0x6e,0x6f,0x74,0x20,0x66,0x6f,0x75,0x6e,0x64,0x0d,0x0a,
|
0x65,0x20,0x6e,0x6f,0x74,0x20,0x66,0x6f,0x75,0x6e,0x64,0x0d,0x0a,
|
||||||
/* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
|
/* "Server: lwIP/2.0.3d (http://savannah.nongnu.org/projects/lwip)
|
||||||
" (63 bytes) */
|
" (64 bytes) */
|
||||||
0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
|
0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x32,0x2e,0x30,
|
||||||
0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
|
0x2e,0x33,0x64,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,
|
||||||
0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
|
0x6e,0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,
|
||||||
0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
|
0x70,0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
|
||||||
/* "Content-type: text/html
|
|
||||||
|
/* "Content-Length: 565
|
||||||
|
" (18+ bytes) */
|
||||||
|
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
|
||||||
|
0x35,0x36,0x35,0x0d,0x0a,
|
||||||
|
/* "Content-Type: text/html
|
||||||
|
|
||||||
" (27 bytes) */
|
" (27 bytes) */
|
||||||
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
|
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x54,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
|
||||||
0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x0d,0x0a,
|
0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x0d,0x0a,
|
||||||
/* raw file data (565 bytes) */
|
/* raw file data (565 bytes) */
|
||||||
0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x0d,0x0a,0x3c,0x68,0x65,0x61,0x64,0x3e,0x3c,0x74,
|
0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x0d,0x0a,0x3c,0x68,0x65,0x61,0x64,0x3e,0x3c,0x74,
|
||||||
@ -133,8 +166,10 @@ static const unsigned char data__404_html[] = {
|
|||||||
0x3e,0x0d,0x0a,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0x0d,0x0a,0x3c,0x2f,0x68,0x74,
|
0x3e,0x0d,0x0a,0x3c,0x2f,0x62,0x6f,0x64,0x79,0x3e,0x0d,0x0a,0x3c,0x2f,0x68,0x74,
|
||||||
0x6d,0x6c,0x3e,0x0d,0x0a,};
|
0x6d,0x6c,0x3e,0x0d,0x0a,};
|
||||||
|
|
||||||
|
#if FSDATA_FILE_ALIGNMENT==1
|
||||||
static const unsigned int dummy_align__index_html = 2;
|
static const unsigned int dummy_align__index_html = 2;
|
||||||
static const unsigned char data__index_html[] = {
|
#endif
|
||||||
|
static const unsigned char FSDATA_ALIGN_PRE data__index_html[] FSDATA_ALIGN_POST = {
|
||||||
/* /index.html (12 chars) */
|
/* /index.html (12 chars) */
|
||||||
0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0x00,
|
0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0x00,
|
||||||
|
|
||||||
@ -143,16 +178,21 @@ static const unsigned char data__index_html[] = {
|
|||||||
" (17 bytes) */
|
" (17 bytes) */
|
||||||
0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x30,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
|
0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x30,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
|
||||||
0x0a,
|
0x0a,
|
||||||
/* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
|
/* "Server: lwIP/2.0.3d (http://savannah.nongnu.org/projects/lwip)
|
||||||
" (63 bytes) */
|
" (64 bytes) */
|
||||||
0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
|
0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x32,0x2e,0x30,
|
||||||
0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
|
0x2e,0x33,0x64,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,
|
||||||
0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
|
0x6e,0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,
|
||||||
0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
|
0x70,0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
|
||||||
/* "Content-type: text/html
|
|
||||||
|
/* "Content-Length: 1751
|
||||||
|
" (18+ bytes) */
|
||||||
|
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
|
||||||
|
0x31,0x37,0x35,0x31,0x0d,0x0a,
|
||||||
|
/* "Content-Type: text/html
|
||||||
|
|
||||||
" (27 bytes) */
|
" (27 bytes) */
|
||||||
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
|
0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x54,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
|
||||||
0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x0d,0x0a,
|
0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x0d,0x0a,
|
||||||
/* raw file data (1751 bytes) */
|
/* raw file data (1751 bytes) */
|
||||||
0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x0d,0x0a,0x3c,0x68,0x65,0x61,0x64,0x3e,0x3c,0x74,
|
0x3c,0x68,0x74,0x6d,0x6c,0x3e,0x0d,0x0a,0x3c,0x68,0x65,0x61,0x64,0x3e,0x3c,0x74,
|
||||||
@ -273,7 +313,7 @@ file_NULL,
|
|||||||
data__img_sics_gif,
|
data__img_sics_gif,
|
||||||
data__img_sics_gif + 16,
|
data__img_sics_gif + 16,
|
||||||
sizeof(data__img_sics_gif) - 16,
|
sizeof(data__img_sics_gif) - 16,
|
||||||
1,
|
FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT,
|
||||||
}};
|
}};
|
||||||
|
|
||||||
const struct fsdata_file file__404_html[] = { {
|
const struct fsdata_file file__404_html[] = { {
|
||||||
@ -281,7 +321,7 @@ file__img_sics_gif,
|
|||||||
data__404_html,
|
data__404_html,
|
||||||
data__404_html + 12,
|
data__404_html + 12,
|
||||||
sizeof(data__404_html) - 12,
|
sizeof(data__404_html) - 12,
|
||||||
1,
|
FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT,
|
||||||
}};
|
}};
|
||||||
|
|
||||||
const struct fsdata_file file__index_html[] = { {
|
const struct fsdata_file file__index_html[] = { {
|
||||||
@ -289,7 +329,7 @@ file__404_html,
|
|||||||
data__index_html,
|
data__index_html,
|
||||||
data__index_html + 12,
|
data__index_html + 12,
|
||||||
sizeof(data__index_html) - 12,
|
sizeof(data__index_html) - 12,
|
||||||
1,
|
FS_FILE_FLAGS_HEADER_INCLUDED | FS_FILE_FLAGS_HEADER_PERSISTENT,
|
||||||
}};
|
}};
|
||||||
|
|
||||||
#define FS_ROOT file__index_html
|
#define FS_ROOT file__index_html
|
||||||
|
Loading…
Reference in New Issue
Block a user