16 lines
364 B
16 lines
364 B
![]()
16 years ago
|
#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__*/
|