no read/write/close function for socket

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@145 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong 2009-11-03 07:38:04 +00:00
parent 6423349c34
commit d0191d93a1
1 changed files with 3 additions and 0 deletions

View File

@ -305,4 +305,7 @@
#endif /* PPP_SUPPORT */
/* no read/write/close for socket */
#define LWIP_POSIX_SOCKETS_IO_NAMES 0
#endif /* __LWIPOPTS_H__ */