aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h
blob: 60a7c9eb024d97013026d4e13c7fbf446986e156 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef __APPS_CONF_H__
#define __APPS_CONF_H__

//Here we include the header file for the application(s) we use in our project.

//#include "smtp.h"
//#include "hello-world.h"
//#include "simple-httpd.h"
//#include "telnetd.h"
//#include "webserver.h"
//#include "dhcpc.h"
//#include "resolv.h"
//#include "webclient.h"

#endif /*__APPS_CONF_H__*/