Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Add lwip files, for test, not compilable version
[palacios-OLD.git] / palacios / src / lwip / include / lwipopts.h
index 0c2d74d..0c73919 100644 (file)
  * PPP_SUPPORT==1: Enable PPP.
  */
 #define PPP_SUPPORT                     0
+       
+
+/* use errno provided by lwip, Lei */
+#define LWIP_PROVIDE_ERRNO    1
 
 
 /* Misc */
 
-#define LWIP_TIMEVAL_PRIVATE 0
+#define LWIP_TIMEVAL_PRIVATE 1
 
 #endif /* __LWIPOPTS_H__ */