Revert "glib: moved to github"

git-svn-id: svn://svn.openwrt.org/openwrt/packages@41430 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
cyrus
2014-07-01 07:45:00 +00:00
parent 17f3ae8b13
commit 188a08e55f
5 changed files with 416 additions and 0 deletions

View File

@ -0,0 +1,9 @@
--- /dev/null
+++ b/glibconfig-sysdefs.h
@@ -0,0 +1,6 @@
+#define GLIB_SYSDEF_POLLIN =1
+#define GLIB_SYSDEF_POLLPRI =2
+#define GLIB_SYSDEF_POLLOUT =4
+#define GLIB_SYSDEF_POLLERR =8
+#define GLIB_SYSDEF_POLLHUP =16
+#define GLIB_SYSDEF_POLLNVAL =32