Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : proto/evil

Dir     : e17/proto/evil


Modified Files:
        ChangeLog configure.ac 


Log Message:
* configure.ac:
* src/lib/dlfcn/dlfcn.h:
* src/lib/mman/sys/mman.h:
define EFL_EVIL_MMAN_BUILD and EFL_EVIL_DLFCN_BUILD so
that functions in Evil.h are not declared as import
* src/lib/evil.c: (setenv), (unsetenv), (realpath),
(evil_sockets_init), (evil_sockets_shutdown), (evil_pipe),
(evil_tmpdir_get), (evil_homedir_get):
rename pipe() to evil_pipe().
set tmpdir to "Temp" and homedir to "My Documents" on WinCE
* src/lib/Evil.h:
define pipe() as evil_pipe(). This allow to use our pipe()
implementation to be usedwith cegcc, as it is broken on that
platform.
move the defines at the end of the file

===================================================================
RCS file: /cvs/e/e17/proto/evil/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ChangeLog   9 Jun 2008 18:35:49 -0000       1.22
+++ ChangeLog   10 Jun 2008 07:16:52 -0000      1.23
@@ -1,3 +1,23 @@
+2008-06-10  Vincent Torri  <doursse at users dot sf dot net>
+
+       * configure.ac:
+       * src/lib/dlfcn/dlfcn.h:
+       * src/lib/mman/sys/mman.h:
+       define EFL_EVIL_MMAN_BUILD and EFL_EVIL_DLFCN_BUILD so
+       that functions in Evil.h are not declared as import
+
+       * src/lib/evil.c: (setenv), (unsetenv), (realpath),
+       (evil_sockets_init), (evil_sockets_shutdown), (evil_pipe),
+       (evil_tmpdir_get), (evil_homedir_get):
+       rename pipe() to evil_pipe().
+       set tmpdir to "Temp" and homedir to "My Documents" on WinCE
+
+       * src/lib/Evil.h:
+       define pipe() as evil_pipe(). This allow to use our pipe()
+       implementation to be usedwith cegcc, as it is broken on that
+       platform.
+       move the defines at the end of the file
+
 2008-06-09  Vincent Torri  <doursse at users dot sf dot net>
 
        * src/lib/Evil.h:
===================================================================
RCS file: /cvs/e/e17/proto/evil/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.ac        22 Apr 2008 22:53:54 -0000      1.4
+++ configure.ac        10 Jun 2008 07:16:53 -0000      1.5
@@ -33,6 +33,8 @@
 
 dnl needed for correct definition of EAPI
 AC_DEFINE(EFL_EVIL_BUILD, 1, [Define to mention that evil is built])
+AC_DEFINE(EFL_EVIL_MMAM_BUILD, 1, [Define to mention that evil is built])
+AC_DEFINE(EFL_EVIL_DLFCN_BUILD, 1, [Define to mention that evil is built])
 
 AM_INIT_AUTOMAKE(1.6 dist-bzip2)
 



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to