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:
Ralf Corsepius
2007-06-11 14:09:53 +00:00
parent 5e262885b6
commit aece6b7100
2 changed files with 10 additions and 0 deletions

View File

@@ -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.

View File

@@ -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