make it build with avr32-gcc

Disabled Unix-centric non necessary include files

Changed some include paths

Removed all printf() I put there and there for debugging.

It builds with the avr32 gcc toolchain, meaning we removed
all the pppd code requiring a unix base.
This commit is contained in:
Sylvain Rochet
2012-06-02 23:04:03 +02:00
parent 28b9dd50ff
commit 5531bca078
11 changed files with 25 additions and 33 deletions

View File

@@ -42,7 +42,7 @@
#include "lwip/opt.h"
#if LWIP_INCLUDED_POLARSSL_DES
#include "polarssl/des.h"
#include "des.h"
/*
* 32-bit integer manipulation macros (big endian)