You create lwipopts.h - it contains options and settings you define for your system. There are 2 approaches: 1) create an empty lwipopts.h and add the parameters in opt.h that you want to change; 2) take opt.h and "save as" lwipopts.h and then change the settings you want to change. I do the latter so that I can diff the differences from the standard and even more because it's far easier and faster.
Bill >-----Original Message----- >From: [email protected] >[mailto:[email protected]] On >Behalf Of roboy >Sent: Thursday, February 19, 2009 10:34 AM >To: lwip-users >Subject: [lwip-users] why is not the file "lwipopts.h" in the lwip >package? > >I have downloaded a lwip 1.3.0 package, there is a file named opt.h. In >opt.h, there is one line : > >#include "lwipopts.h" > >but I can not find lwipopts.h in the downloaded package. > >Later, I have found the file in a "contrib" package. > >So, what is the function of lwipopts.h? and why isn't it in a standard >lwip 1.3.0 package? > >Thanks a lot. > >-------------- >roboy >2009-02-19 > > > > >_______________________________________________ >lwip-users mailing list >[email protected] >http://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
