forked from Imagelibrary/rtems
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* shttpd/compat_rtems.h: Include <arpa/inet.h>. Add config.h support.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* shttpd/compat_rtems.h: Include <arpa/inet.h>.
|
||||||
|
Add config.h support.
|
||||||
|
|
||||||
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2007-06-11 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* shttpd/compat_rtems.h: Define closesocket.
|
* shttpd/compat_rtems.h: Define closesocket.
|
||||||
|
|||||||
@@ -5,12 +5,17 @@
|
|||||||
#ifndef _rtems_rtems_webserver_h
|
#ifndef _rtems_rtems_webserver_h
|
||||||
#define _rtems_rtems_webserver_h
|
#define _rtems_rtems_webserver_h
|
||||||
|
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "shttpd.h"
|
#include "shttpd.h"
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
/* RTEMS is an Real Time Embedded operating system, for operation in hardware.
|
/* RTEMS is an Real Time Embedded operating system, for operation in hardware.
|
||||||
It does not have SSL or CGI support, as it does not have dynamic library
|
It does not have SSL or CGI support, as it does not have dynamic library
|
||||||
|
|||||||
Reference in New Issue
Block a user