A modified version of http://mbed.org/users/segundo/libraries/NetServices/ljhqix to add HTTP proxy feature (based on http://mbed.org/users/igorsk/programs/NetServicesSource/ltjpag)

Dependents:   SenseClient

Committer:
mimil
Date:
Tue Sep 06 13:26:45 2011 +0000
Revision:
0:308f83189a3f

        

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mimil 0:308f83189a3f 1 #ifndef NET_CFG_H
mimil 0:308f83189a3f 2 #define NET_GPRS 0
mimil 0:308f83189a3f 3 #define NET_PPP 0
mimil 0:308f83189a3f 4 #define NET_GPRS_MODULE 0
mimil 0:308f83189a3f 5 #define NET_ETH 1
mimil 0:308f83189a3f 6 #define NET_USB_SERIAL 0
mimil 0:308f83189a3f 7 #define NET_CFG_H 1
mimil 0:308f83189a3f 8 #define NET_UMTS 0
mimil 0:308f83189a3f 9 #define NET_USB 0
mimil 0:308f83189a3f 10 #define NET_LWIP_STACK 1
mimil 0:308f83189a3f 11 #endif